index
:
leap_web.git
drop/ruby-2.1
feat/drop-signup
master
version/0.6
version/0.6.1
version/0.7
version/0.7.1
version/0.8
version/0.9
[leap_web]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
users
/
app
/
models
/
email.rb
Age
Commit message (
Collapse
)
Author
2014-04-08
moving users: app and test files
Azul
2013-09-26
Since local part of email is case sensitive, want to allow remote email ↵
jessib
addresses with uppercase letters in local part.
2013-09-23
This ensures that email addresses contain only lowercase letters, and that ↵
jessib
an identity's destination is a valid Email.
2013-09-05
Move handle method to Email model and have it work for local and non-local ↵
jessib
emails.
2013-07-24
validations of email format and local domain moved over
Azul
2013-07-24
testing all versions of emial identities, emails are now strings
Azul
2013-01-18
more flexible email partial
Azul
2013-01-17
unit tests passing
Azul
2012-12-17
enabled destroying email aliases - no ajax yet.
Azul
2012-12-13
refactor: Email constructor now takes string or hash
Azul
This allows us to reuse add_email from email_aliases_attributes=
2012-12-12
find users by email and aliases
Azul
2012-12-10
email format validations
Azul
2012-12-10
created generic Email class and use it with EmailAliases
Azul