summaryrefslogtreecommitdiff
path: root/app/controllers/profiles/emails_controller.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/+6
|
* Allow user to choose which email to be publicSenorsen2015-04-141-1/+3
| | | | | This commit allows user to show one of their emails in profile page, or don't show email in this page.
* Allow notification email to be set separately from primary email.Douwe Maan2015-02-071-0/+3
| | | | Closes #1932.
* Make app works with strong paramsDmitriy Zaporozhets2014-06-261-1/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow oauth signup without emailDmitriy Zaporozhets2014-04-071-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add email aliases for usersJason Hollingsworth2014-02-131-0/+26
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.