mastodon/app/services
Eugen Rochko c593d6df9c
Add preference for report notification e-mails, skip for duplicates ()
If an unresolved report for the same target account already exists,
no new notification is generated
..
activitypub Add CLI task for rotating keys ()
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_domain_from_account_service.rb Get rid of all batch order warnings ()
after_block_service.rb Optimize MuteService and AfterBlockService ()
authorize_follow_service.rb Use correct activity id in Accept when receiving duplicate Follow (fixes ) ()
backup_service.rb Add favourites to archive takeout ()
base_service.rb Remove unused AtomBuilderHelper ()
batched_remove_status_service.rb Improve counter caches on Status and Account ()
block_domain_service.rb Get rid of all batch order warnings ()
block_service.rb Add handling of Linked Data Signatures in payloads ()
bootstrap_timeline_service.rb Add autofollow option to invites ()
fan_out_on_write_service.rb Reduce wasted work in RemoveStatusService due to inactive followers ()
favourite_service.rb Fix activity:interactions counter to count all interactions ()
fetch_atom_service.rb Support Actors/Statuses with multiple types ()
fetch_link_card_service.rb Skip processing when HEAD method returns 501 ()
fetch_oembed_service.rb Slightly reduce RAM usage ()
fetch_remote_account_service.rb Improve federated ID validation ()
fetch_remote_status_service.rb Change conditional to avoid nil into string error in sidekiq ()
follow_service.rb Bump interactions count when a follow happens ()
mute_service.rb Keep notification when muting_notifications is true ()
notify_service.rb Delay e-mail notifications by 2 minutes ()
post_status_service.rb Fix activity:interactions counter to count all interactions ()
precompute_feed_service.rb Fix home regeneration ()
process_feed_service.rb Using double splat operator ()
process_hashtags_service.rb Exclude unlisted, private and direct toots from affecting trends ()
process_interaction_service.rb Introduce OStatus::TagManager ()
process_mentions_service.rb Do not process outgoing mentions to suspended accounts ()
reblog_service.rb Fix activity:interactions counter to count all interactions ()
reject_follow_service.rb Add handling of Linked Data Signatures in payloads ()
remove_status_service.rb Get rid of all batch order warnings ()
report_service.rb Add preference for report notification e-mails, skip for duplicates ()
resolve_account_service.rb Raise Mastodon::RaceConditionError if Redis lock failed ()
resolve_url_service.rb Allow accessing local private/DM messages by URL ()
search_service.rb Allow accessing local private/DM messages by URL ()
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 Increase reach of Delete->Actor activities ()
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 ()