mastodon/app/services
Claire 75fca715e9
Some checks failed
Check i18n / check-i18n (push) Waiting to run
Chromatic / Run Chromatic (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Check formatting / lint (push) Waiting to run
JavaScript Linting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
JavaScript Testing / test (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Historical data migration test / test (16-alpine) (push) Waiting to run
Historical data migration test / test (17-alpine) (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.2) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Crowdin / Upload translations / upload-translations (push) Has been cancelled
Change public self-quotes of private posts to be disallowed (#35975)
2025-09-02 15:48:37 +00:00
..
activitypub Fix handling of edited status with new media and no text (#35970) 2025-09-02 12:25:55 +00:00
concerns
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
after_block_domain_from_account_service.rb
after_block_service.rb
after_unallow_domain_service.rb
app_sign_up_service.rb
appeal_service.rb
approve_appeal_service.rb
authorize_follow_service.rb
backup_service.rb
base_service.rb
batched_remove_status_service.rb
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
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
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 Change public self-quotes of private posts to be disallowed (#35975) 2025-09-02 15:48:37 +00:00
precompute_feed_service.rb
process_hashtags_service.rb
process_mentions_service.rb
purge_domain_service.rb
reblog_service.rb
reject_follow_service.rb
remove_accounts_from_list_service.rb
remove_domains_from_followers_service.rb
remove_featured_tag_service.rb
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
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
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
vote_service.rb
webhook_service.rb