summaryrefslogtreecommitdiff
path: root/spec/models/email_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-1/+81
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+10
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-6/+5
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+19
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-231-5/+0
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* 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