mastodon/app
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 Make sure private toots remain private and do not end up in HTTP caches (#6175) 2018-01-04 14:39:38 +01:00
helpers Fallback default thumbnail in instance status API (#6177) 2018-01-04 15:36:55 +01:00
javascript Fix overflowing audit logs (#6184) 2018-01-04 19:38:46 +01:00
lib Don't normalize URLs in toots (#6134) 2018-01-03 20:51:33 +01:00
mailers
models Fix email confirmation link not updating email (#6187) 2018-01-05 00:15:35 +01:00
policies
presenters
serializers Fallback default thumbnail in instance status API (#6177) 2018-01-04 15:36:55 +01:00
services Send one Delete of Actor in ActivityPub when account is suspended (#6172) 2018-01-04 14:40:49 +01:00
validators
views Allow to dereference Follow object for ActivityPub (#5772) 2018-01-03 18:08:57 +01:00
workers