You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/workers
Claire 5efb1ff337
Fix followers synchronization mechanism not working when URI has empty path (#16510)
* Fix followers synchronization mechanism not working when URI has empty path

To my knowledge, there is no current implementation on the fediverse
that can use bare domains (e.g., actor is at https://example.org instead of
something like https://example.org/actor) that also plans to support the
followers synchronization mechanism. However, Mastodon's current implementation
would exclude such accounts from followers list.

Also adds tests and rename them to reflect the proper method names.

* Move url prefix regexp to its own constant
3 years ago
..
activitypub Fix followers synchronization mechanism not working when URI has empty path (#16510) 3 years ago
scheduler Add feature to automatically delete old toots (#16529) 3 years ago
web Change Web Push API deliveries to use request pooling (#16014) 4 years ago
digest_mailer_worker_spec.rb
domain_block_worker_spec.rb Make domain block/silence/reject-media code more robust (#13424) 5 years ago
domain_clear_media_worker_spec.rb Make domain block/silence/reject-media code more robust (#13424) 5 years ago
feed_insert_worker_spec.rb Lists (#5703) 7 years ago
move_worker_spec.rb Change move handler to carry blocks over (#14144) 5 years ago
publish_scheduled_status_worker_spec.rb Add scheduled statuses (#9706) 6 years ago
refollow_worker_spec.rb Fix being able to import more than allowed number of follows (#15384) 4 years ago
regeneration_worker_spec.rb Add spec coverage for regeneration worker (#3143) 8 years ago
unfollow_follow_worker_spec.rb Fix various issues with account migration (#12301) 5 years ago