mastodon/spec
Patrick Figel 5ec25ff3e1 Fix email confirmation link not updating email (#6187)
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.
2018-01-05 00:15:35 +01:00
..
controllers Fix email confirmation link not updating email (#6187) 2018-01-05 00:15:35 +01:00
fabricators
features
fixtures
helpers
lib Don't normalize URLs in toots (#6134) 2018-01-03 20:51:33 +01:00
mailers Add confirmation step for email changes (#6071) 2018-01-02 16:55:00 +01:00
models Fix email confirmation link not updating email (#6187) 2018-01-05 00:15:35 +01:00
policies
presenters
requests
routing
services
support
validators
views
workers
rails_helper.rb
spec_helper.rb