summaryrefslogtreecommitdiff
path: root/app/models/namespace.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+1
* Rubocop: Style/AlignHash enabledDmitriy Zaporozhets2015-02-021-8/+13
* Improve fork to namespaces featureDmitriy Zaporozhets2014-11-141-0/+4
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
* Merge pull request #7204 from cirosantilli/user-validation-msgDmitriy Zaporozhets2014-07-021-2/+2
|\
| * Fix username validation message to match regexp.Ciro Santilli2014-06-261-2/+2
* | Group and Event strong_paramsDmitriy Zaporozhets2014-06-261-2/+0
* | User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-1/+1
|/
* Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets2014-06-051-8/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-2/+2
* Allow access to groups with public projects.Jason Hollingsworth2014-02-201-0/+8
* Uniqueness check should be case insensitive for username and path, otherwise ...Marin Jankovski2014-02-201-1/+1
* added group avatarsSteven Thonus2014-01-281-0/+1
* Admin can transfer project to any namespaceDmitriy Zaporozhets2013-11-151-0/+4
* Annotate!Dmitriy Zaporozhets2013-10-011-1/+1
* Group ownership completely based on users_groups relation nowDmitriy Zaporozhets2013-09-261-1/+1
* Fix typosJohannes Schleifenbaum2013-07-291-1/+1
* Add path blacklistDmitriy Zaporozhets2013-06-121-0/+1
* Move directory logic out of model. Use Gitlab:Shell class to interact with fi...Dmitriy Zaporozhets2013-03-211-32/+20
* reannotatedDmitriy Zaporozhets2013-03-151-1/+1
* Table description indentation fixedAndrew8xx82013-02-281-7/+7
* Description to groups addedAndrew8xx82013-02-281-2/+3
* Prevent xss attack over group name. Added regex validation for group and team...Dmitriy Zaporozhets2013-02-181-2/+6
* All scopes must be in lambdasAndrew8xx82013-02-121-1/+1
* No gitolite in project any moreDmitriy Zaporozhets2013-02-111-7/+4
* remove update_repository callsDmitriy Zaporozhets2013-02-041-6/+0
* Remove satellites when moving namespaceGitLab2013-01-171-2/+9
* replaced system() calls with FileUtils.* methodKoen Punt2013-01-031-5/+6
* Fix dir_exists?Dmitriy Zaporozhets2012-12-281-3/+8
* Fixed and improved enable_naamespace migration taskDmitriy Zaporozhets2012-12-281-1/+5
* Update projects in gitolite after namespace moved. Added rake task to cleanup...Dmitriy Zaporozhets2012-12-241-0/+11
* Send update instructions after project namespace id changed or namespace path...Dmitriy Zaporozhets2012-12-201-1/+8
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-201-4/+4
* Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespacesDmitriy Zaporozhets2012-11-291-5/+7
* Validate username. Gitlab::Regex addedDmitriy Zaporozhets2012-11-281-1/+1
* Rewrite and improve git backend logic. Fix project movind. Raise exception to...Dmitriy Zaporozhets2012-11-271-0/+7
* Project -> update repo only on create and destroy. Fixtures Updated with name...Dmitriy Zaporozhets2012-11-211-0/+6
* Fix dir permission on creationDmitriy Zaporozhets2012-11-261-1/+1
* Fix critical issue with dir permission for namespacesDmitriy Zaporozhets2012-11-261-1/+1
* ReannotatedDmitriy Zaporozhets2012-11-241-0/+13
* move namespace dir after path changedDmitriy Zaporozhets2012-11-241-1/+8
* Deprecate code for Project. Use title and pathDmitriy Zaporozhets2012-11-231-6/+8
* Create dir with namespace. Create namespace with userDmitriy Zaporozhets2012-11-231-0/+7
* Make admin project list more usefulDmitriy Zaporozhets2012-11-231-0/+2
* Ability to create project with namespaceDmitriy Zaporozhets2012-11-231-0/+4
* Namespace model added. Migration to convert exit project/groupsDmitriy Zaporozhets2012-11-221-0/+20