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/services
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.
5 years ago
..
activitypub Fix duplicate accounts being created when fetching an account for its key only (#13147) 5 years ago
concerns
account_search_service.rb
after_block_domain_from_account_service.rb
after_block_service.rb
app_sign_up_service.rb
authorize_follow_service.rb
backup_service.rb Fix backups stopping due to read timeouts (#12281) 5 years ago
base_service.rb
batched_remove_status_service.rb
block_domain_service.rb
block_service.rb
bootstrap_timeline_service.rb Admin setting to disable default follows (#12566) 5 years ago
fan_out_on_write_service.rb
favourite_service.rb
fetch_link_card_service.rb Fix link crawler not specifying accepted content-type (#12646) 5 years ago
fetch_oembed_service.rb Fix link crawler not specifying accepted content-type (#12646) 5 years ago
fetch_remote_status_service.rb Fix an error when ActivityPub::FetchRemoteStatusService url is called with nil (#12652) 5 years ago
fetch_resource_service.rb Use quality values in Accept field to explicitly prefer JSON over HTML (#12806) 5 years ago
follow_service.rb
hashtag_query_service.rb
import_service.rb
move_service.rb
mute_service.rb
notify_service.rb
post_status_service.rb
precompute_feed_service.rb
process_hashtags_service.rb
process_mentions_service.rb Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 5 years ago
reblog_service.rb
reject_follow_service.rb
remove_status_service.rb
report_service.rb
resolve_account_service.rb Fix previously OStatus-based accounts not being detected as ActivityPub (#13129) 5 years ago
resolve_url_service.rb Fix URL search not returning private toots user has access to (#12742) 5 years ago
search_service.rb
suspend_account_service.rb
tag_search_service.rb
unallow_domain_service.rb
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb
unmute_service.rb
update_account_service.rb
verify_link_service.rb
vote_service.rb Fix invalid votes from the API being accepted (#12601) 5 years ago