You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/services
Nicholas La Roux 438602c488
Upgrade `rubocop` from `v1.84.0` to `v1.84.2`, update config, and correct offences (#37795)
7 days ago
..
activitypub Upgrade `rubocop` from `v1.84.0` to `v1.84.2`, update config, and correct offences (#37795) 7 days ago
concerns
accept_notification_request_service.rb
account_search_service.rb Change min. characters required for logged-out account search from 5 to 3 (#36487) 4 months ago
account_statuses_cleanup_service.rb
add_account_to_collection_service.rb Federate `Add` when item is added to Collection (#37823) 2 weeks ago
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) 3 weeks ago
app_sign_up_service.rb
appeal_service.rb
approve_appeal_service.rb
authorize_follow_service.rb
backup_service.rb Refactor activity serialization (#37678) 3 weeks ago
base_service.rb
batched_remove_status_service.rb Simplify status batch removal SQL query (#37469) 1 month ago
block_domain_service.rb Purge custom emojis on domain suspension (#37808) 2 weeks ago
block_service.rb
bootstrap_timeline_service.rb
bulk_import_row_service.rb Update stoplight to version 5.3.1 (#35129) 7 months ago
bulk_import_service.rb
clear_domain_media_service.rb
create_collection_service.rb Auto accept account added to collection (#37805) 2 weeks ago
create_featured_tag_service.rb Refactor activity serialization (#37678) 3 weeks ago
delete_account_service.rb Use `Account#targeted_reports` association where needed (#35249) 8 months ago
delete_collection_item_service.rb Federate deletion of collection item (#37837) 2 weeks ago
delete_collection_service.rb Federate `Remove` when collection is deleted (#37741) 3 weeks ago
dismiss_notification_request_service.rb
fan_out_on_write_service.rb Fix filtering of mentions from filtered-on-their-origin-server accounts (#37583) 4 weeks ago
favourite_service.rb
fetch_link_card_service.rb
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) 1 month ago
follow_migration_service.rb
follow_service.rb Add `with_list_account` scope to `List` model (#35539) 7 months ago
move_service.rb
mute_service.rb
notify_service.rb Update rubocop to version 1.8.40 (#37628) 4 weeks ago
post_status_service.rb Fix race condition when processing statuses twice with the same idempotency key (#37879) 1 week ago
precompute_feed_service.rb
process_hashtags_service.rb
process_mentions_service.rb Fix mentions of domain-blocked users being processed (#37257) 2 months ago
purge_domain_service.rb
reblog_service.rb Refactor activity serialization (#37678) 3 weeks ago
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) 3 weeks ago
remove_from_followers_service.rb
remove_status_service.rb Refactor activity serialization (#37678) 3 weeks ago
report_service.rb Allow reporting (local) Collections (#37848) 2 weeks ago
resolve_account_service.rb
resolve_url_service.rb
revoke_quote_service.rb Fix deletion of posts quoting soft-deleted local post (#36461) 4 months ago
search_service.rb Add FASP account search support (#34033) 8 months ago
software_update_check_service.rb
statuses_search_service.rb Refactor relation preloading (#37217) 2 months ago
suspend_account_service.rb Refactor activity serialization (#37678) 3 weeks ago
tag_search_service.rb Handle unreachable network error for search services (#36587) 4 months ago
translate_status_service.rb
unallow_domain_service.rb
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Add `with_list_account` scope to `List` model (#35539) 7 months ago
unmute_service.rb Add `with_list_account` scope to `List` model (#35539) 7 months ago
unsuspend_account_service.rb Refactor activity serialization (#37678) 3 weeks ago
update_account_service.rb
update_collection_service.rb Federate updates to collections (#37790) 2 weeks ago
update_media_attachments_permissions_service.rb Change media attachments in moderated posts to not be accessible (#34872) 9 months ago
update_status_service.rb Add `quote_approval_policy` parameter when posting and editing statuses (#35699) 7 months ago
verify_link_service.rb
vote_service.rb
webhook_service.rb