Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-04Use `delete` instead of assignment operator when filtering build abilitiesKamil Trzcinski
2016-02-04Update ability model after commentsKamil Trzcinski
2016-02-04Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski
2016-02-04Simplify abilitiesKamil Trzcinski
2016-02-03Properly handle commit status permissions (for a build)Kamil Trzcinski
2016-02-03Fix build errorsKamil Trzcinski
2016-02-02Add CI setting: allow_guest_to_access_buildsKamil Trzcinski
2016-02-02Make the CI permission model simplerKamil Trzcinski
2016-01-15Give reporters the ability to download artifacts.Andrew Johnson
2016-01-14Improvements, readability for artifacts browserGrzegorz Bizon
2016-01-04remove public field from namespace and refactoringValery Sizov
2015-12-16Avoid allocations in Ability class.Jason Lee
2015-12-02Signed in admin should be able to add/remove himself to a projectDouglas Barbosa Alexandre
2015-12-02Signed in admin should be able to add/remove himself to a groupDouglas Barbosa Alexandre
2015-11-19Merge branch 'dbalexandre/gitlab-ce-fix-personal-snippet-access-workflow' int...Robert Speicher
2015-11-17Rename `not_auth_*` ability methods to `anonymous_*`Robert Speicher
2015-11-17Minor refactoringDouwe Maan
2015-11-17Merge branch 'master' into dbalexandre/gitlab-ce-fix-personal-snippet-access-...Douwe Maan
2015-11-17Refactor ability changesDouwe Maan
2015-11-17Merge branch 'master' into james11/gitlab-ce-removable-group-ownerDouwe Maan
2015-11-16Group masters should be able to create/close milestonesDmitriy Zaporozhets
2015-11-12fixing rubocop indentsJames Lopez
2015-11-11refactored code as projects only have one owner. Kept some refactoring in pla...James Lopez
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-11-03refactored permissions and added update_project_member ability logic. Also re...James Lopez
2015-11-02Fix ability name for public or internal personal snippetsDouglas Barbosa Alexandre
2015-10-29Improve personal snippet access workflow. Fixes #3258Douglas Barbosa Alexandre
2015-10-17Merge branch 'master' into remove-forks-from-projects-settingsHan Loong Liauw
2015-10-14Added builds viewKamil Trzcinski
2015-10-13Adds ability to remove the forked relationshipHan Loong Liauw
2015-10-12Implement Commit Status APIKamil Trzcinski
2015-09-09integration with gitlab authValery Sizov
2015-07-28Add specific ability for managing group membersDouwe Maan
2015-07-24Add admin_merge_request ability to Developer level and upRobert Speicher
2015-07-20Merge branch 'fix-disabled-feature-access' into 'master'Stan Hu
2015-07-20Fix access to disabled features for unauthenticated usersDaniel Gerhardt
2015-07-19Fix label read access for unauthenticated usersDaniel Gerhardt
2015-06-30Reporter role can manage issue tracker nowDmitriy Zaporozhets
2015-06-26Refactor issue, mr, note abilities to include project abilities tooDmitriy Zaporozhets
2015-06-26Change dynamic abilities to new formatDmitriy Zaporozhets
2015-06-26Rename abilities to correspond contoller/model action namesDmitriy Zaporozhets
2015-06-26Simplify set of assignee, milestone and label to admin_issue ruleDmitriy Zaporozhets
2015-06-25Dont allow guest to set assigne, milestone and label when create new issue or...Dmitriy Zaporozhets
2015-06-20Fix Error 500 when one user attempts to access a personal, internal snippetStan Hu
2015-06-18Fix 403 Access Denied error messages when accessing Labels section in a proje...Stan Hu
2015-05-27Fix project snippets button appearing when it is disabledStan Hu
2015-05-26Refactor permission checks to use `can?` instead of `issues_enabled` and `mer...Stan Hu
2015-05-25Disable "New Issue" and "New Merge Request" buttons when features are disable...Stan Hu
2015-04-14Rename manage_group ability to admin_group for consistency with project.Douwe Maan
2015-03-16Merge branch 'fix-restricted-visibility' into 'master'Dmitriy Zaporozhets