Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-04 | Lint pass (#8876) | aus-social | |
2018-06-21 | Add missing tests for confirmations controller (#7866) | Shuhei Kitagawa | |
2018-04-21 | Use raw status code on have_http_status (#7214) | Yamagishi Kazutoshi | |
2018-01-05 | Fix email confirmation link not updating email (#6187) | Patrick Figel | |
A change introduced in #6125 prevents `Devise::Models::Confirmable#confirm` from being called for existing users, which in turn leads to `email` not being set to `unconfirmed_email`, breaking email updates. This also adds a test that would've caught this issue. | |||
2017-09-10 | Default follows for new users (#4871) | Eugen Rochko | |
When a new user confirms their e-mail, bootstrap their home timeline by automatically following a set of accounts. By default, all local admin accounts (that are unlocked). Can be customized by new admin setting (comma-separated usernames, local and unlocked only) | |||
2017-05-29 | Spec Auth::ConfirmationsController (#3348) | Akihiko Odaki | |