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
Matt Jankowski 49db8a9662
Use `Account#targeted_reports` association where needed (#35249)
2 weeks ago
..
activitypub Remove `inbound_quotes` feature flag (#34958) 1 month ago
concerns Update `rubocop` to version 1.75.0 (#34283) 4 months ago
accept_notification_request_service.rb Reload notifications when accepted notifications are merged (streaming only) (#31419) 11 months ago
account_search_service.rb Add FASP account search support (#34033) 3 weeks ago
account_statuses_cleanup_service.rb Fix reblogs being discarded after the reblogged status (#19731) 3 years ago
add_accounts_to_list_service.rb Change lists to reflect added and removed users retroactively (#32930) 8 months ago
after_block_domain_from_account_service.rb Undo notification permissions on individual and domain blocks (#29570) 1 year ago
after_block_service.rb Delete pending notification requests on block and notification mutes (#31310) 12 months ago
after_unallow_domain_service.rb
app_sign_up_service.rb Add age verification on sign-up (#34150) 4 months ago
appeal_service.rb Fix `Rails/FindEach` cop (#26886) 2 years ago
approve_appeal_service.rb Fix error when accepting appeal for sensitive posts deleted in the meantime (#32037) 10 months ago
authorize_follow_service.rb
backup_service.rb Update rubocop to version 1.72.2 and use `plugins` configuration style (#33946) 5 months ago
base_service.rb Add administrative webhooks (#18510) 3 years ago
batched_remove_status_service.rb Remove deprecated `mb_chars` method (#34039) 5 months ago
block_domain_service.rb Fix `Style/OptionalBooleanParameter` cop (#34968) 1 month ago
block_service.rb Undo notification permissions on individual and domain blocks (#29570) 1 year ago
bootstrap_timeline_service.rb Add customizable user roles (#18641) 3 years ago
bulk_import_row_service.rb Update stoplight to version 4.1.0 (#28366) 1 year ago
bulk_import_service.rb Fix “Scoped order is ignored, it's forced to be batch order.” warnings (#26793) 2 years ago
clear_domain_media_service.rb Remove `default_scope` from `MediaAttachment` class (#28043) 2 years ago
create_featured_tag_service.rb Add REST API for featuring and unfeaturing a hashtag (#34489) 3 months ago
delete_account_service.rb Use `Account#targeted_reports` association where needed (#35249) 2 weeks ago
dismiss_notification_request_service.rb Change dismissing a notification to clear existing filtered notifications for that account (#31329) 12 months ago
fan_out_on_write_service.rb Remove deprecated `mb_chars` method (#34039) 5 months ago
favourite_service.rb Change algorithm of follow recommendations (#28314) 2 years ago
fetch_link_card_service.rb Fix preview card being fetched even when a status has a quote or media attachment (#34770) 2 months ago
fetch_oembed_service.rb Change some instances of Nokogiri HTML4 parsing to HTML5 (#31812) 10 months ago
fetch_remote_status_service.rb Fix unbounded recursion in post discovery (#23506) 2 years ago
fetch_resource_service.rb Fix `Style/OptionalBooleanParameter` cop (#34968) 1 month ago
follow_migration_service.rb Fix various edge cases with local moves (#24812) 2 years ago
follow_service.rb Encapsulate redis key usage (#34840) 2 months ago
move_service.rb
mute_service.rb
notify_service.rb Change notifications from moderators to not be filtered (#33654) 6 months ago
post_status_service.rb Add `quoted_status` attribute to `PostStatusService` for local testing (#34553) 3 months ago
precompute_feed_service.rb Encapsulate redis key usage (#34840) 2 months ago
process_hashtags_service.rb Avoid latest featured tag use on post removal unless necessary (#32787) 9 months ago
process_mentions_service.rb Fix processing of mentions for post edits with an existing corresponding silent mention (#33227) 7 months ago
purge_domain_service.rb Remove unneeded `reorder(nil)` conditions (#32200) 10 months ago
reblog_service.rb Fix Undo Announce activity is not sent, when not followed by the reblogged post author (#18482) 2 years ago
reject_follow_service.rb
remove_accounts_from_list_service.rb Change lists to reflect added and removed users retroactively (#32930) 8 months ago
remove_domains_from_followers_service.rb Fix “Remove all followers from the selected domains” being more destructive than it claims (#23805) 2 years ago
remove_featured_tag_service.rb Add REST API for featuring and unfeaturing a hashtag (#34489) 3 months ago
remove_from_followers_service.rb Autofix Rubocop Style/IfUnlessModifier (#23697) 2 years ago
remove_status_service.rb Change media attachments in moderated posts to not be accessible (#34872) 1 month ago
report_service.rb Add optional OAuth application to reports (#30539) 1 year ago
resolve_account_service.rb Remove `WebfingerHelper` module & move usage inline (#31203) 10 months ago
resolve_url_service.rb Fix `Naming/MemoizedInstanceVariableName` cop (#25928) 2 years ago
search_service.rb Add FASP account search support (#34033) 3 weeks ago
software_update_check_service.rb Add coverage for malformed version cleanup in `SoftwareUpdateCheckService`, add helper query methods (#32876) 8 months ago
statuses_search_service.rb Add instrumentation to the search services (#30350) 1 year ago
suspend_account_service.rb Change media attachments in moderated posts to not be accessible (#34872) 1 month ago
tag_search_service.rb Add instrumentation to the search services (#30350) 1 year ago
translate_status_service.rb Translate to regional language variant (e.g. pt-BR) (#32428) 9 months ago
unallow_domain_service.rb Use `touch_all` with batches (#32799) 8 months ago
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Change lists to reflect added and removed users retroactively (#32930) 8 months ago
unmute_service.rb Change lists to reflect added and removed users retroactively (#32930) 8 months ago
unsuspend_account_service.rb Change media attachments in moderated posts to not be accessible (#34872) 1 month ago
update_account_service.rb Fix `Style/InverseMethods` cop (#28377) 2 years ago
update_media_attachments_permissions_service.rb Change media attachments in moderated posts to not be accessible (#34872) 1 month ago
update_status_service.rb media_ids is an array of strings (#31709) 11 months ago
verify_link_service.rb `rel="me"` check should be case-insenstive (#32238) 8 months ago
vote_service.rb Fix `Rails/WhereExists` cop in app/services (#28853) 2 years ago
webhook_service.rb Add administrative webhooks (#18510) 3 years ago