summaryrefslogtreecommitdiff
path: root/spec/models/email_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* remove extra whitespaceBrett Walker2017-10-271-2/+2
* use a delegate for `username` to be more future friendlyBrett Walker2017-10-271-0/+8
* spacing and small optimisationsAlexandra2017-10-011-0/+3
* must now set the devise default scope (since we now have an :email scope)Brett Walker2017-09-241-1/+1
* add primary email as a secondary email whenever the primary is changedBrett Walker2017-09-231-2/+2
* added email.confirmed scope and fix email comparisonBrett Walker2017-09-231-0/+11
* allow a verified secondary email to be use as the primary withoutBrett Walker2017-09-231-2/+0
* when user verifies a secondary email, revalidate GPG signaturesBrett Walker2017-09-231-0/+17
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* refactor(email): use setter method instead AR callbacksSemyon Pupkov2016-10-231-0/+5
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-2/+0
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-11/+0
* Validate email addresses using Devise.email_regexpRémy Coutable2016-02-091-0/+22