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/helpers
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
8 years ago
..
admin Downgrade rubocop 0.48.1 => 0.46.0 (#2628) 8 years ago
activitystreams2_builder_helper.rb Change ActivityPub paging to match spec. Clean up ActivityPub outbox changes. (#2410) 8 years ago
application_helper.rb Replace sprockets/browserify with Webpack (#2617) 8 years ago
flashes_helper.rb Clean up flash display in views (#2336) 8 years ago
home_helper.rb Improve initialState loading 8 years ago
http_helper.rb More robust PuSH subscription refreshes (#2799) 8 years ago
instance_helper.rb Instance helper to replace site title helper (#2038) 8 years ago
routing_helper.rb Use URI.join for generate asset URL (#2741) 8 years ago
settings_helper.rb Add Hebrew interface translation. (#2573) 8 years ago
stream_entries_helper.rb Test embedded_view related code in a helper (#2282) 8 years ago
style_helper.rb Check for a custom css file to help customization of instances (#1368) 8 years ago