mastodon/app/services
unarist d47091eb97 Fix custom emoji handling in UpdateRemoteProfileService (OStatus) ()
This patch fixes NoMethodError and others in RemoteProfileUpdateWorker.
..
activitypub Fix account URI when updating ActivityPub account ()
concerns Rename ResolveRemoteAccountService to ResolveAccountService ()
pubsubhubbub Fix - Connect signed PuSH subscription requests to instance domain ()
account_search_service.rb Prevent suspended accounts from appearing in AccountSearchService ()
after_block_service.rb Optimize MuteService and AfterBlockService ()
authorize_follow_service.rb Using double splat operator ()
backup_service.rb Add entropy to download filenames ()
base_service.rb Remove unused AtomBuilderHelper ()
batched_remove_status_service.rb Direct messages column ()
block_domain_from_account_service.rb Add buttons to block and unblock domain ()
block_domain_service.rb After blocking domain with reject_media, invalidate cache ()
block_service.rb Add handling of Linked Data Signatures in payloads ()
bootstrap_timeline_service.rb Default follows for new users ()
fan_out_on_write_service.rb Store home feeds for 7 days instead of 14 ()
favourite_service.rb Remove most behaviour disparities between blocks and mutes ()
fetch_atom_service.rb Support Actors/Statuses with multiple types ()
fetch_link_card_service.rb Rescue Mastodon::LengthValidationError in FetchLinkCardService ()
fetch_oembed_service.rb Slightly reduce RAM usage ()
fetch_remote_account_service.rb Validate id of ActivityPub representations ()
fetch_remote_status_service.rb Change conditional to avoid nil into string error in sidekiq ()
follow_service.rb Rename ResolveRemoteAccountService to ResolveAccountService ()
mute_service.rb Keep notification when muting_notifications is true ()
notify_service.rb Add REST API for Web Push Notifications subscriptions ()
post_status_service.rb Call media.present? because media may be nil ()
precompute_feed_service.rb Fix home regeneration ()
process_feed_service.rb Using double splat operator ()
process_hashtags_service.rb Remove "nsfw" category for sensitive statuses in OStatus serializer ()
process_interaction_service.rb Introduce OStatus::TagManager ()
process_mentions_service.rb Improve PostStatusService performance ()
reblog_service.rb Avoid sending some ActivityPub payloads if the receiver will get them through distribution ()
reject_follow_service.rb Add handling of Linked Data Signatures in payloads ()
remove_status_service.rb Direct messages column ()
report_service.rb Federated reports ()
resolve_account_service.rb Support Actors/Statuses with multiple types ()
resolve_url_service.rb Support Actors/Statuses with multiple types ()
search_service.rb Remove extra spaces from search API queries and public account headers (fixes ) ()
send_interaction_service.rb Close http connection in perform method of Request class ()
subscribe_service.rb Close http connection in perform method of Request class ()
suspend_account_service.rb Send one Delete of Actor in ActivityPub when account is suspended ()
unblock_domain_service.rb Allow domain blocks that only reject media without silencing or suspending ()
unblock_service.rb Add handling of Linked Data Signatures in payloads ()
unfavourite_service.rb Add handling of Linked Data Signatures in payloads ()
unfollow_service.rb Make "unfollow" undo pending outgoing follow request too ()
unmute_service.rb Fix - Muting
unsubscribe_service.rb Close http connection in perform method of Request class ()
update_account_service.rb authorize-follow-requests-after-unlocking ()
update_remote_profile_service.rb Fix custom emoji handling in UpdateRemoteProfileService (OStatus) ()
verify_salmon_service.rb Introduce OStatus::TagManager ()