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
Eugen Rochko 81584779cb More robust PuSH subscription refreshes (#2799)
* Fix #2473 - Use sidekiq scheduler to refresh PuSH subscriptions instead of cron

Fix an issue where / in domain would raise exception in TagManager#normalize_domain

PuSH subscriptions refresh done in a round-robin way to avoid hammering a single
server's hub in sequence. Correct handling of failures/retries through Sidekiq (see
also #2613). Optimize Account#with_followers scope. Also, since subscriptions
are now delegated to Sidekiq jobs, an uncaught exception will not stop the entire
refreshing operation halfway through

Fix #2702 - Correct user agent header on outgoing http requests

* Add test for SubscribeService

* Extract #expiring_accounts into method

* Make mastodon:push:refresh no-op

* Queues are now defined in sidekiq.yml

* Queues are now in sidekiq.yml
9 years ago
..
assets/stylesheets Replace sprockets/browserify with Webpack (#2617) 9 years ago
controllers Replace best_in_place editor on admin settings page (#2789) 9 years ago
helpers More robust PuSH subscription refreshes (#2799) 9 years ago
javascript ui: check spoiler_text against regex filter (#1635) (#2665) 9 years ago
lib More robust PuSH subscription refreshes (#2799) 9 years ago
mailers Fix Rubocop offences (#2630) 9 years ago
models More robust PuSH subscription refreshes (#2799) 9 years ago
presenters Bump version, improve how version is stored for better commit history (#2526) 9 years ago
services More robust PuSH subscription refreshes (#2799) 9 years ago
validators Stricter whitelist rules (#2213) 9 years ago
views Fix language selector on preferences page (#2794) 9 years ago
workers More robust PuSH subscription refreshes (#2799) 9 years ago