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
2015-10-30Use a subquery with IDs only for find_by_any_emailYorick Peterse
2015-10-30Fixed UNION syntax for MySQLYorick Peterse
2015-10-30Use a UNION for User.find_by_any_emailYorick Peterse
2015-10-30Improve performance of User.find_by_any_emailYorick Peterse
2015-10-26Fix specific runner visibilityKamil Trzcinski
2015-10-19Merge branch 'cristianbica/gitlab-ce-user-project-view-files' into 'master' Dmitriy Zaporozhets
2015-10-17Merge branch 'master' into cristianbica/gitlab-ce-user-project-view-filesDouwe Maan
2015-10-17Fix nonatomic database update potentially causing project star counts to go n...Stan Hu
2015-10-15Improve performance of User.by_loginYorick Peterse
2015-10-05Merge branch 'user-preferences-layout-option' of https://github.com/gopeter/g...Dmitriy Zaporozhets
2015-10-05improved code style and layout option namingPeter Göbel
2015-10-05added user preference to change layout widthPeter Göbel
2015-10-05Add user to Ci::Build to have pusher email addressKamil Trzcinski
2015-10-03Merge remote-tracking branch 'upstream/master'Guilherme Garnier
2015-10-03Fix rubocop warnings in appGuilherme Garnier
2015-10-02Merge branch 'rs-throttle-reset' into 'master' Douwe Maan
2015-10-02Add User#recently_sent_password_reset?Robert Speicher
2015-10-01Allow users to select the Files view as default project viewCristian Bica
2015-09-29Streamline the "Report button"Rémy Coutable
2015-09-29Disable the "Report abuse" button if a user has already been reportedRémy Coutable
2015-09-26Add user preference to view project activity and starred project activity as ...Stan Hu
2015-09-15Fix: features/ci/runners_spec.rbKamil Trzcinski
2015-09-06Re-annotate modelsStan Hu
2015-08-29Merge branch 'master' into joelkoglin/gitlab-ce-feature_fix_ldap_auth_issue_993Douwe Maan
2015-08-27Make all profile publicValery Sizov
2015-08-21Issue #993: Fixed login failure when extern_uid changesJoel Koglin
2015-08-20Only show recent push event if the branch still exists or a recent merge requ...Stan Hu
2015-08-04Only publish ssh key-type and keyZeger-Jan van de Weg
2015-08-02Re-annotate modelsAtsushi Ishida
2015-07-24Add User.find_by_username!Robert Speicher
2015-07-13Allow user to specify content he wants to see on project pageDmitriy Zaporozhets
2015-07-10Add User#disable_two_factor!Robert Speicher
2015-06-24Merge branch 'rs-issue-1850' into 'master'Douwe Maan
2015-06-24Allow user to remove public email addressRobert Speicher
2015-06-24Only look up Commit authors/committers by emailRobert Speicher
2015-06-23Merge branch 'rs-dev-issue-2414' into 'master'Dmitriy Zaporozhets
2015-06-23Use alias_attribute to define User#two_factor_enabledRobert Speicher
2015-06-22Merge branch 'rs-dev-issue-2355' into 'master'Dmitriy Zaporozhets
2015-06-21Make default value for otp_required_for_login false instead of nullRobert Speicher
2015-06-19Allow Admin to filter users by 2FA statusRobert Speicher
2015-06-19Add convenience methods to User for getting and setting 2FA statusRobert Speicher
2015-06-19Move the User dashboard enum further up in the classRobert Speicher
2015-06-17Spec and refactor User.find_for_commitRobert Speicher
2015-06-16Fix duplicate 'Email has already been taken' message when creating a user, up...swellard
2015-06-16Fix duplicate 'Email has already been taken' message when creating a userswellard
2015-06-14Add `dashboard` attribute to User modelRobert Speicher
2015-06-09An `in_namespace` scope is already presentzenati
2015-06-04Merge branch 'make-namespaces-api-available-to-all-users' into 'master'Dmitriy Zaporozhets
2015-05-29Merge pull request #9318 from jvanbaarsen/allow-special-chars-bioDmitriy Zaporozhets
2015-05-28Make namespace API available to all usersStan Hu