chuckya/app
Patrick Figel 5ec25ff3e1 Fix email confirmation link not updating email ()
A change introduced in  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 () 2018-01-04 14:39:38 +01:00
helpers Fallback default thumbnail in instance status API () 2018-01-04 15:36:55 +01:00
javascript Fix overflowing audit logs () 2018-01-04 19:38:46 +01:00
lib Don't normalize URLs in toots () 2018-01-03 20:51:33 +01:00
mailers Add confirmation step for email changes () 2018-01-02 16:55:00 +01:00
models Fix email confirmation link not updating email () 2018-01-05 00:15:35 +01:00
policies Allow admin to deactivate invite created by users () 2017-12-01 12:26:19 +01:00
presenters Using double splat operator () 2017-12-06 11:41:57 +01:00
serializers Fallback default thumbnail in instance status API () 2018-01-04 15:36:55 +01:00
services Send one Delete of Actor in ActivityPub when account is suspended () 2018-01-04 14:40:49 +01:00
validators Limit users to 50 lists, remove pagination from lists API () 2017-12-09 01:32:29 +01:00
views Allow to dereference Follow object for ActivityPub () 2018-01-03 18:08:57 +01:00
workers Lists redis clean-up () 2017-12-05 23:20:27 +01:00