mastodon/app/services
Matt Jankowski 0a5f0a8b20
Remove instance variables from helper usage ()
..
activitypub Remove instance variables from helper usage ()
concerns Fix deletes not being signed in authorized fetch mode ()
keys Autofix Rubocop remaining Layout rules ()
account_search_service.rb Autofix Rubocop Style/RedundantBegin ()
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 ability to block sign-ups from IP ()
appeal_service.rb Add customizable user roles ()
approve_appeal_service.rb Fix moderator leak in undo_mark_statuses_as_sensitive ()
authorize_follow_service.rb Remove Salmon and PubSubHubbub ()
backup_service.rb Enable Rubocop Style/StringConcatenation defaults ()
base_service.rb Add administrative webhooks ()
batched_remove_status_service.rb Upgrade to latest redis-rb 4.x and fix deprecations ()
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 ()
clear_domain_media_service.rb Fix incorrect and slow cache invalidation in ClearDomainMediaService ()
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 Enable Rubocop Style/StringConcatenation defaults ()
fetch_oembed_service.rb Apply Rubocop Style/NegatedIfElseCondition ()
fetch_remote_status_service.rb Fix unbounded recursion in post discovery ()
fetch_resource_service.rb Autofix Rails/EagerEvaluationLogMessage ()
follow_migration_service.rb Fix original account being unfollowed on migration before the follow request could be sent ()
follow_service.rb Add ability to filter followed accounts' posts by language ()
import_service.rb Refactoring relations_map ()
move_service.rb Fix account migration not affecting followers on origin server ()
mute_service.rb Add duration parameter to muting. ()
notify_service.rb Fix crash in NotifyService when trying to send an email notification for polls ()
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 Autofix Rubocop Style/RedundantBegin ()
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 Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ()
report_service.rb Change Report category to "violation" if rule IDs are provided ()
resolve_account_service.rb Autofix Rubocop Style/RedundantBegin ()
resolve_url_service.rb Fix unbounded recursion in post discovery ()
search_service.rb Refactoring relations_map ()
suspend_account_service.rb Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ()
tag_search_service.rb Ensure exact match is the first result in hashtag searches ()
translate_status_service.rb Replace `Status#translatable?` with language matrix in separate endpoint ()
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 Fix concurrent unfollowing decrementing follower count more than once ()
unmute_service.rb Fix - Muting
unsuspend_account_service.rb Change sidekiq-bulk's batch size from 10,000 to 1,000 jobs in one Redis call ()
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 Autofix Rubocop remaining Layout rules ()
webhook_service.rb Add administrative webhooks ()