mastodon/app/services
Matt Jankowski bcd0171e5e
Fix `Lint/UselessAssignment` cop ()
..
activitypub Fix `Lint/UselessAssignment` cop ()
concerns Add `authorized_fetch` server setting in addition to env var ()
keys Autofix Rubocop remaining Layout rules ()
account_search_service.rb Update Account Search to prioritize username over display name ()
account_statuses_cleanup_service.rb Fix reblogs being discarded after the reblogged status ()
after_block_domain_from_account_service.rb
after_block_service.rb
after_unallow_domain_service.rb
app_sign_up_service.rb Add time zone preference ()
appeal_service.rb Admin mailer parameterization ()
approve_appeal_service.rb
authorize_follow_service.rb
backup_service.rb Autofix Rubocop Regex Style rules ()
base_service.rb
batched_remove_status_service.rb Add new public status index ()
block_domain_service.rb
block_service.rb
bootstrap_timeline_service.rb
bulk_import_row_service.rb Add support for importing lists ()
bulk_import_service.rb Fix “Scoped order is ignored, it's forced to be batch order.” warnings ()
clear_domain_media_service.rb Change files to be deleted in batches instead of one-by-one ()
create_featured_tag_service.rb Fix `Settings::FeaturedTagsController` ()
delete_account_service.rb Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ()
deliver_to_device_service.rb
fan_out_on_write_service.rb Add caching for payload serialization during fan-out ()
favourite_service.rb Autofix Rubocop remaining Layout rules ()
fetch_link_card_service.rb Add primary key to preview_cards_statuses join table (includes deduplication migration) ()
fetch_oembed_service.rb Autofix Rubocop Regex Style rules ()
fetch_remote_status_service.rb Fix unbounded recursion in post discovery ()
fetch_resource_service.rb Align argument type to keyword argument for private process method in FetchResourceService ()
follow_migration_service.rb Fix various edge cases with local moves ()
follow_service.rb Add ability to filter followed accounts' posts by language ()
import_service.rb Fix “Scoped order is ignored, it's forced to be batch order.” warnings ()
move_service.rb
mute_service.rb
notify_service.rb Fix error on `status` type notification (bell icon) ()
post_status_service.rb Autofix Rubocop remaining Layout rules ()
precompute_feed_service.rb
process_hashtags_service.rb
process_mentions_service.rb Fix Performance/MapCompact cop ()
purge_domain_service.rb
reblog_service.rb Autofix Rubocop Style/RedundantBegin ()
reject_follow_service.rb
remove_domains_from_followers_service.rb Fix “Remove all followers from the selected domains” being more destructive than it claims ()
remove_featured_tag_service.rb Change featured tag updates to add/remove activity ()
remove_from_followers_service.rb Autofix Rubocop Style/IfUnlessModifier ()
remove_status_service.rb Prevent UserCleanupScheduler from overwhelming streaming ()
report_service.rb Fix duplicate reports being sent when reporting some remote posts ()
resolve_account_service.rb Fix Performance/DeletePrefix cop ()
resolve_url_service.rb Fix `Naming/MemoizedInstanceVariableName` cop ()
search_service.rb Fix not being able to invoke phrase search using unicode quotation marks ()
software_update_check_service.rb Fix incorrectly keeping outdated update notices absent from the API endpoint ()
statuses_search_service.rb Fix processing of `min_id` and `max_id` parameters in `/api/v2/search` ()
suspend_account_service.rb Fix “Scoped order is ignored, it's forced to be batch order.” warnings ()
tag_search_service.rb Fix Performance/DeletePrefix cop ()
translate_status_service.rb Merge pull request from GHSA-2693-xr3m-jhqr
unallow_domain_service.rb Refactor: replace whitelist_mode mentions with limited_federation_mode ()
unblock_domain_service.rb
unblock_service.rb
unfavourite_service.rb
unfollow_service.rb Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method ()
unmute_service.rb
unsuspend_account_service.rb Fix “Scoped order is ignored, it's forced to be batch order.” warnings ()
update_account_service.rb Add variable delay before link verification of remote account links ()
update_status_service.rb Requeue expiration notification ()
verify_link_service.rb Apply Rubocop Style/NegatedIfElseCondition ()
vote_service.rb Rename `with_lock` to `with_redis_lock` to avoid confusion with ActiveRecord's method ()
webhook_service.rb