summaryrefslogtreecommitdiff
path: root/app/policies
Commit message (Expand)AuthorAgeFilesLines
* Prevent awarding emoji when a project is archivedBob Van Landuyt2018-04-113-1/+5
* Rename `create_merge_request` permissionsBob Van Landuyt2018-04-111-5/+6
* Prevent new merge requests for archived projectsBob Van Landuyt2018-04-111-0/+4
* Move `ProjectPolicy`-class methods into moduleBob Van Landuyt2018-04-102-16/+21
* Update policies to make archived projects completely read-onlyDouwe Maan2018-04-104-44/+66
* Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan2018-04-102-7/+1
* Rename delete_protected_branch ability to push_to_delete_protected_branch to ...Douwe Maan2018-04-101-2/+2
* Support Deploy Tokens properly without hacking abilitiesKamil Trzciński2018-04-061-2/+2
* Addreses backend review suggestionsMayra Cabrera2018-04-061-0/+11
* Removes logic from Jwt and handle different scenarios on Gitlab::AuthMayra Cabrera2018-04-061-3/+3
* Fix N+1 in MergeRequestParserSean McGivern2018-04-054-18/+34
* Revert exploratory branch restriction policyjej/add-protected-branch-policyJames Edwards-Jones2018-03-261-10/+0
* ProtectedBranchPolicy used from Controller for destroy/updateJames Edwards-Jones2018-03-261-0/+4
* Branch unprotection restriction starting pointJames Edwards-Jones2018-03-261-0/+15
* Limit queries to a user-branch combinationBob Van Landuyt2018-03-071-13/+5
* Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-0/+6
* Allow abilities on forks while MR is openBob Van Landuyt2018-03-071-0/+16
* Bring one group board to CEFelipe Artur2018-03-031-1/+6
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-225-15/+34
* Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan2018-02-091-1/+0
* Hide pipeline schedule 'take ownership' for current ownerMark Fletcher2018-02-011-0/+8
* Remove unused push_code_to_protected_branches38056-remove-unused-optionLin Jen-Shin2018-01-051-1/+0
* EE-BACKPORT group boardsFelipe Artur2018-01-041-1/+7
* Refactor common protected ref checkStan Hu2017-12-122-16/+10
* Fix conditions for checking pipeline schedule rulesStan Hu2017-12-121-3/+3
* Create a play_pipeline_schedule policy and use itStan Hu2017-12-121-0/+18
* Support uploads for groupsJarka Kadlecova2017-12-071-1/+6
* Introduce :read_namespace access policy for namespace and groupTomasz Maczukin2017-11-232-0/+3
* Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-071-2/+2
|\
| * This worksShinya Maeda2017-10-231-2/+2
* | Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-4/+8
* | Do not allow jobs to be erasedShinya Maeda2017-11-061-0/+5
|/
* Merge branch 'feature/sm/35954-create-kubernetes-cluster-on-gke-from-k8s-serv...Kamil Trzciński2017-10-062-0/+14
|\
| * Cluster can be read only by masterKamil Trzcinski2017-10-051-2/+2
| * Specify defaults, fix policies, fix db columnsKamil Trzcinski2017-10-041-5/+1
| * Merge branch 'master' into feature/sm/35954-create-kubernetes-cluster-on-gke-...Shinya Maeda2017-10-042-0/+15
| |\
| * | Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda2017-10-032-1/+18
| * | authorize in controller. validation in model.Shinya Maeda2017-10-011-0/+1
* | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into 18608-lock-issu...Jarka Kadlecova2017-10-032-0/+15
|\ \ \ | | |/ | |/|
| * | moved fork checks into policiesfork-btn-enabled-user-groupsPhil Hughes2017-09-292-0/+10
| * | Support custom attributes on usersMarkus Koller2017-09-281-0/+5
| |/
* | Merge remote-tracking branch 'origin/master' into 18608-lock-issuesLuke "Jared" Bennett2017-09-202-2/+3
|\ \ | |/
| * Allow DEVELOPER role to admin milestonesissue_32215Felipe Artur2017-09-182-2/+3
* | Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-142-11/+10
* | Check the discussion lock only for issuables & clean styleJarka Kadlecova2017-09-141-1/+1
* | Support discussion locking in the backendJarka Kadlecova2017-09-142-0/+15
|/
* 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