summaryrefslogtreecommitdiff
path: root/app/policies
Commit message (Expand)AuthorAgeFilesLines
* Fix Rubocop CyclomaticComplexity offensebackport-cyclomatic_complexity-fixRémy Coutable2017-04-261-18/+26
* 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
* | Remove the User#is_admin? methodblackst0ne2017-04-091-1/+1
* | Merge branch 'feature/service-desk-be-backport' into 'master' Sean McGivern2017-04-071-0/+1
|\ \
| * | Backport permissions and multi-line array to CEFelipe Artur2017-04-071-0/+1
| |/
* | ProjectsFinder should handle more optionsJacopo2017-04-061-2/+2
|/
* use policies to protect sending emailhttp://jneen.net/2017-03-091-0/+1
* use the policy stack to protect loginshttp://jneen.net/2017-03-091-1/+1
* add User#internal? and some global permissionshttp://jneen.net/2017-03-091-0/+6
* use a magic default :global symbol instead of nilhttp://jneen.net/2017-03-091-2/+7
* Improve pipeline triggers UIKamil Trzciński2017-03-071-0/+13
* Merge branch 'remove_group_policy_add_rules' into 'master' Douwe Maan2017-03-021-6/+0
|\
| * Remove now unnecessary `additional_rules!` method from GroupPolicyDrew Blessing2017-02-281-6/+0
* | Don't allow deleting a ghost user.Timothy Andrew2017-02-241-0/+8
|/
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Merge branch 'ee-1439-read-only-user' into 'master' Douwe Maan2017-02-072-20/+29
|\
| * Backport changes from gitlab-org/gitlab-ee!998Timothy Andrew2017-02-062-20/+29
* | 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
|/
* Fix build access policies when pipelines are publicGrzegorz Bizon2017-01-231-2/+0
* More improvements to presenters23563-document-presentersRémy Coutable2017-01-181-1/+1
* Handle presenters in BasePolicyRémy Coutable2017-01-181-0/+4
* 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-262-2/+2
|/
* Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim2016-12-162-7/+7
* Backport hooks on group policies for the EE-specific implementationbackport/group-policiesDouglas Barbosa Alexandre2016-12-132-0/+12
* Merge branch 'features/api-snippets' into 'master' Sean McGivern2016-12-121-0/+5
|\
| * API: Endpoint to expose personal snippets as /snippetsGuyzmo2016-12-011-0/+5
* | 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-042-0/+7
|/
* Allow access to the wiki with git when repository feature disabledDouglas Barbosa Alexandre2016-11-301-0/+3
* Merge branch 'pipeline-notifications' into 'master' Sean McGivern2016-11-092-1/+5
|\
| * Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-082-8/+3
| |\
| * \ Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-031-4/+8
| |\ \
| * | | Send only to users have :read_build access, feedback:Lin Jen-Shin2016-10-212-1/+5
* | | | Merge branch 'issue_23548_dev' into 'master'Douwe Maan2016-11-091-0/+4
| |_|/ |/| |
* | | Process commits in a separate workerprocess-commits-using-sidekiqYorick Peterse2016-11-071-1/+1
* | | Added IssueCollectionYorick Peterse2016-11-072-8/+3
| |/ |/|
* | Allow owners to fetch source code in CI buildsallow-owner-to-run-ci-buildsKamil Trzcinski2016-11-011-4/+8
|/
* Use delegate! on group and project labels policiesDouglas Barbosa Alexandre2016-10-192-2/+2
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-3/+1
* Use policies to handle with global/project label permissionsDouglas Barbosa Alexandre2016-10-192-0/+12
* Add CRUD for Group LabelsDouglas Barbosa Alexandre2016-10-191-0/+1
* 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