mastodon/app/workers
Eugen Rochko a46ab86adf
Limit the number of people that can be followed from one account (#8807)
Configurable soft limit of 7,500, and above that, configurable
ratio of 1.1 * followers, controlled by:

- MAX_FOLLOWS_THRESHOLD
- MAX_FOLLOWS_RATIO

Fix #2311
2018-10-04 17:36:11 +02:00
..
activitypub Add CLI task for rotating keys (#8466) 2018-08-26 20:21:03 +02:00
admin
import
maintenance Add improved CLI interface for removing remote media (#8411) 2018-08-25 13:25:39 +02:00
pubsubhubbub
scheduler Disable retries on all scheduled tasks (#8413) 2018-08-25 13:28:07 +02:00
web
after_account_domain_block_worker.rb
after_remote_follow_request_worker.rb
after_remote_follow_worker.rb
authorize_follow_worker.rb
backup_worker.rb
block_worker.rb
bootstrap_timeline_worker.rb
digest_mailer_worker.rb
distribution_worker.rb
domain_block_worker.rb
feed_insert_worker.rb
import_worker.rb Limit the number of people that can be followed from one account (#8807) 2018-10-04 17:36:11 +02:00
link_crawl_worker.rb
local_notification_worker.rb
merge_worker.rb
notification_worker.rb
processing_worker.rb
push_update_worker.rb
refollow_worker.rb
regeneration_worker.rb
remote_profile_update_worker.rb
removal_worker.rb
resolve_account_worker.rb
salmon_worker.rb
thread_resolve_worker.rb
unfavourite_worker.rb
unmerge_worker.rb
verify_account_links_worker.rb Redesign forms, verify link ownership with rel="me" (#8703) 2018-09-18 16:45:58 +02:00