mastodon/app/views
Eugen 6d6a429af8 Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#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-07 05:56:56 +02:00
..
about New admin setting: open/close registrations, with custom message, from the admin UI 2017-04-04 15:28:12 +02:00
accounts Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 2017-04-07 05:56:56 +02:00
activitypub
admin New admin setting: open/close registrations, with custom message, from the admin UI 2017-04-04 15:28:12 +02:00
api Fix some views still not using counter caches 2017-03-31 14:02:07 +02:00
auth
authorize_follow
doorkeeper/authorized_applications
errors Catching rack timeout from rails doesn't work 2017-04-02 21:12:18 +02:00
home
layouts Import feature for following/blocking lists (addresses #62, #177, #201, #454) 2017-03-30 19:42:33 +02:00
notification_mailer Add digest e-mails 2017-03-04 00:00:48 +01:00
oauth/authorizations
remote_follow
settings Import feature for following/blocking lists (addresses #62, #177, #201, #454) 2017-03-30 19:42:33 +02:00
shared Add landing strip 2017-03-20 03:36:29 +01:00
stream_entries Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 2017-04-07 05:56:56 +02:00
tags
user_mailer
xrd