summaryrefslogtreecommitdiff
path: root/app/controllers/projects/group_links_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor/group links controllerFrancisco Javier López2017-11-011-7/+8
* Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-071-2/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+2
* Add a rubocop rule to check if a method 'redirect_to' is used without explici...31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
* Updated the "users" to "members" matches in the viewJose Ivan Vargas2017-01-031-3/+3
* Added groups to members section, added a members finderJose Ivan Vargas2017-01-031-5/+2
* Only skip group when it's actually a group in the "Share with group" select23961-can-t-share-project-with-groupsRémy Coutable2016-11-041-1/+1
* Merge branch 'master' into members-uiPhil Hughes2016-10-061-8/+16
|\
| * fix group links 404barthc2016-10-051-8/+16
* | Updated RubyPhil Hughes2016-10-041-1/+1
* | Fixed removing groupsPhil Hughes2016-09-131-1/+6
* | Added test for updating groups permissionsPhil Hughes2016-09-131-1/+1
* | Fixed error when updating groupsPhil Hughes2016-09-131-1/+1
* | Return 403 if user can't update groupPhil Hughes2016-09-131-0/+1
* | Included groups on project_members pagePhil Hughes2016-09-131-0/+12
|/
* Allow project group links to be expiredSean McGivern2016-08-181-1/+3
* Use guard clause to check ability to share projectGrzegorz Bizon2016-04-191-7/+4
* Refactor method that shares project with a groupGrzegorz Bizon2016-04-191-4/+3
* Check permissions when sharing project with groupGrzegorz Bizon2016-04-191-4/+10
* Add functionality to setup share of project with group via project settingsDmitriy Zaporozhets2016-03-111-0/+23