summaryrefslogtreecommitdiff
path: root/app/controllers/groups_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 31885 - Ability to transfer a single group to another groupMayra Cabrera2018-02-061-1/+14
* refactor groups controller to match EE4761-follow-up-from-resolve-developers-should-be-able-to-create-new-projects-in-groupJames Lopez2018-01-311-2/+2
* Fix not all events being shown in group dashboardsh-fix-events-collectionStan Hu2018-01-301-1/+0
* Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López2017-11-061-0/+2
* Make sure we render events for projects within a groupBob Van Landuyt2017-10-201-0/+11
* Merge branch 'bvl-group-trees' into 'master'Douwe Maan2017-10-171-29/+4
|\
| * Nest the group_children_path inside the canonical group pathBob Van Landuyt2017-10-121-32/+0
| * Don't load unneeded elements in GroupsController#showBob Van Landuyt2017-10-101-18/+5
| * Use `GroupFinder` to check if a user can read a groupBob Van Landuyt2017-10-101-2/+4
| * Rename `GroupHierarchy` to `GroupDescendant`Bob Van Landuyt2017-10-041-3/+3
| * `current_user:` as a keyword argumentBob Van Landuyt2017-10-041-1/+3
| * Setup children in a a method and reuse for both callsBob Van Landuyt2017-10-041-4/+7
| * Allow filtering children for a groupBob Van Landuyt2017-10-041-5/+5
| * Merge group hierarchies when parents are sharedBob Van Landuyt2017-10-041-0/+1
| * Add pagination for childrenBob Van Landuyt2017-10-041-1/+1
| * Update `children` route to handle projects and groupsBob Van Landuyt2017-10-041-2/+6
| * Add serializer for group childrenBob Van Landuyt2017-10-041-0/+15
| * Remove the subgroups path on a groupBob Van Landuyt2017-10-041-4/+0
| * Fetch children using new finder for the `show` of a group.Bob Van Landuyt2017-10-041-7/+4
* | Add support for markdown preview to group milestonesmove_markdown_preview_to_concernVitaliy @blackst0ne Klachkov2017-10-111-0/+1
|/
* Make Members with Owner and Master roles always able to create subgroups30473-allow-creation-of-subgroups-with-gitlab_default_can_create_group-set-to-falseRuben Davila2017-09-071-12/+10
* Improves subgroup creation permissions35845-improve-subgroup-creation-permissionsTiago Botelho2017-08-211-0/+7
* Use a specialized class for querying eventsYorick Peterse2017-08-101-3/+3
* Refactor atom builder by using xml.atom layoutTieu-Philippe KHIM2017-06-121-1/+1
* 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-2/+2
* Merge branch 'rework-authorizations-performance' into 'master'Douwe Maan2017-05-291-0/+2
|\
| * Hide nested group UI/API support for MySQLYorick Peterse2017-05-171-0/+2
* | Consistently display last push event widgetDouwe Maan2017-05-251-1/+0
* | Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-191-0/+8
|/
* Merge branch 'tc-fix-private-subgroups-shown' into 'security' Douwe Maan2017-05-101-1/+1
* Redirect from redirect routes to canonical routesMichael Kozono2017-05-051-1/+1
* Merge branch 'feature/enforce-2fa-per-group' into 'master' Douwe Maan2017-04-061-1/+3
|\
| * Support 2FA requirement per-groupMarkus Koller2017-04-061-1/+3
* | ProjectsFinder should handle more optionsJacopo2017-04-061-5/+6
|/
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-1/+1
* Merge branch 'master' into zj-create-mattermost-teamZ.J. van de Weg2017-03-061-1/+1
|\
| * Fixed filter_projects param still used in group controllerPhil Hughes2017-03-031-1/+1
* | Fix linter errorsZ.J. van de Weg2017-03-031-1/+1
* | Improve UXZ.J. van de Weg2017-03-021-1/+7
* | Finished up mattermost team creationzj-create-mattermost-team-lbLuke "Jared" Bennett2017-02-221-2/+1
* | Transactional mattermost team creationZ.J. van de Weg2017-02-201-1/+0
* | Improve DRYness of viewsZ.J. van de Weg2017-02-161-1/+4
* | Add tests for Mattermost team creationZ.J. van de Weg2017-02-161-0/+1
|/
* Merge branch 'dz-create-nested-groups-via-ui' into 'master' Dmitriy Zaporozhets2017-02-091-11/+22
|\
| * Allow creating nested group via UIdz-create-nested-groups-via-uiDmitriy Zaporozhets2017-02-071-11/+22
* | Fix inconsistent naming for services that delete thingsdixpac2017-02-081-1/+1
|/
* resolve deprecation warningsAdam Pahlevi2017-01-311-1/+1
* Refactor authorized params in GroupsControllerRémy Coutable2017-01-121-2/+6
* Merge branch 'dz-nested-group-misc' into 'master' Dmitriy Zaporozhets2016-12-291-0/+2
|\
| * Show nested groups tab on group pageDmitriy Zaporozhets2016-12-261-0/+2