mastodon/app/models
Eugen Rochko 808017ff18 Paperclip will complain on its own if this variable is missing
..
concerns Resolve issue with rendering authorize/reject Salmon slaps
web Persist UI settings, add missing localizations for German
.keep Initial commit
account.rb Fix full-text search query quotation, improve tag search performance with an index,
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
block.rb Stop trying to shoehorn all Salmon updates into the poor database-connected
domain_block.rb Split public timeline into "public timeline" which is local, and
favourite.rb Add counter caches for a large performance increase on API requests
feed.rb Fix - Reload all accounts when fetching from cache
follow.rb Add counter caches for a large performance increase on API requests
follow_request.rb Stop trying to shoehorn all Salmon updates into the poor database-connected
import.rb Paperclip will complain on its own if this variable is missing
media_attachment.rb Performance improvement for profiles
mention.rb Remove orphaned notifications, add scopes param to app create API
mute.rb Fix - Muting
notification.rb Removed accidental n+1 query from notifications, updated some deps,
preview_card.rb Fix - Fetch and display previews of URLs using OpenGraph tags
remote_follow.rb Adding remote follow button
report.rb Adding POST /api/v1/reports API, and a UI for submitting reports
setting.rb Add digest e-mails
status.rb Add counter caches for a large performance increase on API requests
stream_entry.rb Do not display non-Status stream entries anymore
subscription.rb Adding backtracing to Salmon/Processing workers
tag.rb Fix full-text search query quotation, improve tag search performance with an index,
user.rb Add digest e-mails
web.rb Add extended about page stub