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
ThibG a60d9335d8
Fix resolving accounts sometimes creating duplicate records for a given AP id (#15364)
* Fix ResolveAccountService accepting mismatching acct: URI

* Set attributes that should be updated regardless of suspension

* Fix key fetching

* Automatically merge remote accounts with duplicate `uri`

* Add tests

* Add "tootctl accounts fix-duplicates"

Finds duplicate accounts sharing a same ActivityPub `id`, re-fetch them and
merge them under the canonical `acct:` URI.

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
5 years ago
..
chewy Change `tootctl search deploy` algorithm (#14300) 5 years ago
controllers Add option to obfuscate domain name in public list of domain blocks (#15355) 5 years ago
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 5 years ago
javascript Fix styling issue on /about when server admin has a long username (#15357) 5 years ago
lib Add stoplight for object storage failures, return HTTP 503 (#13043) 5 years ago
mailers Change account suspensions to be reversible by default (#14726) 5 years ago
models Fix follow limit preventing re-following of a moved account (#14207) 5 years ago
policies Fix admins being able to suspend their instance actor (#14567) 5 years ago
presenters Fix performance on instances list in admin UI (#15282) 5 years ago
serializers Add app shortcuts (#15234) 5 years ago
services Fix resolving accounts sometimes creating duplicate records for a given AP id (#15364) 5 years ago
validators Fix follow limit preventing re-following of a moved account (#14207) 5 years ago
views Add option to obfuscate domain name in public list of domain blocks (#15355) 5 years ago
workers Fix resolving accounts sometimes creating duplicate records for a given AP id (#15364) 5 years ago