| Commit message (Expand) | Author | Age | Files | Lines |
* | Resolve "Can add an existing group member into a group project with new permi... | James Lopez | 2018-12-06 | 1 | -0/+19 |
* | Refactor Member#add_user for GitLab EErefactor-member-add-user-for-ee | Yorick Peterse | 2018-11-15 | 1 | -5/+19 |
* | Disable existing offenses for the CodeReuse cops | Yorick Peterse | 2018-09-11 | 1 | -0/+10 |
* | Fix SQL error when sorting 2FA-enabled users by name in admin area | Dmitriy Zaporozhets | 2018-08-21 | 1 | -1/+1 |
* | Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models | gfyoung | 2018-07-26 | 1 | -0/+2 |
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 1 | -2/+4 |
* | Add 2FA filter to group members page | Dmitriy Zaporozhets | 2018-05-10 | 1 | -0/+11 |
* | [Rails5] Rename `sort` methods to `sort_by_attribute` | blackst0ne | 2018-04-04 | 1 | -1/+1 |
* | Backports changes made in https://gitlab.com/gitlab-org/gitlab-ee/merge_reque...ee-5063-to-ce-backport | Tiago Botelho | 2018-03-21 | 1 | -1/+1 |
* | Prevent sending an access request to a project from failing when the project ...dm-mirror-hard-failed-invites | Douwe Maan | 2018-03-11 | 1 | -1/+1 |
* | Don't delete todos or unassign issues and MRs when a user leaves a projectunassign-when-leaving | Douwe Maan | 2018-03-07 | 1 | -0/+5 |
* | Improve Member servicesrc/reduce-delta-with-ce-in-controllers-ce | Rémy Coutable | 2018-02-27 | 1 | -3/+6 |
* | Remove explicit audit event log in MembershipActions | Rémy Coutable | 2018-02-27 | 1 | -2/+1 |
* | Resolve "Remove notification settings for groups and projects you were previo... | 🙈 jacopo beschi 🙉 | 2018-02-14 | 1 | -1/+1 |
* | Refactor member view by using presenter | TM Lee | 2017-12-11 | 1 | -0/+1 |
* | Consistently schedule Sidekiq jobsdm-application-worker | Douwe Maan | 2017-12-05 | 1 | -0/+1 |
* | Optimize SQL queries used in Groups::GroupMembersController#create27374-groups-groupmemberscontroller-create-is-slow-due-to-sql | Rubén Dávila | 2017-09-05 | 1 | -17/+45 |
* | Merge branch '34533-speed-up-group-project-authorizations' into 'master' | Douwe Maan | 2017-08-15 | 1 | -2/+13 |
|\ |
|
| * | Speed up Group#user_ids_for_project_authorizations | Nick Thomas | 2017-08-14 | 1 | -2/+13 |
* | | rubocop fix | http://jneen.net/ | 2017-08-11 | 1 | -2/+1 |
* | | a membership with no user is always notifiable | http://jneen.net/ | 2017-08-11 | 1 | -2/+10 |
* | | add Member#notifiable?(type, opts) | http://jneen.net/ | 2017-08-11 | 1 | -0/+4 |
|/ |
|
* | Enable Style/DotPosition Rubocop :cop: | Grzegorz Bizon | 2017-06-21 | 1 | -3/+3 |
* | Added Cop to blacklist polymorphic associations | Yorick Peterse | 2017-06-07 | 1 | -1/+1 |
* | Allow group reporters to manage group labels33154-permissions-for-project-labels-and-group-labels | Sean McGivern | 2017-06-05 | 1 | -0/+4 |
* | Collect all users by single query when using Member#add_usersdz-improve-add-users-method | Dmitriy Zaporozhets | 2017-04-28 | 1 | -0/+5 |
* | Refactor add_users method for project and groupdz-cleanup-add-users | Dmitriy Zaporozhets | 2017-04-21 | 1 | -12/+16 |
* | Revert "Enable Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -3/+3 |
* | Revert "Prefer leading style for Style/DotPosition" | Douwe Maan | 2017-02-23 | 1 | -6/+6 |
* | Move up delegate calls | Douwe Maan | 2017-02-23 | 1 | -2/+2 |
* | Prefer leading style for Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -6/+6 |
* | Enable Style/DotPosition | Douwe Maan | 2017-02-23 | 1 | -3/+3 |
* | Show parent group members for nested groupdz-nested-groups-members-page | Dmitriy Zaporozhets | 2017-02-10 | 1 | -0/+1 |
* | Fix race conditions for AuthorizedProjectsWorkerrefresh-authorizations-fork-join | Yorick Peterse | 2017-01-25 | 1 | -9/+11 |
* | Merge branch '25741_enable_multiline_operation_indentation_rubocop_rule' into... | Sean McGivern | 2016-12-17 | 1 | -2/+2 |
|\ |
|
| * | Enable Style/MultilineOperationIndentation in Rubocop, fixes #25741 | Rydkin Maxim | 2016-12-16 | 1 | -2/+2 |
* | | Fix sort functionality on project/group members to return invited users | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -4/+15 |
* | | Add option to sort group/project members by access level | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -0/+2 |
* | | Fix sort functionality for group/project members | Douglas Barbosa Alexandre | 2016-12-16 | 1 | -0/+20 |
|/ |
|
* | Authorize users into imported GitLab projectfix/authorize-users-into-imported-gitlab-project | Ahmad Sherif | 2016-12-05 | 1 | -0/+1 |
* | Refresh user's authorized projects when one of his memberships are updated | Ahmad Sherif | 2016-11-23 | 1 | -1/+1 |
* | Precalculate user's authorized projects in database | Ahmad Sherif | 2016-11-18 | 1 | -0/+13 |
* | Make Member#add_user set access_level for requestersbackport-part-of-ee-744 | Rémy Coutable | 2016-10-03 | 1 | -1/+6 |
* | Use the new Members::ApproveAccessRequestService in Member#add_user21983-member-add_user-doesn-t-detect-existing-members-that-have-requested-access | Rémy Coutable | 2016-09-28 | 1 | -1/+1 |
* | Allow Member.add_user to handle access requesters | Rémy Coutable | 2016-09-28 | 1 | -29/+50 |
* | Exclude some pending or inactivated rows in Member scopes | Nick Thomas | 2016-09-08 | 1 | -8/+25 |
* | Allow project group links to be expired | Sean McGivern | 2016-08-18 | 1 | -5/+1 |
* | Create Member.expired scope. | Adam Niedzielski | 2016-08-09 | 1 | -0/+1 |
* | Remove scopes. | Adam Niedzielski | 2016-08-04 | 1 | -2/+1 |
* | Add Member#expires? method. | Adam Niedzielski | 2016-08-04 | 1 | -0/+4 |