chinwagsocial/app
Eugen Rochko 81584779cb More robust PuSH subscription refreshes ()
* Fix  - 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 ). 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  - 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 () 2017-05-03 02:04:16 +02:00
controllers Replace best_in_place editor on admin settings page () 2017-05-04 18:12:44 +02:00
helpers More robust PuSH subscription refreshes () 2017-05-05 02:23:01 +02:00
javascript ui: check spoiler_text against regex filter () () 2017-05-04 23:48:48 +02:00
lib More robust PuSH subscription refreshes () 2017-05-05 02:23:01 +02:00
mailers Fix Rubocop offences () 2017-05-01 16:31:02 +02:00
models More robust PuSH subscription refreshes () 2017-05-05 02:23:01 +02:00
presenters Bump version, improve how version is stored for better commit history () 2017-04-27 15:22:19 +02:00
services More robust PuSH subscription refreshes () 2017-05-05 02:23:01 +02:00
validators Stricter whitelist rules () 2017-04-26 01:22:51 +02:00
views Fix language selector on preferences page () 2017-05-04 14:39:25 -04:00
workers More robust PuSH subscription refreshes () 2017-05-05 02:23:01 +02:00