mastodon/app/services
Eugen Rochko 0f938ff29c
Add handler for Move activity ()
..
activitypub Add handler for Move activity ()
concerns Optimize the process of following someone ()
pubsubhubbub Remove redundant ()
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 Add conversations API ()
app_sign_up_service.rb Add REST API for creating an account ()
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
batched_remove_status_service.rb Improve account suspension speed and completeness ()
block_domain_service.rb Get rid of all batch order warnings ()
block_service.rb
bootstrap_timeline_service.rb Add autofollow option to invites ()
fan_out_on_write_service.rb Accept the same payload in multiple inboxes and deliver ()
favourite_service.rb Fix activity:interactions counter to count all interactions ()
fetch_atom_service.rb Ignore JSON-LD profile in mime type comparison ()
fetch_link_card_service.rb Ignore low-confidence CharlockHolmes guesses when parsing link cards ()
fetch_oembed_service.rb Handle relative URLs when fetching OEmbed/OpenGraph cards ()
fetch_remote_account_service.rb Improve federated ID validation ()
fetch_remote_status_service.rb
follow_service.rb Add handler for Move activity ()
hashtag_query_service.rb Simplify hashtag query service, perf increase for 'any' tags ()
mute_service.rb Add conversations API ()
notify_service.rb Always let through notifications from staff ()
post_status_service.rb Limit maximum visibility of local silenced users to unlisted ()
precompute_feed_service.rb
process_feed_service.rb
process_hashtags_service.rb Exclude unlisted, private and direct toots from affecting trends ()
process_interaction_service.rb
process_mentions_service.rb Optimize the process of following someone ()
reblog_service.rb Fix activity:interactions counter to count all interactions ()
reject_follow_service.rb
remove_status_service.rb Improve support for aspects/circles ()
report_service.rb Add preference for report notification e-mails, skip for duplicates ()
resolve_account_service.rb Improve admin UI for account view ()
resolve_url_service.rb Update resolve_url_service.rb ()
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 Improve account suspension speed and completeness ()
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb
unmute_service.rb
unsubscribe_service.rb Close http connection in perform method of Request class ()
update_account_service.rb Error message for avatar image that's too large. ()
update_remote_profile_service.rb Fix custom emoji handling in UpdateRemoteProfileService (OStatus) ()
verify_link_service.rb Skip link-back check if body is nil ()
verify_salmon_service.rb