Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-03Skip repo removing whem remove user or groupDmitriy Zaporozhets
2015-06-03Remove projects before group/user. Remove namespace directory asyncDmitriy Zaporozhets
2015-04-24Revert "Rename namespace_regex to namespace_path_regex."Douwe Maan
2015-04-24Explain namespace clearn regex.Douwe Maan
2015-04-24Properly migrate users with usernames like "." or "..".Douwe Maan
2015-04-24Rename namespace_regex to namespace_path_regex.Douwe Maan
2015-04-17Fix username period migration to preserve uniqueness of names and paths.Douwe Maan
2015-04-08clean_path should drop all leading dashes, not just oneJ. Daniel Schmidt
2015-04-08clean_path should drop all trailing dots, not just oneJ. Daniel Schmidt
2015-04-08clean_path should not drop the last characterJ. Daniel Schmidt
2015-03-31Move files for moved namespaces.Douwe Maan
2015-03-27Don't allow username to end in period.Douwe Maan
2015-03-27Use more specific regexes.Douwe Maan
2015-03-27Move User.cleanup_username to Namespace.cleanup_path.Douwe Maan
2015-03-03Fix import check for case sensetive namespacesDmitriy Zaporozhets
2015-02-13Prevent autogenerated OAuth username to clash with existing namespace.Douwe Maan
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2015-02-03Rubocop: Style/AlignHash enabledDmitriy Zaporozhets
2014-11-14Improve fork to namespaces featureDmitriy Zaporozhets
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-07-02Merge pull request #7204 from cirosantilli/user-validation-msgDmitriy Zaporozhets
2014-06-26Group and Event strong_paramsDmitriy Zaporozhets
2014-06-26User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets
2014-06-26Fix username validation message to match regexp.Ciro Santilli
2014-06-05Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets
2014-04-09Re-annotate modelsDmitriy Zaporozhets
2014-02-20Allow access to groups with public projects.Jason Hollingsworth
2014-02-20Uniqueness check should be case insensitive for username and path, otherwise ...Marin Jankovski
2014-01-28added group avatarsSteven Thonus
2013-11-15Admin can transfer project to any namespaceDmitriy Zaporozhets
2013-10-01Annotate!Dmitriy Zaporozhets
2013-09-26Group ownership completely based on users_groups relation nowDmitriy Zaporozhets
2013-07-29Fix typosJohannes Schleifenbaum
2013-06-12Add path blacklistDmitriy Zaporozhets
2013-03-22Move directory logic out of model. Use Gitlab:Shell class to interact with fi...Dmitriy Zaporozhets
2013-03-15reannotatedDmitriy Zaporozhets
2013-02-28Table description indentation fixedAndrew8xx8
2013-02-28Description to groups addedAndrew8xx8
2013-02-18Prevent xss attack over group name. Added regex validation for group and team...Dmitriy Zaporozhets
2013-02-12All scopes must be in lambdasAndrew8xx8
2013-02-11No gitolite in project any moreDmitriy Zaporozhets
2013-02-04remove update_repository callsDmitriy Zaporozhets
2013-01-17Remove satellites when moving namespaceGitLab
2013-01-03replaced system() calls with FileUtils.* methodKoen Punt
2012-12-28Fix dir_exists?Dmitriy Zaporozhets
2012-12-28Fixed and improved enable_naamespace migration taskDmitriy Zaporozhets
2012-12-24Update projects in gitolite after namespace moved. Added rake task to cleanup...Dmitriy Zaporozhets
2012-12-21Send update instructions after project namespace id changed or namespace path...Dmitriy Zaporozhets
2012-12-20Update uses of Gitolite.config.foo settingsRiyad Preukschas
2012-11-29Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespacesDmitriy Zaporozhets