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
2018-05-04Allow a user to accept/decline termsBob Van Landuyt
2018-04-28[Rails5] Fix `params` for DeleteUserWorkerblackst0ne
2018-04-19Merge branch 'blackst0ne-rails5-update-user-manageable-groups' into 'master'Yorick Peterse
2018-04-19[Rails5] Fix `User#manageable_groups`blackst0ne
2018-04-18Revert the addition of goldiloaderYorick Peterse
2018-04-09Merge branch 'fix-n-plus-one-when-getting-notification-settings-for-recipient...Yorick Peterse
2018-04-09Add cop for has_many :through without disabled autoloadingSean McGivern
2018-04-09Use Goldiloader for handling N+1 queriesYorick Peterse
2018-04-09Remove unused User#manageable_group_projects (#41981)Dylan Griffith
2018-04-09Use project_authorizations instead of members to calculate manageable CI proj...Dylan Griffith
2018-04-09Allow group owner to enable runners from subgroups (#41981)Dylan Griffith
2018-04-06Remove unused method.Andreas Brandl
2018-04-06Cache personal projects count.Andreas Brandl
2018-04-05Deleting a MR you are assigned to should decrements counterm b
2018-04-05Ensure internal users (ghost, support bot) get assigned a namespaceDouwe Maan
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-03-29Merge branch 'dm-deploy-keys-default-user' into 'master'Sean McGivern
2018-03-28Don’t delete deploy key when user who created it is deletedDouwe Maan
2018-03-27'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choicesElias Werberich
2018-03-26Improves User#owned_projects query performanceTiago Botelho
2018-03-08Merge branch '40525-listing-user-activity-timeouts' into 'master'Yorick Peterse
2018-03-08Don't delete todos or unassign issues and MRs when a user leaves a projectDouwe Maan
2018-03-07Leverage user_contributed_projects to find recent events.Andreas Brandl
2018-03-02Extract method User#authorizations_for_projects.Andreas Brandl
2018-03-01Merge branch 'feature/move_oauth_modules_to_auth_dir_structure' into 'master'Douwe Maan
2018-02-28Moved o_auth/saml/ldap modules under gitlab/authHoratiu Eugen Vlad
2018-02-27Merge branch '43304-simplify-filtering-non-human-users' into 'master'Yorick Peterse
2018-02-26Simplify filtering of non-human users (like ghosts).Andreas Brandl
2018-02-22Optimise searching for users using short queriesYorick Peterse
2018-02-18Don't attempt to update user tracked fields if database is in read-onlyStan Hu
2018-02-13Strip whitespace from username/login value for user lookupPeter Lauck
2018-02-08Merge branch 'feature/oidc-groups-claim' into 'master'Douwe Maan
2018-02-08Add groups to OpenID Connect claimsHassan Zamani
2018-02-06Validate User username only on Namespace, and bubble up appropriatelyDouwe Maan
2018-02-06Validate path uniqueness only on Route, and bubble up appropriatelyDouwe Maan
2018-02-06Validate user namespace before saving so that errors persist on modelDouwe Maan
2018-02-06Merge branch '26468-fix-admin-recent-sign-in' into 'master'Rémy Coutable
2018-02-05Using correct column for sorting users by Recent Sign-inPoornima
2018-02-05Add foreign keys to todos table.Andreas Brandl
2018-02-03Merge branch 'master' into persistent-calloutsMatija Čupić
2018-02-03Rename Callout to UserCalloutMatija Čupić
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-27Add Callout modelMatija Čupić
2018-01-21Yield no results for blank searches on User name, username and emailMark Fletcher
2018-01-15Log and send a system hook if a blocked user fails to loginStan Hu
2018-01-04Merge branch 'mdelaossa/gitlab-ce-31995-project-limit-default-fix'Dmitriy Zaporozhets
2018-01-02Fix user membership destroy relationFrancisco Javier López
2017-12-30User#projects_limit remove DB default and added NOT NULL constraintMario de la Ossa