mastodon/app/models
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
..
concerns Fix Rubocop offences (#2630) 2017-05-01 16:31:02 +02:00
form
web annotate models (#2697) 2017-05-02 02:14:47 +02:00
account.rb More robust PuSH subscription refreshes (#2799) 2017-05-05 02:23:01 +02:00
account_filter.rb
application_record.rb
block.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
domain_block.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
export.rb
favourite.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
feed.rb
follow.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
follow_request.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
import.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
media_attachment.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
mention.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
mute.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
notification.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
preview_card.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
remote_follow.rb Coverage for remote follows (#2694) 2017-05-02 00:44:23 +02:00
report.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
report_filter.rb Admin reports with accounts (#2092) 2017-04-18 19:36:18 +02:00
setting.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
status.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
stream_entry.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
subscription.rb Fix subscription expiration condition (#2715) 2017-05-02 18:21:22 +02:00
tag.rb annotate models (#2697) 2017-05-02 02:14:47 +02:00
user.rb Add option to disable two factor auth in admin accounts panel. (#2584) 2017-05-02 21:07:12 +02:00
web.rb