summaryrefslogtreecommitdiff
path: root/app/models/ability.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into dbalexandre/gitlab-ce-fix-personal-snippet-access-...Douwe Maan2015-11-171-0/+2
|\
| * Group masters should be able to create/close milestonesDmitriy Zaporozhets2015-11-161-0/+1
| * Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+1
* | 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
|/
* 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
* Merge pull request #7131 from skv-headless/per_request_rules_cachingDmitriy Zaporozhets2014-07-141-24/+26
|\
| * per request project rules cachingskv-headless2014-06-141-24/+26
* | Improve files/snippets action buttonsDmitriy Zaporozhets2014-06-131-1/+5
|/
* Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets2014-06-051-1/+1
* Improve performance of application for large teamsDmitriy Zaporozhets2014-06-041-4/+4
* Add ability rule for creating project in namespaceDmitriy Zaporozhets2014-05-281-0/+8
* Fixes a bug with group member administrationMatt DeTullio2014-03-101-0/+1
* Move services for collecting items to FindersDmitriy Zaporozhets2014-02-251-1/+1
* Fix read_group abilityDmitriy Zaporozhets2014-02-251-1/+1
* Implement project collection serviceDmitriy Zaporozhets2014-02-251-2/+2
* Allow access to groups with public projects.Jason Hollingsworth2014-02-201-2/+14
* User can leave group from group page.Ciro Santillli2014-02-121-0/+15
* Fix Issues#bulk_updateDmitriy Zaporozhets2014-02-101-0/+1