mastodon/app/services
Eugen Rochko 658cbc9425
Improve PostStatusService performance ()
Offload creation of local notifications to a worker. Remove two
redundant SQL queries from ProcessMentionsService, remove n+1
XML/JSON serialization via memoization
..
activitypub Guard against nil URLs in Request class ()
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 Slightly reduce RAM usage ()
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 Slightly reduce RAM usage ()
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 When must_be_following_dm is on, only notify if recipient dm'ed user ()
post_status_service.rb When creating status, if no sensitive status is given, use default ()
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 [WIP] Enable custom emoji on account pages and in the sidebar ()
verify_salmon_service.rb Introduce OStatus::TagManager ()