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
2017-01-20Remove unnecessary `full_path_was` methodRobert Speicher
2017-01-20Merge branch 'fix/rename-group-export-vuln' into 'security'Robert Speicher
2016-10-07Correct namespace validation to forbid bad names #21077Will Starms
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-09-15Added group-specific setting for LFS.Patricio Cano
2016-08-12Fix bug where destroying a namespace would not always destroy projectsStan Hu
2016-06-30Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez
2016-05-14Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski
2016-05-13Fix specsKamil Trzcinski
2016-05-12Fix CI testsKamil Trzcinski
2016-05-09Block renaming project or repository if it has container registry tagsKamil Trzcinski
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-03-11Make Namespace.search case-insensitiveYorick Peterse
2016-01-06Annotate modelsStan Hu
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-08Add custom NamespaceNameValidatorRobert Speicher
2015-12-08Add custom NamespaceValidatorRobert Speicher
2015-11-13Annotate modelsDmitriy Zaporozhets
2015-10-14Fix: Images cannot show when projects' path was changedValery Sizov
2015-10-01Note the original location of a moved project when notifying users of the moveValery Sizov
2015-08-11Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets
2015-08-11Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets
2015-08-06Ensure old namespace directory exists before moving itDmitriy Zaporozhets
2015-07-15Remove satellitesDmitriy Zaporozhets
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