| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename manage_group ability to admin_group for consistency with project. | Douwe Maan | 2015-04-14 | 1 | -6/+6 |
* | Merge branch 'fix-restricted-visibility' into 'master' | Dmitriy Zaporozhets | 2015-03-16 | 1 | -2/+4 |
|\ |
|
| * | Update snippet authorization | Vinnie Okada | 2015-03-14 | 1 | -2/+4 |
* | | Use `project_member` instead of `team_member`. | Douwe Maan | 2015-03-15 | 1 | -3/+3 |
* | | Use `group_member` instead of `users_group` or `membership`. | Douwe Maan | 2015-03-15 | 1 | -5/+5 |
|/ |
|
* | Append in place for strings and arrays | Ciro Santilli | 2015-01-01 | 1 | -13/+13 |
* | Factor abilities methods | Ciro Santilli | 2014-10-19 | 1 | -0/+8 |
* | Add parenthesis to function def with arguments. | Ciro Santilli | 2014-10-03 | 1 | -2/+2 |
* | Huge replace of old users_project and users_group references | Dmitriy Zaporozhets | 2014-09-14 | 1 | -1/+1 |
* | Improve labels | Dmitriy Zaporozhets | 2014-07-30 | 1 | -1/+1 |
* | Add create/update to Labels controller | Dmitriy Zaporozhets | 2014-07-30 | 1 | -0/+1 |
* | Merge pull request #7131 from skv-headless/per_request_rules_caching | Dmitriy Zaporozhets | 2014-07-14 | 1 | -24/+26 |
|\ |
|
| * | per request project rules caching | skv-headless | 2014-06-14 | 1 | -24/+26 |
* | | Improve files/snippets action buttons | Dmitriy Zaporozhets | 2014-06-13 | 1 | -1/+5 |
|/ |
|
* | Refactor some search scopes to prevent wierd behaviour and PG::Error issues | Dmitriy Zaporozhets | 2014-06-05 | 1 | -1/+1 |
* | Improve performance of application for large teams | Dmitriy Zaporozhets | 2014-06-04 | 1 | -4/+4 |
* | Add ability rule for creating project in namespace | Dmitriy Zaporozhets | 2014-05-28 | 1 | -0/+8 |
* | Fixes a bug with group member administration | Matt DeTullio | 2014-03-10 | 1 | -0/+1 |
* | Move services for collecting items to Finders | Dmitriy Zaporozhets | 2014-02-25 | 1 | -1/+1 |
* | Fix read_group ability | Dmitriy Zaporozhets | 2014-02-25 | 1 | -1/+1 |
* | Implement project collection service | Dmitriy Zaporozhets | 2014-02-25 | 1 | -2/+2 |
* | Allow access to groups with public projects. | Jason Hollingsworth | 2014-02-20 | 1 | -2/+14 |
* | User can leave group from group page. | Ciro Santillli | 2014-02-12 | 1 | -0/+15 |
* | Fix Issues#bulk_update | Dmitriy Zaporozhets | 2014-02-10 | 1 | -0/+1 |
* | Allow developers to mange issue tracker | Dmitriy Zaporozhets | 2014-01-24 | 1 | -0/+1 |
* | Archiving old projects; archived projects aren't shown on dashboard | Steven Thonus | 2013-12-16 | 1 | -11/+26 |
* | Adding authenticated public mode (internal). | Jason Hollingsworth | 2013-11-26 | 1 | -4/+4 |
* | Group ownership completely based on users_groups relation now | Dmitriy Zaporozhets | 2013-09-26 | 1 | -2/+2 |
* | Modify permissions for project and group | Dmitriy Zaporozhets | 2013-09-25 | 1 | -1/+1 |
* | Remove writing issues/notes from non-auth user abilities | Dmitriy Zaporozhets | 2013-09-24 | 1 | -1/+11 |
* | Allow non authenticated user access to public projects | Dmitriy Zaporozhets | 2013-09-24 | 1 | -11/+20 |
* | Fix 404 if Group guest visit empty group page | Dmitriy Zaporozhets | 2013-09-11 | 1 | -0/+4 |
* | Return empty abilities if user is blocked | Dmitriy Zaporozhets | 2013-08-27 | 1 | -0/+1 |
* | Use own abilities for namespace class | Dmitriy Zaporozhets | 2013-06-21 | 1 | -1/+15 |
* | Remove all team resources except models. Move models to deprecated directory | Dmitriy Zaporozhets | 2013-06-18 | 1 | -17/+0 |
* | Add UsersGroup relation to be respected by abilities and Project#team | Dmitriy Zaporozhets | 2013-06-18 | 1 | -0/+4 |
* | create UsersGroup entity. Modify ability to check group owners instead one owner | Dmitriy Zaporozhets | 2013-06-18 | 1 | -1/+1 |
* | Merge pull request #4206 from babatakao/authorize_all_teams_to_admin | Dmitriy Zaporozhets | 2013-06-06 | 1 | -1/+1 |
|\ |
|
| * | Authorize all teams to admin: fix 500 error on showing team page. | babatakao | 2013-06-05 | 1 | -1/+1 |
* | | Allow forking of public projects by authenticated users. Fixes #4152 | Dmitriy Zaporozhets | 2013-06-06 | 1 | -1/+22 |
|/ |
|
* | Fixed ability and modify UI a bit | Dmitriy Zaporozhets | 2013-06-04 | 1 | -1/+1 |
* | Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8... | Dmitriy Zaporozhets | 2013-06-04 | 1 | -7/+7 |
|\ |
|
| * | Tests fixed | Andrew8xx8 | 2013-03-25 | 1 | -4/+4 |
| * | Personal snippets controlelr refactored | Andrew8xx8 | 2013-03-25 | 1 | -3/+2 |
| * | Snippets feature refactored. Tests now use spinach | Andrew8xx8 | 2013-03-24 | 1 | -1/+2 |
* | | Dont show fork button in personal projects. Point to fork if already forked p... | Dmitriy Zaporozhets | 2013-05-08 | 1 | -1/+0 |
* | | Merge pull request #3801 from holdtotherod/feature/internally-public-projects | Dmitriy Zaporozhets | 2013-05-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Internally public projects | Stephen Lottermoser | 2013-05-02 | 1 | -1/+1 |
* | | | Made fixes suggested by @randx in pull request | Angus MacArthur | 2013-05-02 | 1 | -3/+4 |
* | | | updated fork feature to use gitlab-shell for v5 of gitlab | Angus MacArthur | 2013-04-15 | 1 | -1/+2 |
|/ / |
|