mastodon/app/lib/vacuum
Claire 7635c67450 Merge commit '144a406d332b034caa812ade2629df03ed4898d7' into glitch-soc/merge-upstream
Conflicts:
- `app/views/layouts/application.html.haml`:
  Upstream removed the `crossorigin` attribute from `preload_pack_asset`.
  Glitch-soc had different calls to `preload_pack_asset` because of the
  different theming system.
  Ported the change.
- `app/views/layouts/embedded.html.haml`:
  Upstream removed the `crossorigin` attribute from `preload_pack_asset`.
  Glitch-soc had different calls to `preload_pack_asset` because of the
  different theming system.
  Ported the change.
2023-07-30 13:42:06 +02:00
..
access_tokens_vacuum.rb Change AccessTokensVacuum to also delete expired tokens (#24868) 2023-05-11 04:40:03 +02:00
applications_vacuum.rb Clean up unused application records (#24871) 2023-07-21 13:13:16 +02:00
backups_vacuum.rb
feeds_vacuum.rb Merge branch 'main' into glitch-soc/merge-upstream 2023-01-12 10:15:46 +01:00
imports_vacuum.rb Rewrite import feature (#21054) 2023-05-02 12:08:48 +02:00
media_attachments_vacuum.rb Change files to be deleted in batches instead of one-by-one (#23302) 2023-06-26 14:17:41 +02:00
preview_cards_vacuum.rb Fix vacuum scheduler missing lock, locks never expiring (#19458) 2022-10-26 12:10:48 +02:00
statuses_vacuum.rb Fix/remove calling private method with send in model (#22951) 2023-01-11 21:57:24 +01:00
system_keys_vacuum.rb