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-06-05Allow group reporters to manage group labelsSean McGivern
2017-04-28Collect all users by single query when using Member#add_usersDmitriy Zaporozhets
2017-04-21Refactor add_users method for project and groupDmitriy Zaporozhets
2017-02-23Revert "Enable Style/DotPosition"Douwe Maan
2017-02-23Revert "Prefer leading style for Style/DotPosition"Douwe Maan
2017-02-23Move up delegate callsDouwe Maan
2017-02-23Prefer leading style for Style/DotPositionDouwe Maan
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-10Show parent group members for nested groupDmitriy Zaporozhets
2017-01-25Fix race conditions for AuthorizedProjectsWorkerYorick Peterse
2016-12-17Merge branch '25741_enable_multiline_operation_indentation_rubocop_rule' into...Sean McGivern
2016-12-17Fix sort functionality on project/group members to return invited usersDouglas Barbosa Alexandre
2016-12-17Add option to sort group/project members by access levelDouglas Barbosa Alexandre
2016-12-17Fix sort functionality for group/project membersDouglas Barbosa Alexandre
2016-12-16Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741Rydkin Maxim
2016-12-05Authorize users into imported GitLab projectAhmad Sherif
2016-11-23Refresh user's authorized projects when one of his memberships are updatedAhmad Sherif
2016-11-18Precalculate user's authorized projects in databaseAhmad Sherif
2016-10-03Make Member#add_user set access_level for requestersRémy Coutable
2016-09-28Use the new Members::ApproveAccessRequestService in Member#add_userRémy Coutable
2016-09-28Allow Member.add_user to handle access requestersRémy Coutable
2016-09-08Exclude some pending or inactivated rows in Member scopesNick Thomas
2016-08-19Allow project group links to be expiredSean McGivern
2016-08-09Create Member.expired scope.Adam Niedzielski
2016-08-04Remove scopes.Adam Niedzielski
2016-08-04Add Member#expires? method.Adam Niedzielski
2016-08-02Replace optional parameters with keyword arguments.Adam Niedzielski
2016-08-01WIPAdam Niedzielski
2016-07-27Incorporate review commentsStan Hu
2016-07-01Exclude requesters from Project#members, Group#members and User#membersRémy Coutable
2016-06-29Reduce overhead and optimize ProjectTeam#max_member_access performanceStan Hu
2016-06-18New Members::DestroyServiceRémy Coutable
2016-06-16fixed merge conflictsJames Lopez
2016-06-14UI and copywriting improvementsRémy Coutable
2016-06-14Add request access for groupsRémy Coutable
2016-06-14Initial implementation of user access request to projectsDavid Alexander
2016-06-13Merge branches 'feature/project-export' and 'feature/project-import' of gitla...James Lopez
2016-06-01started refactoring some stuff based on MR feedbackJames Lopez
2016-05-19import uploads. Fixed a few things to do with members, triggers, etc...James Lopez
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-04-12Reuse `User#notification_settings_for` when it's possibleDouglas Barbosa Alexandre
2016-03-30Fix few bugs related to recent notifications refactoringDmitriy Zaporozhets
2016-03-30Refactor creating notification setting with defaultsDmitriy Zaporozhets
2016-03-30Remove useless Notification modelDmitriy Zaporozhets
2016-03-30Small refactoring and cleanup of notification logicDmitriy Zaporozhets
2016-03-30Update NotificationService to use NotificationSettings instead of membershipDmitriy Zaporozhets
2016-03-30Create notification setting when membership createdDmitriy Zaporozhets
2016-02-09Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...Rémy Coutable
2016-02-09Validate email addresses using Devise.email_regexpRémy Coutable