summaryrefslogtreecommitdiff
path: root/users/app/models/email.rb
AgeCommit message (Expand)Author
2014-04-08moving users: app and test filesAzul
2013-09-26Since local part of email is case sensitive, want to allow remote email addre...jessib
2013-09-23This ensures that email addresses contain only lowercase letters, and that an...jessib
2013-09-05Move handle method to Email model and have it work for local and non-local em...jessib
2013-07-24validations of email format and local domain moved overAzul
2013-07-24testing all versions of emial identities, emails are now stringsAzul
2013-01-18more flexible email partialAzul
2013-01-17unit tests passingAzul
2012-12-17enabled destroying email aliases - no ajax yet.Azul
2012-12-13refactor: Email constructor now takes string or hashAzul
2012-12-12find users by email and aliasesAzul
2012-12-10email format validationsAzul
2012-12-10created generic Email class and use it with EmailAliasesAzul