summaryrefslogtreecommitdiff
path: root/app/models/email.rb
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-4/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove EmailsObserverDmitriy Zaporozhets2014-04-021-3/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+33
Emails are used to associate commits with users. The emails are not verified and don't have to be valid email addresses. They are assigned on a first come, first serve basis. Notifications are sent when an email is added.