Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-12 | Quick best practice cleanup of views/helpers (#1546) | Matt Jankowski | |
* Remove trailing whitespace * Use query methods instead of explicit .blank? checks | |||
2017-04-07 | Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ↵ | Eugen | |
(#1124) * 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 | |||
2017-04-05 | Remove PuSH subscriptions when delivery is answered with a 4xx error | Eugen Rochko | |
2017-02-14 | Disable PuSH for blocked domains | Eugen Rochko | |
2017-02-12 | Take out private toot distribution out of PuSH again | Eugen Rochko | |
2017-02-11 | Make PuSH only distribute to subscriptions that match follower domains | Eugen Rochko | |
Allow PuSH to distribute private toots with that condition | |||
2017-01-05 | Improve background jobs params and error handling | Eugen Rochko | |
2017-01-03 | Fix accidental distribution of hidden stream entries to PuSH subscribers | Eugen Rochko | |
2016-12-19 | Adding some rescues to workers, e.g. don't fail removal job when status ↵ | Eugen Rochko | |
can't be found in the first place (already removed) | |||
2016-12-12 | Restoring old async behaviour of thread resolving as it proved to be more robust | Eugen Rochko | |
2016-11-30 | Track successful PuSH deliveries | Eugen Rochko | |
2016-11-29 | Adding rack timeout of 30sec, PuSH jobs moved to push queue so they | Eugen Rochko | |
can be processed separately | |||
2016-11-29 | Fix URLs in inline-rendered XML | Eugen Rochko | |
2016-11-28 | Fix setting of confirmed=true on successful confirmation | Eugen Rochko | |
2016-11-28 | More logging to ConfirmationWorker | Eugen Rochko | |
2016-11-28 | Adding embedded PuSH server | Eugen Rochko | |