mastodon/app/services
Claire 1e3b19230a
Add stricter protocol fields validation for accounts ()
..
activitypub Add stricter protocol fields validation for accounts ()
concerns Fix deletes not being signed in authorized fetch mode ()
keys Autofix Rubocop remaining Layout rules ()
account_search_service.rb Rails 7.0 update ()
account_statuses_cleanup_service.rb Fix reblogs being discarded after the reblogged status ()
after_block_domain_from_account_service.rb Fix account domain block not properly unfollowing accounts from domain ()
after_block_service.rb Fix blocking someone not clearing up list feeds ()
after_unallow_domain_service.rb Change account suspensions to be reversible by default ()
app_sign_up_service.rb Add time zone preference ()
appeal_service.rb Admin mailer parameterization ()
approve_appeal_service.rb Fix moderator leak in undo_mark_statuses_as_sensitive ()
authorize_follow_service.rb Remove Salmon and PubSubHubbub ()
backup_service.rb Autofix Rubocop Regex Style rules ()
base_service.rb Add administrative webhooks ()
batched_remove_status_service.rb Rails 7.0 update ()
block_domain_service.rb Add support for reversible suspensions through ActivityPub ()
block_service.rb Fix BlockService trying to reject incorrect follow request ()
bootstrap_timeline_service.rb Add customizable user roles ()
bulk_import_row_service.rb Add support for importing lists ()
bulk_import_service.rb Add support for importing lists ()
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 Add E2EE API ()
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 Autofix Rubocop Regex Style rules ()
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 Rewrite import feature ()
move_service.rb Fix account migration not affecting followers on origin server ()
mute_service.rb Add duration parameter to muting. ()
notify_service.rb Refactor `NotificationMailer` to use parameterization ()
post_status_service.rb Autofix Rubocop remaining Layout rules ()
precompute_feed_service.rb Fix single Redis connection being used across all threads ()
process_hashtags_service.rb Add editing for published statuses ()
process_mentions_service.rb Fix Performance/MapCompact cop ()
purge_domain_service.rb Remove custom emojis on domain purge ()
reblog_service.rb Autofix Rubocop Style/RedundantBegin ()
reject_follow_service.rb Remove Salmon and PubSubHubbub ()
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 Add `forward_to_domains` parameter to `POST /api/v1/reports` ()
resolve_account_service.rb Fix Performance/DeletePrefix cop ()
resolve_url_service.rb Fix `Naming/MemoizedInstanceVariableName` cop ()
search_service.rb Fix `Naming/MemoizedInstanceVariableName` cop ()
suspend_account_service.rb Fix Performance/CollectionLiteralInLoop cop ()
tag_search_service.rb Fix Performance/DeletePrefix cop ()
translate_status_service.rb Translate CW, poll options and media descriptions ()
unallow_domain_service.rb Fix removing allowed domains being done synchronously ()
unblock_domain_service.rb Add support for reversible suspensions through ActivityPub ()
unblock_service.rb Remove Salmon and PubSubHubbub ()
unfavourite_service.rb Remove Salmon and PubSubHubbub ()
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 Performance/CollectionLiteralInLoop cop ()
update_account_service.rb Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ()
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 Add administrative webhooks ()