summaryrefslogtreecommitdiff
path: root/app/models/namespace.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dz-nested-groups-title-ui' into 'master' Sean McGivern2016-12-161-0/+13
|\
| * Refactor Namespace#parents methoddz-nested-groups-title-uiDmitriy Zaporozhets2016-12-151-11/+1
| * Add parents method to NamespaceDmitriy Zaporozhets2016-12-131-5/+20
| * Show full path for nested groups at dashboard groups listDmitriy Zaporozhets2016-12-131-0/+8
* | Modify namespace name and path validationdz-remove-namespaces-path-uniqDmitriy Zaporozhets2016-12-121-2/+1
|/
* Merge branch 'dz-nested-groups' into 'master' Douwe Maan2016-12-091-1/+17
|\
| * Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-1/+17
* | Use :maximum instead of :within for length validators with a 0..N range25209-improve-length-validatorsRémy Coutable2016-12-061-7/+7
|/
* Merge branch 'mrchrisw/add-namespace-logging' into 'master' Robert Speicher2016-11-241-0/+2
|\
| * Log mv_namespace parametersmrchrisw/add-namespace-loggingChris Wilson2016-11-241-0/+2
* | Update user's authorized projects if project is allowed to share with groupAhmad Sherif2016-11-231-0/+8
|/
* Correct namespace validation to forbid bad names #21077Will Starms2016-10-071-8/+6
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+3
* Added group-specific setting for LFS.Patricio Cano2016-09-151-0/+5
* Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+2
* Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-291-40/+55
* Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-131-17/+0
|\
| * Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-17/+0
* | Fix specsKamil Trzcinski2016-05-131-1/+1
* | Fix CI testsKamil Trzcinski2016-05-121-1/+1
* | Block renaming project or repository if it has container registry tagsKamil Trzcinski2016-05-091-0/+8
|/
* Annotate the modelsZeger-Jan van de Weg2016-05-061-9/+11
* Make Namespace.search case-insensitiveYorick Peterse2016-03-111-1/+11
* Annotate modelsStan Hu2016-01-061-1/+0
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-2/+2
* Add custom NamespaceNameValidatorRobert Speicher2015-12-071-3/+3
* Add custom NamespaceValidatorRobert Speicher2015-12-071-5/+3
* Annotate modelsDmitriy Zaporozhets2015-11-131-0/+1
* Fix: Images cannot show when projects' path was changeduploads_path_fixValery Sizov2015-10-141-0/+2
* Note the original location of a moved project when notifying users of the moveproject_movingValery Sizov2015-10-011-1/+3
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-111-3/+2
* Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-111-2/+3
* Ensure old namespace directory exists before moving itfix-namespace-move-dirDmitriy Zaporozhets2015-08-061-0/+3
* Remove satellitesDmitriy Zaporozhets2015-07-151-3/+2
* Skip repo removing whem remove user or groupDmitriy Zaporozhets2015-06-031-4/+8
* Remove projects before group/user. Remove namespace directory asyncfix-group-removeDmitriy Zaporozhets2015-06-031-2/+9
* Revert "Rename namespace_regex to namespace_path_regex."Douwe Maan2015-04-241-2/+2
* Explain namespace clearn regex.Douwe Maan2015-04-241-0/+5
* Properly migrate users with usernames like "." or "..".Douwe Maan2015-04-241-1/+5
* Rename namespace_regex to namespace_path_regex.Douwe Maan2015-04-241-2/+2
* Fix username period migration to preserve uniqueness of names and paths.Douwe Maan2015-04-171-0/+1
* clean_path should drop all leading dashes, not just oneJ. Daniel Schmidt2015-04-081-1/+1
* clean_path should drop all trailing dots, not just oneJ. Daniel Schmidt2015-04-081-1/+1
* clean_path should not drop the last characterJ. Daniel Schmidt2015-04-081-1/+1
* Move files for moved namespaces.Douwe Maan2015-03-311-4/+0
* Don't allow username to end in period.Douwe Maan2015-03-271-1/+1
* Use more specific regexes.Douwe Maan2015-03-271-4/+4
* Move User.cleanup_username to Namespace.cleanup_path.Douwe Maan2015-03-271-12/+31
* Fix import check for case sensetive namespacesDmitriy Zaporozhets2015-03-021-0/+5
* Prevent autogenerated OAuth username to clash with existing namespace.Douwe Maan2015-02-131-0/+4