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
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
2016-01-21Creator should be added as a master of the project on creationDouglas Barbosa Alexandre
2015-11-17Refactor ability changesDouwe Maan
2015-11-12fixing rubocop - random code not related to the changesJames Lopez
2015-11-12fixing rubocop indentsJames Lopez
2015-11-12fixing rubocop indentsJames Lopez
2015-11-11refactored code as projects only have one owner. Kept some refactoring in pla...James Lopez
2015-11-03refactored permissions and added update_project_member ability logic. Also re...James Lopez
2015-10-30fix issue with adding members to project (spotted by test)James Lopez
2015-10-29fixed last group owner issue and added testJames Lopez
2015-05-03Re-annotate modelsStan Hu
2015-04-14Add spinach tests around accepting and declining invitations.Douwe Maan
2015-04-14Remove duplication between Group and ProjectMember.Douwe Maan
2015-04-14Let invites be declined.Douwe Maan
2015-04-14Add invites controller.Douwe Maan
2015-04-14Add invite logic to Member.Douwe Maan
2015-04-14Track who created a group or project member.Douwe Maan
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2014-10-09annotateValery Sizov
2014-09-14Huge replace of old users_project and users_group referencesDmitriy Zaporozhets