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
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-08Rewrite the GitHub importer from scratchYorick Peterse
2017-11-08Refactor User.find_by_any_emailYorick Peterse
2017-11-06Merge branch 'dm-block-group-and-project-creation-when-external-by-default' i...Sean McGivern
2017-11-06Make sure group and project creation is blocked for new users that are extern...Douwe Maan
2017-11-06Reallow project paths ending in periodsDouwe Maan
2017-11-03Add system hooks user_rename and group_renameWinnie Hellmann
2017-11-02Remove user authentication_token columnDouwe Maan
2017-11-02Remove User#private_tokenDouwe Maan
2017-10-17Fix specAnnabel Dunstone Gray
2017-10-17Add readme only option as project viewAnnabel Dunstone Gray
2017-10-07Merge branch 'tc-geo-read-only-idea' into 'master'Douwe Maan
2017-10-07Find forks within users/namespaces using fork membershipsBob Van Landuyt
2017-10-06Show confirmation modal before deleting accountWinnie Hellmann
2017-10-06Create idea of read-only databaseToon Claes
2017-10-05Merge branch 'master' into digitalmoksha/gitlab-ce-feature/verify_secondary_e...Douwe Maan
2017-10-02Merge branch 'enhance-logging' into 'master'Robert Speicher
2017-10-02Merge branch '33493-attempt-to-link-saml-users-to-ldap-by-email' into 'master'Douwe Maan
2017-10-02Refactors SAML identity creation in gl_user.Tiago Botelho
2017-10-01spacing and small optimisationsAlexandra
2017-09-30Remove lock reason and add guard clauseBrian Neel
2017-09-28Support custom attributes on usersMarkus Koller
2017-09-28refactor emails serviceJames Lopez
2017-09-28refactor users update serviceJames Lopez
2017-09-28refactor services to match EE signatureJames Lopez
2017-09-28Merge conflict resolutionBrian Neel
2017-09-28# This is a combination of 1 commit.Brian Neel
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-23more explantion why an `after_update` was replaced with an `after_commit`Brett 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
2017-09-23when a primary email is replaced and added to the secondary emails list,Brett Walker
2017-09-23small cleanup changes based on feedbackBrett Walker
2017-09-23Make GPG signature verification work with non-primary email (#36959)Brett Walker
2017-09-11Revert "Merge branch 'revert-f2421b2b' into 'master'"Annabel Dunstone Gray
2017-09-11Merge branch 'user-recent-push' into 'master'Douwe Maan
2017-09-08Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-...Rubén Dávila
2017-09-08Rework how recent push events are retrievedYorick Peterse
2017-09-07Merge branch '23079-remove-default-scope-in-sortable' into 'master'Douwe Maan
2017-09-07Removes default scope from sortableTiago Botelho
2017-09-06Restore some changes from !9199Rubén Dávila
2017-09-06Profile updates from providersAlexander Keramidas
2017-09-05add User##verified_email? methodAlexis Reigel
2017-09-04Merge branch 'remove-unused-code' into 'master'Rémy Coutable
2017-09-01Merge branch '37202-revert-changes-to-signing-enabled' into 'master'Douwe Maan
2017-09-01Rollsback changes made to signing_enabled.Tiago Botelho
2017-08-31`current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern
2017-08-29Move the logic to a concernHiroyuki Sato