summaryrefslogtreecommitdiff
path: root/app/controllers/projects/project_members_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* [Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne2018-04-041-1/+1
* Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ceRémy Coutable2018-02-271-20/+0
* Move the #update action from Project/Member controllers to the MembershipActi...Rémy Coutable2018-02-271-8/+0
* Remove explicit audit event log in MembershipActionsRémy Coutable2018-02-271-5/+4
* Present member collection at the controller leveltmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using-presenterRémy Coutable2017-12-121-2/+4
* Bugfix: User can't change the access level of an access requesterRubén Dávila2017-12-111-1/+1
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-0/+4
* Resolve "Inconsistent location of members page between groups and projects"Tim Zallmann2017-07-071-4/+19
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-3/+3
* Refactor members controller destroy actionDmitriy Zaporozhets2017-04-171-12/+0
* Refactor controller code that creates project/group membersDmitriy Zaporozhets2017-04-171-12/+0
* Fixed more rspec tests as well as spinach featuresJose Ivan Vargas2017-01-031-1/+2
* Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas2017-01-031-42/+1
* Moved the members (project_members)option to a single controller called membersJose Ivan Vargas2017-01-031-4/+4
* Fix query in Projects::ProjectMembersController to fetch members23573-sort-functionality-for-project-memberDouglas Barbosa Alexandre2016-12-161-2/+2
* Adds sort dropdown for group membersNur Rony2016-12-161-1/+4
* Use a single query in Projects::ProjectMembersController to fetch membersfollowup-7899Rémy Coutable2016-12-081-6/+5
* Handle an edge-case whith inviteesgroup-members-in-project-members-viewRémy Coutable2016-12-071-4/+10
* Fixed Ruby to be better for performancePhil Hughes2016-12-021-11/+11
* Shows group members in the project members listPhil Hughes2016-12-021-1/+19
* Implement CreateMembers service to make controller thinrefactor_group_membersValery Sizov2016-11-011-10/+7
* Update project member controller to match recent master logicyesbabyyes/gitlab-ce-22967-adding-zero-users-to-group-reports-successDmitriy Zaporozhets2016-10-241-9/+7
* Add parentheses around return redirect_to methodDmitriy Zaporozhets2016-10-241-1/+1
* Refactor groups/projects members controllerDmitriy Zaporozhets2016-10-241-8/+10
* Gracefully handle adding of no users to projects and groupsLinus G Thiel2016-10-241-1/+5
* Removed code from project members controllerPhil Hughes2016-10-201-15/+0
* Changed how collections are renderedPhil Hughes2016-10-061-15/+0
* Merge branch 'master' into members-uiPhil Hughes2016-10-061-4/+2
|\
| * Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable2016-10-031-1/+2
| * Improve Members::DestroyServiceRémy Coutable2016-10-031-4/+1
* | Updated Ruby variable namePhil Hughes2016-10-051-5/+3
* | Updated RubyPhil Hughes2016-10-041-2/+3
* | Merge branch 'master' into members-uiPhil Hughes2016-10-041-1/+1
|\ \ | |/
| * New AccessRequestsFinderRémy Coutable2016-09-281-1/+1
* | Group links search test fixPhil Hughes2016-09-131-0/+4
* | Added back orderingPhil Hughes2016-09-131-0/+1
* | Ruby updatePhil Hughes2016-09-131-7/+7
* | Removed group members from the list for nowPhil Hughes2016-09-131-25/+0
* | Fixed bug when group_ids not present when creatingPhil Hughes2016-09-131-9/+11
* | Search project groupsPhil Hughes2016-09-131-8/+41
* | Updated some specsPhil Hughes2016-09-131-10/+9
* | Fixed searchPhil Hughes2016-09-131-6/+15
* | Fixed issue with invited users not showing upPhil Hughes2016-09-131-1/+13
* | Fixed members errorPhil Hughes2016-09-131-1/+1
* | Removes row from dom when deletingPhil Hughes2016-09-131-5/+2
* | Fixed group members not deletingPhil Hughes2016-09-131-4/+5
* | Fixed issue with groups not displayingPhil Hughes2016-09-131-14/+0
* | Included groups on project_members pagePhil Hughes2016-09-131-0/+1
|/
* Allow to edit access expiration date.Adam Niedzielski2016-08-051-1/+1
* Replace optional parameters with keyword arguments.Adam Niedzielski2016-08-021-1/+6