summaryrefslogtreecommitdiff
path: root/app/policies
Commit message (Expand)AuthorAgeFilesLines
* Refactor out duplication in runner_policy.rb46010-allow-managing-group-runners-via-apiDylan Griffith2018-05-161-4/+8
* Change policy list_runner_jobs -> read_runnerDylan Griffith2018-05-161-1/+0
* Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith2018-05-161-6/+6
* Improve efficiency of authorized_runner policy queryDylan Griffith2018-05-161-1/+1
* Use can? policies for lib/api/runners.rbDylan Griffith2018-05-161-4/+4
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-153-3/+18
* Allows `access_(git|api)` to anonymous usersBob Van Landuyt2018-05-101-6/+4
* Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-0/+9
* Adds remote mirror table migrationTiago Botelho2018-05-071-0/+7
* Enforces terms in the web applicationBob Van Landuyt2018-05-041-4/+2
* Allow a user to accept/decline termsBob Van Landuyt2018-05-041-0/+30
* Make the user dropdown reusableBob Van Landuyt2018-05-041-2/+4
* Fix users not seeing labels from private groups when being a member of a chil...Felipe Artur2018-04-231-2/+6
* 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