summaryrefslogtreecommitdiff
path: root/app/models/email.rb
Commit message (Expand)AuthorAgeFilesLines
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Align EmailValidator to validate_email gem implementation.Horatiu Eugen Vlad2019-03-051-1/+1
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* fixes #47716 where email confirmation fails after adding additional emailsMuhammad Nuzaihan2018-07-251-0/+4
* Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-0/+1
* use a delegate for `username` to be more future friendlyBrett Walker2017-10-271-0/+2
* must now set the devise default scope (since we now have an :email scope)Brett Walker2017-09-241-1/+1
* added email.confirmed scope and fix email comparisonBrett Walker2017-09-231-1/+3
* when user verifies a secondary email, revalidate GPG signaturesBrett Walker2017-09-231-0/+7
* Send a confirmation email when the user adds a secondary email address. Utili...Brett Walker2017-09-231-0/+3
* refactor(email): use setter method instead AR callbacksSemyon Pupkov2016-10-231-4/+2
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-11/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-1/+1
* Re-add EmailValidator to avoid the repetition of format: { with: Devise.email...streamline-email-validationRémy Coutable2016-02-091-1/+1
* Validate email addresses using Devise.email_regexpRémy Coutable2016-02-091-1/+1
* Allow primary email to be set to an email that you've already added.change-primary-emailDouwe Maan2015-04-301-5/+0
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+2
* User model to strong params. Comment other attr_accessible to let tests runDmitriy Zaporozhets2014-06-261-8/+0
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-4/+7
* Remove EmailsObserverDmitriy Zaporozhets2014-04-021-3/+8
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+33