summaryrefslogtreecommitdiff
path: root/app/controllers/admin/groups_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-2/+2
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-0/+5
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-5/+2
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-11/+0
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-0/+1
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+9
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.4GitLab Bot2020-11-131-0/+1
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-0/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-2/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-171-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Preload routes informationab-routable-nplus1Andreas Brandl2019-09-031-1/+5
* Add subgroup_creation_level to the list of allowed group paramsFabio Papa2019-07-191-1/+2
* Add part of needed codeGosia Ksionek2019-04-051-1/+2
* Externalize strings in admin controllersMartin Wortschack2019-03-211-4/+4
* Enable frozen string in app/controllers/**/*.rbrepo-forks/gitlab-ce-frozen-string-app-controllergfyoung2018-09-181-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
* Bring changes from EELin Jen-Shin2018-06-251-2/+2
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-271-1/+1
* Present member collection at the controller leveltmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using-presenterRémy Coutable2017-12-121-2/+6
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+3
* Limit non-administrators to adding 100 members at a time to groups and projectsNick Thomas2017-06-061-3/+4
* Show group name on flash container when group is created from Admin areaKushal Pandya2017-04-251-1/+1
* Refactor Admin::GroupsController#members_update method and add some specsdz-refactor-admin-group-membersDmitriy Zaporozhets2017-04-201-2/+6
* Support 2FA requirement per-groupMarkus Koller2017-04-061-1/+3
* Merge branch 'dz-refactor-full-path' into 'master' Dmitriy Zaporozhets2017-02-081-1/+1
|\
| * Store group and project full name and full path in routes tabledz-refactor-full-pathDmitriy Zaporozhets2017-02-081-1/+1
* | Fix inconsistent naming for services that delete thingsdixpac2017-02-081-1/+1
|/
* Refactor authorized params in Admin::GroupsControllerRémy Coutable2017-01-111-2/+6
* Fix: Admin group show page does not workfix-admin-group-pageValery Sizov2016-12-281-1/+1
* Add more storage statisticsMarkus Koller2016-12-211-3/+4
* Add nested groups support on data leveldz-nested-groupsDmitriy Zaporozhets2016-12-081-1/+1
* New AccessRequestsFinderRémy Coutable2016-09-281-1/+1
* Syntax fixes and better tests for helper methods. Updated docs.group-specific-lfs-settingsPatricio Cano2016-09-151-4/+4
* Added group-specific setting for LFS.Patricio Cano2016-09-151-1/+9
* Fix adding a user to a group in admin sectionSean McGivern2016-08-181-1/+1
* Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-2/+2
* Allow to disable user request access to groups/projectsFelipe Artur2016-07-201-1/+1
* Exclude requesters from Project#members, Group#members and User#membersexplicit-requesters-scopeRémy Coutable2016-07-011-0/+1
* Merge branch 'master' into issue_12658Douwe Maan2016-03-211-3/+3
|\
| * Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-191-3/+3
* | Add specs and add visibility level to admin groupsFelipe Artur2016-03-211-1/+1
|/
* Remove instance variable @group multiple assignmentYatish Mehta2016-03-081-1/+1
* Wrap group removal into serviceDmitriy Zaporozhets2015-06-031-1/+1