summaryrefslogtreecommitdiff
path: root/app/controllers/groups
Commit message (Expand)AuthorAgeFilesLines
* Show the status of a user in interactionsBob Van Landuyt2018-07-301-1/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-092-2/+2
* Add workhorse authorize method for project/group uploadsJan Provaznik2018-06-181-1/+3
* Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes...Luke Bennett2018-06-062-2/+9
|\
| * Merge branch '5941-extract-ee-controllers' into 'master'Rémy Coutable2018-06-062-2/+9
| |\
| | * Backport changes to app/controllers/groups/milestones_controller.rb5941-extract-ee-controllersMario de la Ossa2018-06-041-1/+4
| | * Backport changes to app/controllers/groups/group_members_controller.rbMario de la Ossa2018-06-041-1/+5
* | | Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes...Luke Bennett2018-06-051-0/+33
|\ \ \ | |/ /
| * | Hide archived projects from `shared_projects`bvl-hide-archived-shared-projectsBob Van Landuyt2018-06-041-1/+3
| |/
| * Fix small typosToon Claes2018-05-291-1/+1
| * Add `shared_projects` endpointBob Van Landuyt2018-05-291-0/+31
* | Merge remote-tracking branch 'origin/master' into 39549-label-list-page-redes...Luke Bennett2018-05-285-7/+77
|\ \ | |/
| * CE backport - Allow viewing only one board when multiple issue boards is not ...ce_backport_issue_5128Felipe Artur2018-05-221-3/+8
| * Fixed badge api endpoint route when relative_url is setfj-46411-fix-badge-api-endpoint-route-with-relative-urlFrancisco Javier López2018-05-171-2/+2
| * Add 2FA filter to group members pageDmitriy Zaporozhets2018-05-101-1/+8
| * Support anchors for Groups::RunnersControllerKamil Trzciński2018-05-071-5/+5
| * Add a comment about implementing proper policies for group runner permissionsDylan Griffith2018-05-071-0/+3
| * Rename set_runner -> runner in runner controllersDylan Griffith2018-05-071-2/+2
| * Share _form and show for project, instance and group runnersDylan Griffith2018-05-071-0/+1
| * Allow to pause,resume,show,edit,destroy group runners (#10244)Dylan Griffith2018-05-071-0/+54
| * [Rails5] Use `safe_params` instead of `params` in `url_for` helpersblackst0ne2018-04-281-1/+1
* | BE reviewLuke Bennett2018-05-251-4/+3
* | Fix group labels listLuke Bennett2018-05-171-3/+3
* | Start changing group label pageLuke Bennett2018-04-251-13/+17
|/
* Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-1/+1
* Projects and groups badges settings UIFrancisco Javier López2018-04-081-0/+13
* Show issues of subgroups in group-level issue boardFelipe Artur2018-04-051-1/+1
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Make Variable key not secret43316-controller-parameters-handling-sensitive-information-should-use-a-more-specific-nameMatija Čupić2018-03-221-1/+1
* Alias secret_key and secret_value to key and valueMatija Čupić2018-03-171-6/+1
* Use secret_key and secret_value in Variables controllerMatija Čupić2018-03-161-2/+7
* Bring one group board to CEFelipe Artur2018-03-032-4/+39
* Allow to include also descendant group labelsJan Provaznik2018-03-021-1/+2
* Support additional LabelsFinder parameters for group labelsJan Provaznik2018-03-021-1/+7
* Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-271-20/+0
* Move the #update action from Project/Member controllers to the MembershipActi...Rémy Coutable2018-02-271-8/+0
* Remove explicit audit event log in MembershipActionsRémy Coutable2018-02-271-5/+4
* Fix subgroup issue and MR pages empty states and counts43510-merge-requests-and-issues-don-t-show-for-all-subgroupsSean McGivern2018-02-271-4/+0
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-226-0/+12
* Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński2018-02-071-37/+20
|\
| * Fix static_analysis failurece-39118-dynamic-pipeline-variables-feMatija Čupić2018-02-061-4/+12
| * Switch emphasis from controller format to updateMatija Čupić2018-02-051-7/+7
| * Remove usage of VariablePresenter in controllerMatija Čupić2018-02-051-8/+2
| * Add GroupVariableSerializer for Ci::GroupVariableMatija Čupić2018-02-051-2/+2
| * Return all variables after UPDATEMatija Čupić2018-02-051-1/+6
| * Use `resource` in Group Variables routing schemeMatija Čupić2018-02-051-1/+12
| * Format validation errors as human readable messagesMatija Čupić2018-02-051-1/+1
| * Pass validation errors in JSON endpointMatija Čupić2018-02-051-1/+1
| * Remove redundant routes in Groups::VariablesControllerMatija Čupić2018-02-051-49/+0
| * Port #save_multiple to Groups::VariablesControllerMatija Čupić2018-02-051-1/+15