glitch-soc/app/workers/scheduler
Claire be493b6c0d Merge branch 'main' into glitch-soc/merge-upstream
Conflicts:
- `app/models/account.rb`:
  Not a real conflict, just upstream getting rid of unused constants too close
  to glitch-soc-specific contents.
  Removed unused constants like upstream did.
- `app/models/trends.rb`:
  Conflict because glitch-soc disabled email notifications for trending links.
  Upstream has refactored this quite a bit and added trending posts.
  Took upstream code, but disabling the extra trending stuff will come in
  another commit.
- `app/views/admin/trends/links/index.html.haml`:
  Conflict due to glitch-soc's theming system.
  Ported upstream changes accordingly.
2022-02-26 09:29:23 +01:00
..
trends Add trending links (#16917) 2021-11-25 13:07:38 +01:00
accounts_statuses_cleanup_scheduler.rb Fix Ruby 2.5 incompatibility (#17465) 2022-02-07 19:57:06 +01:00
backup_cleanup_scheduler.rb Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00
doorkeeper_cleanup_scheduler.rb Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00
email_domain_block_refresh_scheduler.rb Change e-mail domain blocks to block IPs dynamically (#17635) 2022-02-24 17:28:23 +01:00
email_scheduler.rb Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00
feed_cleanup_scheduler.rb Merge branch 'main' into glitch-soc/merge-upstream 2021-03-15 11:26:59 +01:00
follow_recommendations_scheduler.rb Add trending statuses (#17431) 2022-02-25 00:34:14 +01:00
instance_refresh_scheduler.rb Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00
ip_cleanup_scheduler.rb Remove IP tracking columns from users table (#16409) 2022-01-16 13:23:50 +01:00
media_cleanup_scheduler.rb Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00
pghero_scheduler.rb Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00
scheduled_statuses_scheduler.rb Fix configuration for sidekiq-unique-jobs after 7.x upgrade (#15908) 2021-03-15 11:17:43 +01:00
user_cleanup_scheduler.rb Fix Sidekiq warnings about JSON serialization (#17381) 2022-01-28 00:43:56 +01:00