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-04-06Cache personal projects count.Andreas Brandl
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-28Remove permanent redirectsBob Van Landuyt
2018-03-22Change avatar error message to include allowed file formatsFabian Schneider
2018-03-07Leverage user_contributed_projects to find recent events.Andreas Brandl
2018-03-02Extract method User#authorizations_for_projects.Andreas Brandl
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-0631885 - Ability to transfer a single group to another groupMayra Cabrera
2018-02-05Using correct column for sorting users by Recent Sign-inPoornima
2018-02-05Add foreign keys to todos table.Andreas Brandl
2018-02-02use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa
2018-01-24Use the DatabaseCleaner 'deletion' strategy instead of 'truncation'Nick Thomas
2018-01-21Yield no results for blank searches on User name, username and emailMark Fletcher
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
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-20Add BlocksJsonSerialization model concern and include it in UserRobert Speicher
2017-12-09Merge branch 'bvl-10-2-email-disclosure' into 'security-10-2'Douwe Maan
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-12-07Resolve "Display member role per project"Mike Greiling
2017-11-23Allow password authentication to be disabled entirelyMarkus Koller
2017-11-16Cache the number of user SSH keysYorick Peterse
2017-11-14Include child projects a user can manage in namespace dropdownsBob Van Landuyt
2017-11-09Always return full avatar URL for private/internal groups/projects when asset...Douwe Maan
2017-11-08Refactor User.find_by_any_emailYorick Peterse
2017-11-06Make sure group and project creation is blocked for new users that are extern...Douwe Maan
2017-11-03Add system hooks user_rename and group_renameWinnie Hellmann
2017-11-02Remove authentication using user.private_tokenDouwe Maan
2017-10-07Replaces `tag: true` into `:tag` in the specsJacopo
2017-10-07Find forks within users/namespaces using fork membershipsBob Van Landuyt
2017-10-07Add a project forks spec helperBob Van Landuyt
2017-10-06Show confirmation modal before deleting accountWinnie Hellmann
2017-10-05Make sure spec expectations are in their own paragraphsDouwe Maan
2017-10-05Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-24must now set the devise default scope (since we now have an :email scope)Brett Walker
2017-09-23add primary email as a secondary email whenever the primary is changedBrett Walker
2017-09-23added email.confirmed scope and fix email comparisonBrett Walker
2017-09-23allow a verified secondary email to be use as the primary withoutBrett Walker