summaryrefslogtreecommitdiff
path: root/app/policies/project_policy.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Use `build_read_container_image` and use `build_download_code`Kamil Trzcinski2016-09-151-8/+10
| * Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-131-4/+11
* | Add a JSON version of the `CycleAnalytics` page.Timothy Andrew2016-09-081-0/+1
|/
* Project tools visibility levelFelipe Artur2016-09-011-6/+6
* s/NB:/NOTE:/http://jneen.net/2016-08-301-1/+1
* use || in place of `or`http://jneen.net/2016-08-301-1/+1
* use a more compact style for access policieshttp://jneen.net/2016-08-301-11/+4
* move the rules method to the top #cosmetichttp://jneen.net/2016-08-301-27/+27
* port issues to Issu{able,e}Policyhttp://jneen.net/2016-08-301-0/+3
* add support for anonymous abilitieshttp://jneen.net/2016-08-301-13/+39
* add policies, and factor out ProjectPolicyhttp://jneen.net/2016-08-301-0/+202