- Apr 07, 2017
-
-
Eugen authored
* Rewrite Atom generation from stream entries to use Ox instead of Nokogiri::Builder StreamEntry is now limited to only statuses, which allows some optimization. Removed extra queries on AccountsController#show. AtomSerializer instead of AtomBuilderHelper used in AccountsController#show, StreamEntriesController#show, StreamEntryRenderer and PubSubHubbub::DistributionWorker PubSubHubbub::DistributionWorker moves n+1 DomainBlock query to PubSubHubbub::DeliveryWorker instead. All Salmon slaps that aren't based on StreamEntry still use AtomBuilderHelper and Nokogiri * All Salmon slaps now use Ox instead of Nokogiri. No touch from status on account
-
- Apr 06, 2017
-
-
blackle authored
-
- Apr 05, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen authored
-
Eugen authored
-
Eugen Rochko authored
-
Kurtis Rainbolt-Greene authored
We're going to want these nice helper methods, lets share them with a parent class that matches Rails 5 practices (application level abstraction)
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
-
Kurtis Rainbolt-Greene authored
By pushing this into a worker we can reduce the amount of time the feed manager using workers eat up a connection
-
Eugen Rochko authored
-
- Apr 04, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
make regeneration worker unique, (only schedule/execute once at a time)
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Apr 03, 2017
-
-
Eugen Rochko authored
must be added to the Sidekiq invokation in your systemd file The pull queue will handle link crawling, thread resolving, and OStatus processing. Such tasks are more likely to hang for a longer time (due to network requests) so it is more sensible to not make the "in-house" tasks wait for them.
-
Eugen Rochko authored
-
- Mar 30, 2017
-
-
Eugen Rochko authored
-
- Mar 03, 2017
-
-
Eugen Rochko authored
-
- Feb 14, 2017
-
-
Eugen Rochko authored
-
- Feb 12, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Feb 11, 2017
-
-
Eugen Rochko authored
Allow PuSH to distribute private toots with that condition
-
Eugen Rochko authored
if account lock info was up to date, otherwise re-do the FollowService with now updated information
-
Eugen Rochko authored
-
- Feb 05, 2017
-
-
Eugen Rochko authored
-
- Jan 29, 2017
-
-
Eugen Rochko authored
-
- Jan 24, 2017
-
-
Eugen Rochko authored
in the background instead. Should fix delay where blocked person can interact with blocker for a short time before background job gets processed
-
- Jan 23, 2017
-
-
Eugen Rochko authored
background as well since it's a computationally expensive
-
- Jan 20, 2017
-
-
Eugen Rochko authored
-
- Jan 05, 2017
-
-
Eugen Rochko authored
-
- Jan 02, 2017
-
-
Eugen Rochko authored
-
- Dec 29, 2016
-
-
Eugen Rochko authored
-
- Dec 19, 2016
-
-
Eugen Rochko authored
Adding some rescues to workers, e.g. don't fail removal job when status can't be found in the first place (already removed)
-
Eugen Rochko authored
-
- Dec 18, 2016
-
-
Eugen Rochko authored
removing web app capability from non-webapp pages
-
- Dec 12, 2016
-
-
Eugen Rochko authored
-