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/spec
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>
4 years ago
..
controllers Fix performance on instances list in admin UI (#15282) 4 years ago
fabricators
features
fixtures
helpers Change RTL detection to rely on unicode-bidi paragraph by paragraph (#14573) 4 years ago
lib rename replies_policy enumerables (#15304) 4 years ago
mailers
models Fix follow limit preventing re-following of a moved account (#14207) 4 years ago
policies
presenters
requests
routing
serializers/activitypub
services Fix resolving accounts sometimes creating duplicate records for a given AP id (#15364) 4 years ago
support
validators
views
workers
rails_helper.rb
spec_helper.rb