mastodon/app/services
Eugen Rochko 05b13c38b5 Re-enable Webfinger for locked accounts but don't handle "follow" events
coming in via Salmon.

Currently no way to prevent remote follows, but they will only receive public
and unlisted posts
..
pubsubhubbub Fix Pubsubhubbub::UnsubscribeService
base_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
block_domain_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
block_service.rb Add "locked" flag to accounts, prevent blocked users from following, force-unfollow blocked users
fan_out_on_write_service.rb Fix - self-replies to appear in public timelines again
favourite_service.rb Removing external hub completely, fix fixing digit-only hashtags,
fetch_atom_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
fetch_remote_account_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
fetch_remote_status_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
follow_remote_account_service.rb Update hub URL and re-subscribe if hub URL changes
follow_service.rb Follow call on locked account creates follow request instead
notify_service.rb Add filters for suspended accounts
post_status_service.rb Private visibility on statuses prevents non-followers from seeing those
precompute_feed_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
process_feed_service.rb Restoring old async behaviour of thread resolving as it proved to be more robust
process_hashtags_service.rb Sensitive content federates using the "nsfw" hashtag
process_interaction_service.rb Re-enable Webfinger for locked accounts but don't handle "follow" events
process_mentions_service.rb Private posts mentioning non-followers should not notify them, neither locally nor via Salmon
reblog_service.rb Follow call on locked account creates follow request instead
remove_status_service.rb Removing external hub completely, fix fixing digit-only hashtags,
search_service.rb Fix - avatar errors no longer prevent remote accounts from being saved
send_interaction_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
subscribe_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
suspend_account_service.rb Improve suspend account service
unblock_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
unfavourite_service.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
unfollow_service.rb Fix unfollows not clearing reblogs, fix blocks not clearing reblogs and notifications,
unsubscribe_service.rb Fix - avatar errors no longer prevent remote accounts from being saved
update_remote_profile_service.rb Fix - avatar errors no longer prevent remote accounts from being saved