mastodon/app/workers/activitypub
Claire 7623e18124 Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `README.md`:
  Upstream README has been changed, but we have a completely different one.
  Kept our `README.md`.
- `lib/sanitize_ext/sanitize_config.rb`:
  Upstream added support for more incoming HTML tags (a large subset of what
  glitch-soc accepts).
  Change the code style to match upstream's but otherwise do not change our
  code.
- `spec/lib/sanitize_config_spec.rb`:
  Upstream added support for more incoming HTML tags (a large subset of what
  glitch-soc accepts).
  Kept our version, since the tests are mostly glitch-soc's, except for cases
  which are purposefuly different.
2023-03-05 20:46:56 +01:00
..
account_raw_distribution_worker.rb Change featured tag updates to add/remove activity (#19409) 2022-10-22 18:30:55 +02:00
delivery_worker.rb Change ActivityPub::DeliveryWorker retries to be spread out more (#21956) 2023-03-03 21:08:22 +01:00
distribute_poll_update_worker.rb
distribution_worker.rb Fix Sidekiq warnings about JSON serialization (#17381) 2022-01-28 00:43:56 +01:00
fetch_replies_worker.rb Fix unbounded recursion in post discovery (#23506) 2023-02-10 22:16:37 +01:00
followers_synchronization_worker.rb
low_priority_delivery_worker.rb
migrated_follow_delivery_worker.rb Remove implied StandardError rescue (#23942) 2023-03-03 22:49:16 +01:00
move_distribution_worker.rb
post_upgrade_worker.rb
processing_worker.rb Autofix Rails/EagerEvaluationLogMessage (#23429) 2023-02-07 03:44:36 +01:00
raw_distribution_worker.rb Fix error when using raw distribution worker (#17334) 2022-01-19 23:05:59 +01:00
status_update_distribution_worker.rb Fix NoMethodError in StatusUpdateDistributionWorker (#17499) 2022-02-10 14:57:10 +01:00
synchronize_featured_collection_worker.rb Add synchronization of remote featured tags (#19380) 2022-10-20 09:15:52 +02:00
synchronize_featured_tags_collection_worker.rb Add synchronization of remote featured tags (#19380) 2022-10-20 09:15:52 +02:00
update_distribution_worker.rb Add synchronization of remote featured tags (#19380) 2022-10-20 09:15:52 +02:00