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-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
2015-05-28You can not remove user if he/she is an only owner of groupDmitriy Zaporozhets
2015-05-28Allow special characters in users bioJeroen van Baarsen
2015-05-26Add `reference_pattern` to Referable modelsRobert Speicher
2015-05-26Add `to_reference` for models that support referencesRobert Speicher
2015-05-12Merge branch 'fix-avatar-removal' into 'master'Hannes Rosenögger
2015-05-12Merge branch '2fa' into 'master'Dmitriy Zaporozhets
2015-05-11Remove extra `devise` call that got added by accidentRobert Speicher
2015-05-10Remove unnecessary User#login accessor overrideRobert Speicher
2015-05-10Generate 10 2FA backup codes instead of the default of 5Robert Speicher
2015-05-10Fix 2FA backup code removalRobert Speicher
2015-05-10Re-annotate User modelRobert Speicher
2015-05-10Update User model for two-factor authRobert Speicher
2015-05-10Fix rubocop complainDmitriy Zaporozhets
2015-05-10Init 2 factor authentication for user modelDmitriy Zaporozhets
2015-05-08Don't show duplicate deploy keys. Fixes #1516Maran
2015-05-07Fix bug where avatar filenames were not actually deleted from the database du...Stan Hu
2015-05-03Re-annotate modelsStan Hu
2015-05-03Merge branch 'change-primary-email' into 'master'Dmitriy Zaporozhets
2015-05-02Add application setting to restrict user signups to e-mail domainsStan Hu
2015-04-30Allow primary email to be set to an email that you've already added.Douwe Maan
2015-04-14Allow user to choose which email to be publicSenorsen
2015-04-13Merge branch 'public-deploy-keys' into 'master'Dmitriy Zaporozhets
2015-04-10Fix persistent XSS vulnerability around profile website URLs.Douwe Maan
2015-04-03Allow admin to create public deploy keys that are accessible to any project.Douwe Maan
2015-03-27Use more specific regexes.Douwe Maan
2015-03-27Move User.cleanup_username to Namespace.cleanup_path.Douwe Maan
2015-03-24Clean up subscriptions when user is deleted.Douwe Maan
2015-03-22Refactor contributions events and write tests for calendarDmitriy Zaporozhets
2015-03-15Use `project_member` instead of `team_member`.Douwe Maan
2015-03-10Blocking user does not remove him/her from project/groups but show blocked labelDmitriy Zaporozhets
2015-03-05Re-annotate modelsDmitriy Zaporozhets
2015-02-27Fix and test User#contributed_projects_ids.Douwe Maan
2015-02-26Merge branch 'extend_markdown_upload' into 'master'Dmitriy Zaporozhets
2015-02-25Merge branch 'bitbucket-import'Dmitriy Zaporozhets
2015-02-25Merge branch 'master' into extend_markdown_uploadDouwe Maan