summaryrefslogtreecommitdiff
path: root/app/controllers/projects/group_links_controller.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+13
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-6/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Externalize strings in projects controllersMartin Wortschack2019-03-271-1/+1
| | | | | | | - concerns - dashboard - groups - import
* Change policy regarding group visibilityMałgorzata Ksionek2019-02-201-2/+3
|
* Enable even more frozen string in app/controllersgfyoung2018-09-251-0/+2
| | | | | | | | | | | | Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
|
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
| | | | Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
* 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 ↵31840-add-a-rubocop-that-forbids-redirect_to-inside-a-controller-destroy-action-without-an-explicit-statusblackst0ne2017-06-071-1/+1
| | | | explicitly set 'status' in 'destroy' actions of controllers
* Updated the "users" to "members" matches in the viewJose Ivan Vargas2017-01-031-3/+3
| | | | Reverted the change from the "expires_at" to "expires_at_groups" in the groups controller
* 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
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* 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
| | | | Closes #15330
* Add functionality to setup share of project with group via project settingsDmitriy Zaporozhets2016-03-111-0/+23
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>