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
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
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-15Use `group_member` instead of `users_group` or `membership`.Douwe Maan
2015-03-14Update snippet authorizationVinnie Okada
2015-01-01Append in place for strings and arraysCiro Santilli
2014-10-19Factor abilities methodsCiro Santilli
2014-10-03Add parenthesis to function def with arguments.Ciro Santilli
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets
2014-07-30Improve labelsDmitriy Zaporozhets
2014-07-30Add create/update to Labels controllerDmitriy Zaporozhets
2014-07-14Merge pull request #7131 from skv-headless/per_request_rules_cachingDmitriy Zaporozhets
2014-06-14per request project rules cachingskv-headless
2014-06-13Improve files/snippets action buttonsDmitriy Zaporozhets
2014-06-05Refactor some search scopes to prevent wierd behaviour and PG::Error issuesDmitriy Zaporozhets
2014-06-04Improve performance of application for large teamsDmitriy Zaporozhets
2014-05-28Add ability rule for creating project in namespaceDmitriy Zaporozhets
2014-03-11Fixes a bug with group member administrationMatt DeTullio
2014-02-25Move services for collecting items to FindersDmitriy Zaporozhets
2014-02-25Fix read_group abilityDmitriy Zaporozhets
2014-02-25Implement project collection serviceDmitriy Zaporozhets
2014-02-20Allow access to groups with public projects.Jason Hollingsworth
2014-02-12User can leave group from group page.Ciro Santillli
2014-02-10Fix Issues#bulk_updateDmitriy Zaporozhets
2014-01-24Allow developers to mange issue trackerDmitriy Zaporozhets
2013-12-16Archiving old projects; archived projects aren't shown on dashboardSteven Thonus
2013-11-27Adding authenticated public mode (internal).Jason Hollingsworth
2013-09-26Group ownership completely based on users_groups relation nowDmitriy Zaporozhets
2013-09-25Modify permissions for project and groupDmitriy Zaporozhets
2013-09-24Remove writing issues/notes from non-auth user abilitiesDmitriy Zaporozhets
2013-09-24Allow non authenticated user access to public projectsDmitriy Zaporozhets
2013-09-11Fix 404 if Group guest visit empty group pageDmitriy Zaporozhets
2013-08-27Return empty abilities if user is blockedDmitriy Zaporozhets
2013-06-21Use own abilities for namespace classDmitriy Zaporozhets
2013-06-18Remove all team resources except models. Move models to deprecated directoryDmitriy Zaporozhets
2013-06-18Add UsersGroup relation to be respected by abilities and Project#teamDmitriy Zaporozhets
2013-06-18create UsersGroup entity. Modify ability to check group owners instead one ownerDmitriy Zaporozhets
2013-06-06Merge pull request #4206 from babatakao/authorize_all_teams_to_adminDmitriy Zaporozhets
2013-06-06Allow forking of public projects by authenticated users. Fixes #4152Dmitriy Zaporozhets
2013-06-05Authorize all teams to admin: fix 500 error on showing team page.babatakao
2013-06-04Fixed ability and modify UI a bitDmitriy Zaporozhets
2013-06-04Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets
2013-05-08Dont show fork button in personal projects. Point to fork if already forked p...Dmitriy Zaporozhets
2013-05-03Merge pull request #3801 from holdtotherod/feature/internally-public-projectsDmitriy Zaporozhets
2013-05-03Made fixes suggested by @randx in pull requestAngus MacArthur