mastodon/app/services
Eugen Rochko 32d4372381
Use #any? instead of #exists? when checking media attachments ()
If media_attachments are not loaded, SQL query is the same, but
the #exists? method performs SQL query even if preloaded
..
activitypub Raise Mastodon::RaceConditionError if Redis lock failed ()
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 Use #any? instead of #exists? when checking media attachments ()
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 Use #any? instead of #exists? when checking media attachments ()
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 Raise Mastodon::RaceConditionError if Redis lock failed ()
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 Use #any? instead of #exists? when checking media attachments ()
report_service.rb Federated reports ()
resolve_account_service.rb Raise Mastodon::RaceConditionError if Redis lock failed ()
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 ()