summaryrefslogtreecommitdiff
path: root/app/models/ability.rb
Commit message (Expand)AuthorAgeFilesLines
* Improvements, readability for artifacts browserGrzegorz Bizon2016-01-141-1/+1
* remove public field from namespace and refactoringnamespace-clean_upValery Sizov2016-01-041-1/+1
* Avoid allocations in Ability class.Jason Lee2015-12-161-8/+8
* Signed in admin should be able to add/remove himself to a projectDouglas Barbosa Alexandre2015-12-011-4/+2
* Signed in admin should be able to add/remove himself to a groupDouglas Barbosa Alexandre2015-12-011-4/+2
* Merge branch 'dbalexandre/gitlab-ce-fix-personal-snippet-access-workflow' int...Robert Speicher2015-11-191-22/+60
|\
| * Rename `not_auth_*` ability methods to `anonymous_*`dbalexandre/gitlab-ce-fix-personal-snippet-access-workflowRobert Speicher2015-11-171-10/+9
| * Minor refactoringDouwe Maan2015-11-171-8/+14
| * Merge branch 'master' into dbalexandre/gitlab-ce-fix-personal-snippet-access-...Douwe Maan2015-11-171-0/+2
| |\
| * | Fix ability name for public or internal personal snippetsDouglas Barbosa Alexandre2015-11-021-1/+1
| * | Improve personal snippet access workflow. Fixes #3258Douglas Barbosa Alexandre2015-10-291-16/+49
* | | Refactor ability changesDouwe Maan2015-11-171-24/+30
* | | Merge branch 'master' into james11/gitlab-ce-removable-group-ownerDouwe Maan2015-11-171-3/+5
|\ \ \ | | |/ | |/|
| * | Group masters should be able to create/close milestonesDmitriy Zaporozhets2015-11-161-0/+1
| * | Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+1
| |/
* | fixing rubocop indentsJames Lopez2015-11-121-11/+11
* | refactored code as projects only have one owner. Kept some refactoring in pla...James Lopez2015-11-111-26/+26
* | refactored permissions and added update_project_member ability logic. Also re...James Lopez2015-11-031-0/+18
|/
* Merge branch 'master' into remove-forks-from-projects-settingsHan Loong Liauw2015-10-171-0/+4
|\
| * Added builds viewKamil Trzcinski2015-10-141-0/+2
| * Implement Commit Status APIKamil Trzcinski2015-10-121-0/+2
* | Adds ability to remove the forked relationshipHan Loong Liauw2015-10-131-1/+2
|/
* integration with gitlab authValery Sizov2015-09-091-0/+1
* Add specific ability for managing group membersDouwe Maan2015-07-281-2/+3
* Add admin_merge_request ability to Developer level and upRobert Speicher2015-07-241-1/+2
* Merge branch 'fix-disabled-feature-access' into 'master'Stan Hu2015-07-201-23/+31
|\
| * Fix access to disabled features for unauthenticated usersDaniel Gerhardt2015-07-201-23/+31
* | Fix label read access for unauthenticated usersDaniel Gerhardt2015-07-191-0/+1
|/
* Reporter role can manage issue tracker nowreporter-manage-issuesDmitriy Zaporozhets2015-06-301-4/+4
* Refactor issue, mr, note abilities to include project abilities tooDmitriy Zaporozhets2015-06-261-13/+30
* Change dynamic abilities to new formatDmitriy Zaporozhets2015-06-261-11/+7
* Rename abilities to correspond contoller/model action namesrename-abilitiesDmitriy Zaporozhets2015-06-261-13/+13
* Simplify set of assignee, milestone and label to admin_issue ruleDmitriy Zaporozhets2015-06-261-4/+0
* Dont allow guest to set assigne, milestone and label when create new issue or...Dmitriy Zaporozhets2015-06-251-0/+3
* Fix Error 500 when one user attempts to access a personal, internal snippetStan Hu2015-06-191-1/+1
* Fix 403 Access Denied error messages when accessing Labels section in a proje...Stan Hu2015-06-181-0/+1
* Fix project snippets button appearing when it is disabledStan Hu2015-05-271-1/+1
* Refactor permission checks to use `can?` instead of `issues_enabled` and `mer...Stan Hu2015-05-251-0/+5
* Disable "New Issue" and "New Merge Request" buttons when features are disable...Stan Hu2015-05-251-0/+27
* Rename manage_group ability to admin_group for consistency with project.Douwe Maan2015-04-141-6/+6
* Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets2015-03-161-2/+4
|\
| * Update snippet authorizationVinnie Okada2015-03-141-2/+4
* | Use `project_member` instead of `team_member`.Douwe Maan2015-03-151-3/+3
* | Use `group_member` instead of `users_group` or `membership`.Douwe Maan2015-03-151-5/+5
|/
* Append in place for strings and arraysCiro Santilli2015-01-011-13/+13
* Factor abilities methodsCiro Santilli2014-10-191-0/+8
* Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-2/+2
* Huge replace of old users_project and users_group referencesDmitriy Zaporozhets2014-09-141-1/+1
* Improve labelsDmitriy Zaporozhets2014-07-301-1/+1
* Add create/update to Labels controllerDmitriy Zaporozhets2014-07-301-0/+1