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-22Merge branch '22846-notifications-broken-during-email-address-change-before-e...Douwe Maan
2018-05-22Don't set the notification_email when only unconfirmed_email is changedRémy Coutable
2018-05-21Add NOT NULL constraints to project_authorizations.Andreas Brandl
2018-05-17Resolve "Opening Project with invite but without accepting leads to 404 error...🙈 jacopo beschi 🙉
2018-05-16Merge branch 'jprovazn-remote-upload-destroy' into 'master'Kamil Trzciński
2018-05-16Rename User#ci_authorized_runners -> ci_owned_runnersDylan Griffith
2018-05-16Allow group runners to be viewed/edited in APIDylan Griffith
2018-05-16Changed order of includeJan Provaznik
2018-05-16Delete remote uploadsJan Provaznik
2018-05-15Does not log failed sign-in attempts when database is in read-only modeDouglas Barbosa Alexandre
2018-05-11Merge branch 'bvl-restrict-api-git-for-terms' into 'master'Douwe Maan
2018-05-10Block access to API & git when terms are enforcedBob Van Landuyt
2018-05-10Add 2FA filter to group members pageDmitriy Zaporozhets
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