mastodon/app/services
2025-08-27 12:12:55 +00:00
..
activitypub Add digest re-check before removing followers in synchronization mechanism (#34273) 2025-08-27 12:12:55 +00:00
concerns Update rubocop to version 1.75.0 (#34283) 2025-03-27 07:48:19 +00:00
accept_notification_request_service.rb
account_search_service.rb Add FASP account search support (#34033) 2025-06-30 07:42:34 +00:00
account_statuses_cleanup_service.rb
add_accounts_to_list_service.rb Change lists to reflect added and removed users retroactively (#32930) 2024-11-19 10:04:12 +00:00
after_block_domain_from_account_service.rb
after_block_service.rb
after_unallow_domain_service.rb
app_sign_up_service.rb Add age verification on sign-up (#34150) 2025-03-14 14:07:29 +00:00
appeal_service.rb
approve_appeal_service.rb
authorize_follow_service.rb
backup_service.rb Update rubocop to version 1.72.2 and use plugins configuration style (#33946) 2025-02-18 08:25:41 +00:00
base_service.rb
batched_remove_status_service.rb Remove deprecated mb_chars method (#34039) 2025-03-03 16:50:57 +00:00
block_domain_service.rb Fix Style/OptionalBooleanParameter cop (#34968) 2025-06-10 08:17:35 +00:00
block_service.rb
bootstrap_timeline_service.rb
bulk_import_row_service.rb Update stoplight to version 5.3.1 (#35129) 2025-08-12 08:15:22 +00:00
bulk_import_service.rb
clear_domain_media_service.rb
create_featured_tag_service.rb Add REST API for featuring and unfeaturing a hashtag (#34489) 2025-04-25 15:12:05 +00:00
delete_account_service.rb Use Account#targeted_reports association where needed (#35249) 2025-07-03 07:28:03 +00:00
dismiss_notification_request_service.rb
fan_out_on_write_service.rb Add quoted_update notification type (#35820) 2025-08-25 15:44:18 +00:00
favourite_service.rb
fetch_link_card_service.rb Fix preview card being fetched even when a status has a quote or media attachment (#34770) 2025-05-22 12:42:16 +00:00
fetch_oembed_service.rb
fetch_remote_status_service.rb
fetch_resource_service.rb Fix Style/OptionalBooleanParameter cop (#34968) 2025-06-10 08:17:35 +00:00
follow_migration_service.rb
follow_service.rb Add with_list_account scope to List model (#35539) 2025-07-28 08:26:29 +00:00
move_service.rb
mute_service.rb
notify_service.rb Add quoted_update notification type (#35820) 2025-08-25 15:44:18 +00:00
post_status_service.rb Add quote_approval_policy parameter when posting and editing statuses (#35699) 2025-08-06 14:23:12 +00:00
precompute_feed_service.rb Encapsulate redis key usage (#34840) 2025-05-28 12:34:37 +00:00
process_hashtags_service.rb Avoid latest featured tag use on post removal unless necessary (#32787) 2024-11-06 10:51:54 +00:00
process_mentions_service.rb Fix processing of mentions for post edits with an existing corresponding silent mention (#33227) 2024-12-11 12:59:29 +00:00
purge_domain_service.rb
reblog_service.rb
reject_follow_service.rb
remove_accounts_from_list_service.rb Change lists to reflect added and removed users retroactively (#32930) 2024-11-19 10:04:12 +00:00
remove_domains_from_followers_service.rb
remove_featured_tag_service.rb Add REST API for featuring and unfeaturing a hashtag (#34489) 2025-04-25 15:12:05 +00:00
remove_from_followers_service.rb
remove_status_service.rb Revoke quote posts when those get deleted (#35614) 2025-07-31 14:23:36 +00:00
report_service.rb
resolve_account_service.rb
resolve_url_service.rb
revoke_quote_service.rb Fix quote revocation not being streamed (#35710) 2025-08-07 08:03:15 +00:00
search_service.rb Add FASP account search support (#34033) 2025-06-30 07:42:34 +00:00
software_update_check_service.rb Add coverage for malformed version cleanup in SoftwareUpdateCheckService, add helper query methods (#32876) 2024-11-14 14:03:57 +00:00
statuses_search_service.rb
suspend_account_service.rb Change media attachments in moderated posts to not be accessible (#34872) 2025-06-12 08:53:02 +00:00
tag_search_service.rb
translate_status_service.rb
unallow_domain_service.rb Use touch_all with batches (#32799) 2024-11-08 10:00:15 +00:00
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Add with_list_account scope to List model (#35539) 2025-07-28 08:26:29 +00:00
unmute_service.rb Add with_list_account scope to List model (#35539) 2025-07-28 08:26:29 +00:00
unsuspend_account_service.rb Change media attachments in moderated posts to not be accessible (#34872) 2025-06-12 08:53:02 +00:00
update_account_service.rb
update_media_attachments_permissions_service.rb Change media attachments in moderated posts to not be accessible (#34872) 2025-06-12 08:53:02 +00:00
update_status_service.rb Add quote_approval_policy parameter when posting and editing statuses (#35699) 2025-08-06 14:23:12 +00:00
verify_link_service.rb rel="me" check should be case-insenstive (#32238) 2024-11-21 14:37:25 +00:00
vote_service.rb
webhook_service.rb