summaryrefslogtreecommitdiff
path: root/app/helpers/namespaces_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Add part of needed codeGosia Ksionek2019-04-051-0/+7
* Improve the GitHub and Gitea import feature table interfaceLuke Bennett2019-02-131-5/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
* Fix importers not assigning a new default groupStan Hu2018-08-311-1/+1
* CE port of "List groups with developer maintainer access on project creation"Imre Farkas2018-08-071-5/+4
* Fix spec failures with app/helpers/namespaces_helper.rbStan Hu2018-08-011-6/+14
* Fix spec failures with namespace helpersStan Hu2018-08-011-2/+2
* Fix selection of existing project key by defaultStan Hu2018-08-011-5/+6
* Fix handling of non-existent groupsStan Hu2018-08-011-3/+3
* Properly fallback to current user in namespaces helperStan Hu2018-07-311-0/+2
* Fix failing spec in ./spec/features/projects/new_project_spec.rbStan Hu2018-07-311-8/+10
* Default to importing to the current project keyStan Hu2018-07-311-4/+9
* Fix namespaces_helper reporting multiple groupsStan Hu2018-07-311-2/+5
* More reliable manifest parser and group-only selectorDmitriy Zaporozhets2018-07-111-4/+7
* Fix bug rendering group icons when forkingMark Fletcher2018-03-281-1/+1
* Retrieve namespace owner's avatar by owner, not owner#email.Andreas Brandl2018-02-131-1/+1
* 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