mastodon/app/services
unarist d63de55ef8 Fix bugs which OStatus accounts may detected as ActivityPub ready ()
* Fallback to OStatus in FetchAtomService

* Skip activity+json link if that activity is Person without inbox
* If unsupported activity was detected and all other URLs failed, retry with ActivityPub-less Accept header

* Allow mention to OStatus account in ActivityPub

* Don't update profile with inbox-less Person object
..
activitypub Fix bugs which OStatus accounts may detected as ActivityPub ready ()
concerns Correct OStatus inflection (Ostatus -> OStatus) ()
pubsubhubbub Fix - Connect signed PuSH subscription requests to instance domain ()
account_search_service.rb Fix an error when a user tries to search nonexistent remote user (regression from ) ()
after_block_service.rb Optimize MuteService and AfterBlockService ()
authorize_follow_service.rb Handle duplicate ActivityPub activities ()
base_service.rb Remove unused AtomBuilderHelper ()
batched_remove_status_service.rb ActivityPub delivery ()
block_domain_from_account_service.rb Add buttons to block and unblock domain ()
block_domain_service.rb Do not try to re-subscribe to unsubscribed accounts ()
block_service.rb ActivityPub delivery ()
fan_out_on_write_service.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl ()
favourite_service.rb ActivityPub delivery ()
fetch_atom_service.rb Fix bugs which OStatus accounts may detected as ActivityPub ready ()
fetch_link_card_service.rb HTTP signatures ()
fetch_remote_account_service.rb Add support for searching AP users ()
fetch_remote_resource_service.rb Add support for searching AP users ()
fetch_remote_status_service.rb Add support for searching AP users ()
follow_service.rb ActivityPub delivery ()
mute_service.rb Optimize MuteService and AfterBlockService ()
notify_service.rb Fix - Mutes now block notifications ()
post_status_service.rb ActivityPub delivery ()
precompute_feed_service.rb Fix PrecomputeFeedService for filtered statuses ()
process_feed_service.rb Fix logging in ProcessFeedService ()
process_hashtags_service.rb Unify the method of extracting tags ()
process_interaction_service.rb Fix webfinger retries ()
process_mentions_service.rb ActivityPub delivery ()
reblog_service.rb ActivityPub delivery ()
reject_follow_service.rb ActivityPub delivery ()
remove_status_service.rb ActivityPub delivery ()
resolve_remote_account_service.rb Require "inbox" to be set on actor to be ActivityPub-ready ()
search_service.rb Add specs (and refactor) of FetchRemoteResourceService and SearchService ()
send_interaction_service.rb Fix webfinger retries ()
subscribe_service.rb Do not try to re-subscribe to unsubscribed accounts ()
suspend_account_service.rb Fix account delete form not accepting password, update suspended ()
unblock_domain_service.rb Allow domain blocks that only reject media without silencing or suspending ()
unblock_service.rb ActivityPub delivery ()
unfavourite_service.rb ActivityPub delivery ()
unfollow_service.rb ActivityPub delivery ()
unmute_service.rb Fix - Muting
unsubscribe_service.rb ActivityPub migration procedure ()
update_remote_profile_service.rb Account deletion ()
verify_salmon_service.rb Fix - Always respond with 200 to PuSH payloads ()