summaryrefslogtreecommitdiff
path: root/app/helpers/namespaces_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Guarantee the order of groups in the dropdownbvl-subgroup-in-dropdownsBob Van Landuyt2017-11-141-2/+5
* Include child projects a user can manage in namespace dropdownsBob Van Landuyt2017-11-141-1/+1
* Add check for access to NamespaceRubén Dávila2017-08-301-2/+2
* Address some suggestions from first code reviewRubén Dávila2017-08-291-8/+7
* expand the help text with links and additional instructionsMike Greiling2017-08-261-1/+8
* dynamically disable/enable visibility options when changing namespaces in new...Mike Greiling2017-08-261-1/+1
* Add some data attributes for options in namespace selectorRubén Dávila2017-08-261-17/+18
* Resolve "Gitlab administrator cannot create projects in every group"George Andrinopoulos2017-03-241-1/+7
* Enable Style/ClassCheckDouwe Maan2017-02-231-1/+1
* Fix preselected namespace when creating a projectDavid Piegza2017-02-211-0/+4
* Use Namespace#full_path instead of Namespace#pathDmitriy Zaporozhets2017-02-141-1/+1
* few fixes based on MR feedbackJames Lopez2016-09-201-11/+2
* Fix namespace helper - use pluck instead of slower map version.James Lopez2016-09-201-1/+1
* modify github import JS and controller so we can now specify a namespace and/...James Lopez2016-09-201-1/+13
* hide help block when user is creating a new project inside a groupArinde Eniola2016-04-121-2/+10
* Unify new project namespace select and path inputDouwe Maan2015-12-021-3/+3
* Refactor select2 tagsDmitriy Zaporozhets2015-11-161-9/+0
* Prevent database query each time we render group avatarDmitriy Zaporozhets2015-03-121-1/+1
* Improve fork to namespaces featureDmitriy Zaporozhets2014-11-141-0/+8
* Allow masters to create projects in groupsDmitriy Zaporozhets2014-05-281-1/+1
* Select2 tag for namespaces with ajax loadingDmitriy Zaporozhets2013-11-151-0/+9
* Remove User#namespaces method from codeDmitriy Zaporozhets2013-11-051-2/+2
* Migrate global project taks. Removed more teams related functionalityDmitriy Zaporozhets2013-06-191-1/+0
* Remove Global namespace from options. Prepared file for migration of global p...Dmitriy Zaporozhets2013-06-191-1/+0
* Prevent Project.all & User.all in selectboxesDmitriy Zaporozhets2013-06-111-8/+2
* Syntax fix of sorting groups/usersDmitry Moskalchuk2013-02-191-2/+2
* Sort groups/namespaces by human nameDmitry Moskalchuk2013-02-161-2/+2
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-6/+7
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-1/+1
* NamespacesHelperDmitriy Zaporozhets2012-11-271-0/+26