summaryrefslogtreecommitdiff
path: root/app/policies/project_policy.rb
Commit message (Expand)AuthorAgeFilesLines
* policyMark Chao2018-06-061-1/+1
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-151-3/+1
* Adds remote mirror table migrationTiago Botelho2018-05-071-0/+7
* Prevent awarding emoji when a project is archivedBob Van Landuyt2018-04-111-0/+2
* 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-101-16/+2
* Update policies to make archived projects completely read-onlyDouwe Maan2018-04-101-30/+59
* 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
* Removes logic from Jwt and handle different scenarios on Gitlab::AuthMayra Cabrera2018-04-061-3/+3
* Fix N+1 in MergeRequestParserSean McGivern2018-04-051-1/+34
* 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
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-14/+14
* Merge branch 'security-10-4-25223-snippets-finder-doesnt-obey-feature-visibil...Douwe Maan2018-02-091-1/+0
* Remove unused push_code_to_protected_branches38056-remove-unused-optionLin Jen-Shin2018-01-051-1/+0
* Cluster can be read only by masterKamil Trzcinski2017-10-051-2/+2
* Implement Policy. Use show instead of edit. Chnage db column. fix comments. d...Shinya Maeda2017-10-031-1/+2
* authorize in controller. validation in model.Shinya Maeda2017-10-011-0/+1
* Allow DEVELOPER role to admin milestonesissue_32215Felipe Artur2017-09-181-1/+1
* replace `is_team_member?` with `team_member?`Maxim Rydkin2017-08-291-3/+3
* Don't treat anonymous users as owners when group has pending invitesSean McGivern2017-07-241-1/+2
* Associate Issues tab only with internal issues trackerJarka Kadlecova2017-07-241-3/+0
* Remove update|admin_pipeline_schedule from Project, and grant it in PipelineS...Kamil Trzcinski2017-07-071-2/+0
* convert all the policies to DeclarativePolicyhttp://jneen.net/2017-06-271-259/+315
* Allow to access pipelines even if they are disabled, but only present jobs an...Kamil Trzcinski2017-06-131-1/+1
* Add confirm delete protected branch modalSam Rose2017-05-081-3/+3
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-0/+8
* Fix Rubocop CyclomaticComplexity offensebackport-cyclomatic_complexity-fixRémy Coutable2017-04-261-18/+26
* Merge branch 'ee-1439-read-only-user' into 'master' Douwe Maan2017-02-071-19/+28
|\
| * Backport changes from gitlab-org/gitlab-ee!998Timothy Andrew2017-02-061-19/+28
* | Fix pages abilitiesKamil Trzcinski2017-01-311-0/+2
* | Initial work on GitLab Pages updateKamil Trzcinski2017-01-311-0/+1
* | Add GitLab PagesKamil Trzcinski2017-01-311-0/+1
|/
* Merge branch 'issue_25682' into 'master' Sean McGivern2016-12-291-3/+10
|\
| * Parse JIRA issue references even if Issue Tracker is disabledFelipe Artur2016-12-291-3/+10
* | Include group parents into read access for project and groupDmitriy Zaporozhets2016-12-261-1/+1
|/
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-161-6/+6
* Update effected testszj-guest-reads-public-buildsZ.J. van de Weg2016-12-041-3/+0
* Guests can read builds if those are publicZ.J. van de Weg2016-12-041-0/+5
* Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre2016-11-301-0/+3
* Allow owners to fetch source code in CI buildsallow-owner-to-run-ci-buildsKamil Trzcinski2016-11-011-4/+8
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-2/+12
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-1/+2
* Improve project policy specAlejandro Rodríguez2016-10-061-6/+12
* Cycle analytics should be accessible to all for public projects.Timothy Andrew2016-09-201-1/+2
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-4/+13
|\
| * Improve code commentsKamil Trzcinski2016-09-161-1/+1