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/app/workers/activitypub
Thibaut Girka ec49aa8175 Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- `.github/dependabot.yml`:
  Updated upstream, we deleted it to not be flooded by Depandabot.
  Kept deleted.
- `Gemfile.lock`:
  Puma updated on both sides, went for the most recent version.
- `app/controllers/api/v1/mutes_controller.rb`:
  Upstream updated the serializer to support timed mutes, while
  glitch-soc added a custom API ages ago to get information that
  is already available elsewhere.
  Dropped the glitch-soc-specific API, went with upstream changes.
- `app/javascript/core/admin.js`:
  Conflict due to changing how assets are loaded. Went with upstream.
- `app/javascript/packs/public.js`:
  Conflict due to changing how assets are loaded. Went with upstream.
- `app/models/mute.rb`:
  🤷
- `app/models/user.rb`:
  New user setting added upstream while we have glitch-soc-specific
  user settings. Added upstream's user setting.
- `config/settings.yml`:
  Upstream added a new user setting close to a user setting we had
  changed the defaults for. Added the new upstream setting.
- `package.json`:
  Upstream dependency updated “too close” to a glitch-soc-specific
  dependency. No real conflict. Updated the dependency.
5 years ago
..
delivery_worker.rb Add follower synchronization mechanism (#14510) 5 years ago
distribute_poll_update_worker.rb Merge branch 'master' into glitch-soc/merge-upstream 5 years ago
distribution_worker.rb Add follower synchronization mechanism (#14510) 5 years ago
fetch_replies_worker.rb Do not error out on unsalvageable errors in FetchRepliesService (#10175) 6 years ago
followers_synchronization_worker.rb Add follower synchronization mechanism (#14510) 5 years ago
low_priority_delivery_worker.rb Move sending account Delete to anyone but the account's followers to the pull̀ queue (#10016) 6 years ago
move_distribution_worker.rb Change move handler to carry blocks over (#14144) 5 years ago
post_upgrade_worker.rb ActivityPub migration procedure (#4617) 8 years ago
processing_worker.rb Changed retries and rescued in ActivityPub::ProcessingWorker (#14355) 5 years ago
raw_distribution_worker.rb Fix too many forwards (#5854) 8 years ago
reply_distribution_worker.rb Add E2EE API (#13820) 5 years ago
synchronize_featured_collection_worker.rb Fix background jobs not using locks like they are supposed to (#13361) 5 years ago
update_distribution_worker.rb Refactor all ActivityPub deliveries to be serialized and signed through one concern (#10966) 6 years ago