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/models
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
..
concerns Resolve issue with rendering authorize/reject Salmon slaps 8 years ago
web Persist UI settings, add missing localizations for German 8 years ago
.keep Initial commit 9 years ago
account.rb Fix full-text search query quotation, improve tag search performance with an index, 8 years ago
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance 8 years ago
block.rb add more tests to models 8 years ago
domain_block.rb Split public timeline into "public timeline" which is local, and 8 years ago
favourite.rb Add counter caches for a large performance increase on API requests 8 years ago
feed.rb Only call regeneration worker after first login after a 14 day break 8 years ago
follow.rb fix rubocop issues 8 years ago
follow_request.rb add more tests to models 8 years ago
import.rb Paperclip will complain on its own if this variable is missing 8 years ago
media_attachment.rb Performance improvement for profiles 8 years ago
mention.rb add more tests to models 8 years ago
mute.rb Fix #231 - Muting 8 years ago
notification.rb Removed accidental n+1 query from notifications, updated some deps, 8 years ago
preview_card.rb Fix #463 - Fetch and display previews of URLs using OpenGraph tags 8 years ago
remote_follow.rb Adding remote follow button 8 years ago
report.rb Add basic logging of who resolved report 8 years ago
setting.rb Add digest e-mails 8 years ago
status.rb Eliminate unnecessary queries and query clauses with none and all 8 years ago
stream_entry.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri (#1124) 8 years ago
subscription.rb Adding backtracing to Salmon/Processing workers 8 years ago
tag.rb Fix full-text search query quotation, improve tag search performance with an index, 8 years ago
user.rb Add digest e-mails 8 years ago
web.rb Add extended about page stub 8 years ago