mastodon/app
ThibG 3704402dcc
Fix duplicate accounts being created when fetching an account for its key only (#13147)
Fixes #13136

When a user's canonical acct domain is different from its id's domain
(WEB_DOMAIN ≠ LOCAL_DOMAIN), two webfinger queries are required to find the
canonical domain from the URI. However, we skip webfinger queries when
updating only the key of a remote user, which led to the creation of a
duplicate account, using the URI's domain instead of the canonical acct: one.
2020-02-24 21:15:53 +01:00
..
chewy
controllers Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116) 2020-02-19 22:31:53 +01:00
helpers Fix punycode being rendered instead of unicode in some places (#13030) 2020-02-03 18:44:54 +01:00
javascript Fix /web redirecting to /web/web in web UI (#13128) 2020-02-22 01:27:34 +01:00
lib Fix rendering <a> without href when scheme unsupported (#13040) 2020-02-08 21:22:38 +01:00
mailers
models Fix remote convertible media attachments not being saved (#13032) 2020-02-03 18:45:56 +01:00
policies
presenters
serializers Fix punycode being returned in some entities instead of unicode in REST API (#13035) 2020-02-03 21:16:37 +01:00
services Fix duplicate accounts being created when fetching an account for its key only (#13147) 2020-02-24 21:15:53 +01:00
validators
views Fix account's bio not being shown if there are no proofs/fields in admin UI (#13075) 2020-02-17 16:38:59 +01:00
workers