summaryrefslogtreecommitdiff
path: root/app/models/ability.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-4/+4
* Group ownership completely based on users_groups relation nowDmitriy Zaporozhets2013-09-261-2/+2
* Modify permissions for project and groupDmitriy Zaporozhets2013-09-251-1/+1
* Remove writing issues/notes from non-auth user abilitiesDmitriy Zaporozhets2013-09-241-1/+11
* Allow non authenticated user access to public projectsDmitriy Zaporozhets2013-09-241-11/+20
* Fix 404 if Group guest visit empty group pageDmitriy Zaporozhets2013-09-111-0/+4
* Return empty abilities if user is blockedDmitriy Zaporozhets2013-08-271-0/+1
* Use own abilities for namespace classDmitriy Zaporozhets2013-06-211-1/+15
* Remove all team resources except models. Move models to deprecated directoryDmitriy Zaporozhets2013-06-181-17/+0
* Add UsersGroup relation to be respected by abilities and Project#teamDmitriy Zaporozhets2013-06-181-0/+4
* create UsersGroup entity. Modify ability to check group owners instead one ownerDmitriy Zaporozhets2013-06-181-1/+1
* Merge pull request #4206 from babatakao/authorize_all_teams_to_adminDmitriy Zaporozhets2013-06-061-1/+1
|\
| * Authorize all teams to admin: fix 500 error on showing team page.babatakao2013-06-051-1/+1
* | Allow forking of public projects by authenticated users. Fixes #4152Dmitriy Zaporozhets2013-06-061-1/+22
|/
* Fixed ability and modify UI a bitDmitriy Zaporozhets2013-06-041-1/+1
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-041-7/+7
|\
| * Tests fixedAndrew8xx82013-03-251-4/+4
| * Personal snippets controlelr refactoredAndrew8xx82013-03-251-3/+2
| * Snippets feature refactored. Tests now use spinachAndrew8xx82013-03-241-1/+2
* | Dont show fork button in personal projects. Point to fork if already forked p...Dmitriy Zaporozhets2013-05-081-1/+0
* | Merge pull request #3801 from holdtotherod/feature/internally-public-projectsDmitriy Zaporozhets2013-05-031-1/+1
|\ \
| * | Internally public projectsStephen Lottermoser2013-05-021-1/+1
* | | Made fixes suggested by @randx in pull requestAngus MacArthur2013-05-021-3/+4
* | | updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-151-1/+2
|/ /
* | add admin ability to edit project settings from project areaDmitriy Zaporozhets2013-03-251-1/+1
|/
* Developers can merge MR if target branch is not protectedDmitriy Zaporozhets2013-02-271-1/+0
* Add user to team he createsDmitriy Zaporozhets2013-02-181-1/+1
* allow/deny user to create group/teamDmitriy Zaporozhets2013-01-251-9/+18
* Add ability to teamsAndrey Kumanyaev2013-01-241-0/+17
* Reporter cant create MR. Show user authorized projects in Admin areaDmitriy Zaporozhets2013-01-211-1/+1
* Refactor project creation. Added logout link to profile pageGitLab2013-01-171-2/+3
* Owner can enable public mode for projectDmitriy Zaporozhets2013-01-161-0/+1
* REpostiry, Team modelsDmitriy Zaporozhets2013-01-031-4/+6
* Fix few bugs and tests after refactoring ownership logicDmitriy Zaporozhets2013-01-021-13/+2
* Fix #2375. Admin and owner can manage groupsDmitriy Zaporozhets2013-01-021-3/+6
* Admin can move project to ANY namespace. Updated permissions pageDmitriy Zaporozhets2012-12-041-1/+2
* Only owner of current namespace can change project namespaceDmitriy Zaporozhets2012-12-041-5/+5
* Use project owner if no namespace. Restyled team pageDmitriy Zaporozhets2012-11-301-8/+13
* Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespacesDmitriy Zaporozhets2012-11-291-14/+50
* add ability to change namespace from project edit pageDmitriy Zaporozhets2012-11-241-0/+11
* Security for online editor. Replace dev_access?, master_access? with can? met...randx2012-10-211-1/+6
* simple refactoringAndrey Kumanyaev2012-10-091-51/+50
* cosmetical cleanup of modelsNihad Abbasov2012-09-271-1/+0
* Merge remote-tracking branch 'origin/merge_button'Dmitriy Zaporozhets2012-04-211-0/+1
|\
| * Merge Button v1 completeDmitriy Zaporozhets2012-03-301-0/+1
* | Milestone basic scaffoldDmitriy Zaporozhets2012-04-091-0/+2
|/
* Abilities extended. Resources security improvedDmitriy Zaporozhets2012-02-221-5/+11
* Wiki abilitiesDmitriy Zaporozhets2012-02-201-12/+15
* Wiki: design fixedValery Sizov2012-02-191-2/+5
* Snippets - fixed after bootstrapDmitriy Zaporozhets2012-02-081-0/+4