mastodon/app/workers
Claire 0c9eac80d8
Fix unbounded recursion in post discovery ()
* Add a limit to how many posts can get fetched as a result of a single request

* Add tests

* Always pass `request_id` when processing `Announce` activities

---------

Co-authored-by: nametoolong <nametoolong@users.noreply.github.com>
..
activitypub Fix unbounded recursion in post discovery ()
admin Change account deletion requests to spread out over time ()
concerns Improved remote thread fetching ()
import Apply Rubocop Performance/RedundantBlockCall ()
scheduler Fix `UserCleanupScheduler` crash when an unconfirmed account has a moderation note ()
web Prevent use locale with empty string ()
webhooks Add administrative webhooks ()
account_deletion_worker.rb Fix AccountDeletionWorker crashing and clogging sidekiq queues ()
account_merging_worker.rb Fix resolving accounts sometimes creating duplicate records for a given AP id ()
after_account_domain_block_worker.rb
after_unallow_domain_worker.rb Fix removing allowed domains being done synchronously ()
authorize_follow_worker.rb Fix being able to import more than allowed number of follows ()
backup_worker.rb Change local media attachments to perform heavy processing asynchronously ()
block_worker.rb
bootstrap_timeline_worker.rb
cache_buster_worker.rb Add cache buster feature for media files ()
delete_mute_worker.rb Add duration parameter to muting. ()
distribution_worker.rb Refactor how Redis locks are created ()
domain_block_worker.rb Make domain block/silence/reject-media code more robust ()
domain_clear_media_worker.rb Make domain block/silence/reject-media code more robust ()
feed_insert_worker.rb Add ability to follow hashtags ()
fetch_reply_worker.rb Fix unbounded recursion in post discovery ()
import_worker.rb
link_crawl_worker.rb
local_notification_worker.rb Add notifications when a reblogged status has been updated ()
merge_worker.rb Fix single Redis connection being used across all threads ()
move_worker.rb Fix followers count not being updated when migrating follows ()
mute_worker.rb Refactor feed manager ()
poll_expiration_notify_worker.rb Fix duplicate notifications being possible after poll expiration ()
post_process_media_worker.rb Add color extraction for audio thumbnails ()
publish_announcement_reaction_worker.rb Change Redis#exists calls to Redis#exists? to avoid deprecation warning ()
publish_scheduled_announcement_worker.rb Change Redis#exists calls to Redis#exists? to avoid deprecation warning ()
publish_scheduled_status_worker.rb Fix background jobs not using locks like they are supposed to ()
push_conversation_worker.rb Add E2EE API ()
push_encrypted_message_worker.rb Add E2EE API ()
push_update_worker.rb Add caching for payload serialization during fan-out ()
redownload_avatar_worker.rb Fix to be able to redownload avatar and header ()
redownload_header_worker.rb Fix to be able to redownload avatar and header ()
redownload_media_worker.rb Fix media redownload worker retrying on unexpected response codes ()
refollow_worker.rb Add ability to filter followed accounts' posts by language ()
regeneration_worker.rb Fix background jobs not using locks like they are supposed to ()
remote_account_refresh_worker.rb Add support for private pinned posts ()
removal_worker.rb Add soft delete for statuses for instant deletes through API ()
remove_featured_tag_worker.rb Change featured tag updates to add/remove activity ()
resolve_account_worker.rb Fix background jobs not using locks like they are supposed to ()
thread_resolve_worker.rb Fix unbounded recursion in post discovery ()
trigger_webhook_worker.rb Add administrative webhooks ()
unfavourite_worker.rb
unfollow_follow_worker.rb Add ability to filter followed accounts' posts by language ()
unmerge_worker.rb Refactor feed manager ()
unpublish_announcement_worker.rb Change Redis#exists calls to Redis#exists? to avoid deprecation warning ()
verify_account_links_worker.rb Fix being able to spoof link verification ()