- Apr 07, 2017
-
-
Eugen Rochko authored
-
Jantso Porali authored
-
Eugen Rochko authored
Setting of locale in controller extracted to Localized concern, the doorkeeper authorized applications controller moved under custom namespace with inclusion of Localized, which resolves the "it sometimes appears in a different random language" bug
-
Eugen Rochko authored
-
Eugen authored
-
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
-
-
Matt Jankowski authored
Reduced by running through `guetzli` image optimizer.
-
Eugen Rochko authored
-
Eugen Rochko authored
slightly optimized FanOutOnWriteService again
-
blackle authored
-
- Apr 05, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen authored
-
Eugen authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
JantsoP authored
Updated some translations after seeing them in service. Should be better now
-
Brad Urani 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
-
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
-
Drew DeVault authored
-
Drew DeVault authored
This stores the @username@instance you provide in your session and reuses it the next time you remote follow someone from this instance.
-
Eugen Rochko authored
-
- Apr 04, 2017
-
-
Samy KACIMI authored
-
Samy KACIMI authored
-
Eugen Rochko authored
-
Kurtis Rainbolt-Greene authored
-
Pete Keen authored
This adds the ability to filter user signup with a whitelist instead of or in addition to a blacklist. Fixes #817
-
Eugen Rochko authored
-
JantsoP authored
-
Eugen Rochko authored
make regeneration worker unique, (only schedule/execute once at a time)
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
do not re-create a dynamic class on each feed push call, make sure redis-rb uses hiredis
-