chinwagsocial/app/views/stream_entries
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
..
_content_spoiler.html.haml Adjusting public display of statuses to look similar to logged-in UI, 2016-12-18 19:47:11 +01:00
_detailed_status.html.haml Fix some views still not using counter caches 2017-03-31 14:02:07 +02:00
_media.html.haml Fix #431 - convert gif to webm during upload. Web UI treats them like it did 2017-03-04 23:02:24 +01:00
_simple_status.html.haml Fix #700 - hide spoilers on static pages 2017-03-31 13:54:36 +02:00
_status.html.haml Prettier account and stream entry URLs 2017-03-22 19:55:14 +01:00
embed.html.haml Adjusting public display of statuses to look similar to logged-in UI, 2016-12-18 19:47:11 +01:00
show.html.haml Prettier account and stream entry URLs 2017-03-22 19:55:14 +01:00