summaryrefslogtreecommitdiff
path: root/app/policies/group_policy.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* Optimize policy ruleMichael Kozono2017-09-071-2/+3
* Refer to “Share with group lock” consistentlyimprove-share-locking-feature-for-subgroupsMichael Kozono2017-09-061-3/+3
* Fix ability when Share lock is offMichael Kozono2017-09-061-1/+2
* Refactor based on code reviewMichael Kozono2017-09-061-1/+1
* Fix “Share lock” policy for deeply nested groupsMichael Kozono2017-09-061-2/+2
* Enforce share_with_group_lock rulesMichael Kozono2017-09-061-0/+5
* Improves subgroup creation permissions35845-improve-subgroup-creation-permissionsTiago Botelho2017-08-211-1/+3
* Basic BE changeShinya Maeda2017-07-071-0/+2
* convert all the policies to DeclarativePolicyhttp://jneen.net/2017-06-271-44/+52
* Allow group reporters to manage group labels33154-permissions-for-project-labels-and-group-labelsSean McGivern2017-06-051-7/+10
* Merge branch 'siemens/gitlab-ce-fix/subgroup-hide-button' into 'master' Rémy Coutable2017-04-121-0/+1
|\
| * Move permission to create subgroup into GroupPolicyDmitriy Zaporozhets2017-04-111-0/+1
* | ProjectsFinder should handle more optionsJacopo2017-04-061-2/+2
|/
* Remove now unnecessary `additional_rules!` method from GroupPolicyDrew Blessing2017-02-281-6/+0
* Include group parents into read access for project and groupDmitriy Zaporozhets2016-12-261-1/+1
* Backport hooks on group policies for the EE-specific implementationbackport/group-policiesDouglas Barbosa Alexandre2016-12-131-0/+6
* Add CRUD for Group LabelsDouglas Barbosa Alexandre2016-10-191-0/+1
* port groupshttp://jneen.net/2016-08-301-0/+45