Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-03Fixed more rspec tests as well as spinach featuresJose Ivan Vargas
2017-01-03Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas
2017-01-03Moved the members (project_members)option to a single controller called membersJose Ivan Vargas
2016-12-17Fix query in Projects::ProjectMembersController to fetch membersDouglas Barbosa Alexandre
2016-12-17Adds sort dropdown for group membersNur Rony
2016-12-08Use a single query in Projects::ProjectMembersController to fetch membersRémy Coutable
2016-12-07Handle an edge-case whith inviteesRémy Coutable
2016-12-02Fixed Ruby to be better for performancePhil Hughes
2016-12-02Shows group members in the project members listPhil Hughes
2016-11-01Implement CreateMembers service to make controller thinValery Sizov
2016-10-24Update project member controller to match recent master logicDmitriy Zaporozhets
2016-10-24Add parentheses around return redirect_to methodDmitriy Zaporozhets
2016-10-24Refactor groups/projects members controllerDmitriy Zaporozhets
2016-10-24Gracefully handle adding of no users to projects and groupsLinus G Thiel
2016-10-20Removed code from project members controllerPhil Hughes
2016-10-06Changed how collections are renderedPhil Hughes
2016-10-06Merge branch 'master' into members-uiPhil Hughes
2016-10-05Updated Ruby variable namePhil Hughes
2016-10-04Updated RubyPhil Hughes
2016-10-04Merge branch 'master' into members-uiPhil Hughes
2016-10-03Fix a few things after the initial improvment to Members::DestroyServiceRémy Coutable
2016-10-03Improve Members::DestroyServiceRémy Coutable
2016-09-28New AccessRequestsFinderRémy Coutable
2016-09-13Group links search test fixPhil Hughes
2016-09-13Added back orderingPhil Hughes
2016-09-13Ruby updatePhil Hughes
2016-09-13Removed group members from the list for nowPhil Hughes
2016-09-13Fixed bug when group_ids not present when creatingPhil Hughes
2016-09-13Search project groupsPhil Hughes
2016-09-13Updated some specsPhil Hughes
2016-09-13Fixed searchPhil Hughes
2016-09-13Fixed issue with invited users not showing upPhil Hughes
2016-09-13Fixed members errorPhil Hughes
2016-09-13Removes row from dom when deletingPhil Hughes
2016-09-13Fixed group members not deletingPhil Hughes
2016-09-13Fixed issue with groups not displayingPhil Hughes
2016-09-13Included groups on project_members pagePhil Hughes
2016-08-05Allow to edit access expiration date.Adam Niedzielski
2016-08-02Replace optional parameters with keyword arguments.Adam Niedzielski
2016-08-01WIPAdam Niedzielski
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-06-18Raise a new Gitlab::Access::AccessDeniedError when permission is not enough t...Rémy Coutable
2016-06-18Use the new Members::DestroyService in group/project member controllersRémy Coutable
2016-06-14UI and copywriting improvementsRémy Coutable
2016-06-14Factorize #request_access and #approve_access_request into a new AccessReque...Rémy Coutable
2016-06-14Add request access for groupsRémy Coutable
2016-06-14Initial implementation of user access request to projectsDavid Alexander
2016-05-18Merge branch 'meinac/gitlab-ce-change_deprecated_render_usage'Dmitriy Zaporozhets
2016-04-20Remove unused authorization from controllerFelipe Artur
2016-04-18Show project members only for membersFelipe Artur