mastodon/app/services
2026-03-11 14:29:00 +00:00
..
activitypub Ingestion of remote collections (#38144) 2026-03-11 14:29:00 +00:00
concerns
accept_notification_request_service.rb
account_search_service.rb Change min. characters required for logged-out account search from 5 to 3 (#36487) 2025-10-27 15:52:21 +00:00
account_statuses_cleanup_service.rb
add_account_to_collection_service.rb Federate activity when remote account is added to a Collection (#37992) 2026-02-26 15:11:02 +00:00
add_accounts_to_list_service.rb
after_block_domain_from_account_service.rb
after_block_service.rb
after_unallow_domain_service.rb Add defensive check to AfterUnallowDomainService (#37744) 2026-02-05 14:13:56 +00:00
app_sign_up_service.rb
appeal_service.rb
approve_appeal_service.rb
authorize_follow_service.rb
backup_service.rb Refactor activity serialization (#37678) 2026-02-05 09:39:27 +00:00
base_service.rb
batched_remove_status_service.rb Simplify status batch removal SQL query (#37469) 2026-01-13 10:18:26 +00:00
block_domain_service.rb Purge custom emojis on domain suspension (#37808) 2026-02-10 16:13:06 +00:00
block_service.rb
bootstrap_timeline_service.rb
bulk_import_row_service.rb
bulk_import_service.rb
clear_domain_media_service.rb
create_collection_service.rb Federate activity when remote account is added to a Collection (#37992) 2026-02-26 15:11:02 +00:00
create_featured_tag_service.rb Refactor activity serialization (#37678) 2026-02-05 09:39:27 +00:00
delete_account_service.rb
delete_collection_item_service.rb Federate deletion of collection item (#37837) 2026-02-12 10:39:13 +00:00
delete_collection_service.rb Federate Remove when collection is deleted (#37741) 2026-02-05 10:33:39 +00:00
dismiss_notification_request_service.rb
fan_out_on_write_service.rb Fix filtering of mentions from filtered-on-their-origin-server accounts (#37583) 2026-01-27 09:53:21 +00:00
favourite_service.rb
fetch_link_card_service.rb Add missing_attribution boolean to preview cards (#38043) 2026-03-04 11:18:37 +00:00
fetch_oembed_service.rb
fetch_remote_status_service.rb
fetch_resource_service.rb Non-ActivityPub Link header alternate blocks HTML ActivityPub discovery in FetchResourceService (#37439) 2026-01-13 15:47:48 +00:00
follow_migration_service.rb
follow_service.rb
move_service.rb
mute_service.rb
notify_service.rb Update rubocop to version 1.8.40 (#37628) 2026-01-29 10:14:14 +00:00
post_status_service.rb Fix race condition when processing statuses twice with the same idempotency key (#37879) 2026-02-16 14:58:22 +00:00
precompute_feed_service.rb
process_hashtags_service.rb
process_mentions_service.rb Fix mentions of domain-blocked users being processed (#37257) 2025-12-16 08:49:48 +00:00
purge_domain_service.rb
reblog_service.rb Refactor activity serialization (#37678) 2026-02-05 09:39:27 +00:00
reject_follow_service.rb
remove_accounts_from_list_service.rb
remove_domains_from_followers_service.rb
remove_featured_tag_service.rb Refactor activity serialization (#37678) 2026-02-05 09:39:27 +00:00
remove_from_followers_service.rb
remove_status_service.rb Refactor activity serialization (#37678) 2026-02-05 09:39:27 +00:00
report_service.rb Use consistent calling style for TagManager#normalize_domain (#35764) 2026-02-27 16:38:34 +00:00
resolve_account_service.rb
resolve_url_service.rb Add for searching already-known private GtS posts (#38057) 2026-03-05 08:56:18 +00:00
revoke_collection_item_service.rb Add service to revoke inclusion in a Collection (#38026) 2026-03-02 10:16:41 +00:00
revoke_quote_service.rb Fix deletion of posts quoting soft-deleted local post (#36461) 2025-10-14 15:15:38 +00:00
search_service.rb
software_update_check_service.rb
statuses_search_service.rb Refactor relation preloading (#37217) 2025-12-15 07:35:46 +00:00
suspend_account_service.rb Refactor activity serialization (#37678) 2026-02-05 09:39:27 +00:00
tag_search_service.rb Use normalizes for tag name attribute (#37119) 2026-02-27 15:56:08 +00:00
translate_status_service.rb
unallow_domain_service.rb
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Fix existing posts not being removed from lists when a list member is unfollowed (#38048) 2026-03-04 11:18:28 +00:00
unmute_service.rb
unsuspend_account_service.rb Refactor activity serialization (#37678) 2026-02-05 09:39:27 +00:00
update_account_service.rb Add missing_attribution boolean to preview cards (#38043) 2026-03-04 11:18:37 +00:00
update_collection_service.rb Federate updates to collections (#37790) 2026-02-10 10:08:55 +00:00
update_media_attachments_permissions_service.rb
update_status_service.rb
verify_link_service.rb
vote_service.rb
webhook_service.rb