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
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2019-07-12Upgrade to Rails 5.2Heinrich Lee Yu
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-05Align EmailValidator to validate_email gem implementation.Horatiu Eugen Vlad
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-07-25fixes #47716 where email confirmation fails after adding additional emailsMuhammad Nuzaihan
2017-11-27Use fuzzy search with minimum length of 3 characters where appropriateDouwe Maan
2017-10-27use a delegate for `username` to be more future friendlyBrett Walker
2017-09-24must now set the devise default scope (since we now have an :email scope)Brett Walker
2017-09-23added email.confirmed scope and fix email comparisonBrett Walker
2017-09-23when user verifies a secondary email, revalidate GPG signaturesBrett Walker
2017-09-23Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker
2016-10-23refactor(email): use setter method instead AR callbacksSemyon Pupkov
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-02-09Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...Rémy Coutable
2016-02-09Validate email addresses using Devise.email_regexpRémy Coutable
2015-04-30Allow primary email to be set to an email that you've already added.Douwe Maan
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2014-06-26User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets
2014-04-09Re-annotate modelsDmitriy Zaporozhets
2014-04-02Remove EmailsObserverDmitriy Zaporozhets
2014-02-14Add email aliases for usersJason Hollingsworth