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
2017-05-05 02:23:01 +02:00
..
assets/stylesheets Replace sprockets/browserify with Webpack (#2617) 2017-05-03 02:04:16 +02:00
controllers Replace best_in_place editor on admin settings page (#2789) 2017-05-04 18:12:44 +02:00
helpers More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00
javascript ui: check spoiler_text against regex filter (#1635) (#2665) 2017-05-04 23:48:48 +02:00
lib More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00
mailers Fix Rubocop offences (#2630) 2017-05-01 16:31:02 +02:00
models More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00
presenters Bump version, improve how version is stored for better commit history (#2526) 2017-04-27 15:22:19 +02:00
services More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00
validators Stricter whitelist rules (#2213) 2017-04-26 01:22:51 +02:00
views Fix language selector on preferences page (#2794) 2017-05-04 14:39:25 -04:00
workers More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00