You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
controllers
helpers Fallback default thumbnail in instance status API (#6177) 8 years ago
javascript Fix overflowing audit logs (#6184) 8 years ago
lib
mailers
models Fix email confirmation link not updating email (#6187) 8 years ago
policies
presenters
serializers Fallback default thumbnail in instance status API (#6177) 8 years ago
services Send one Delete of Actor in ActivityPub when account is suspended (#6172) 8 years ago
validators
views
workers