You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
about New admin setting: open/close registrations, with custom message, from the admin UI 8 years ago
accounts Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
activitypub Add AS2 format to RABL files 8 years ago
admin New admin setting: open/close registrations, with custom message, from the admin UI 8 years ago
api Fix some views still not using counter caches 8 years ago
auth Split 2FA login into two prompts 8 years ago
authorize_follow simplify emojification on public pages with .emojify class 8 years ago
doorkeeper/authorized_applications Fix #104 - Style OAuth authorized applications page 8 years ago
errors Catching rack timeout from rails doesn't work 8 years ago
home Add API modifiers to limit returned toots from public/hashtag timelines 8 years ago
layouts Import feature for following/blocking lists (addresses #62, #177, #201, #454) 8 years ago
notification_mailer Add digest e-mails 8 years ago
oauth/authorizations Add ability to use remote follow function on other sites 8 years ago
remote_follow Adding remote follow button 8 years ago
settings Import feature for following/blocking lists (addresses #62, #177, #201, #454) 8 years ago
shared Add landing strip 8 years ago
stream_entries Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
tags Improve public tag page 8 years ago
user_mailer i18n for devise mailer too 8 years ago
xrd Add ability to use remote follow function on other sites 8 years ago