summaryrefslogtreecommitdiff
path: root/app/controllers/groups_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-6/+2
* Move badge settings to general settingsWinnie Hellmann2018-09-031-0/+2
* ensure all group settings panels remain open after form submissionMike Greiling2018-08-081-1/+1
* Merge branch 'blackst0ne-rails5-add-safe-params-helper' into 'master'Sean McGivern2018-04-181-1/+1
|\
| * [Rails5] Add `safe_params` helperblackst0ne2018-04-081-1/+1
* | Support Markdown rendering using multiple projectsrendering-markdown-multiple-projectsYorick Peterse2018-04-111-1/+3
|/
* Fix subgroup issue and MR pages empty states and counts43510-merge-requests-and-issues-don-t-show-for-all-subgroupsSean McGivern2018-02-271-1/+0
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+6
* 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