mastodon/app/models
Eugen Rochko 6b81d10030 Add digest e-mails
..
concerns Resolve issue with rendering authorize/reject Salmon slaps
web Persist UI settings, add missing localizations for German
.keep Initial commit
account.rb Mute button progress so far. WIP, doesn't entirely work correctly.
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 Stop trying to shoehorn all Salmon updates into the poor database-connected
feed.rb Fix - Reload all accounts when fetching from cache
follow.rb Stop trying to shoehorn all Salmon updates into the poor database-connected
follow_request.rb Stop trying to shoehorn all Salmon updates into the poor database-connected
media_attachment.rb Do not run FetchLinkCardService on local URLs, increase file size limit to 8MB,
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 Fix - Muting
stream_entry.rb Do not display non-Status stream entries anymore
subscription.rb Adding backtracing to Salmon/Processing workers
tag.rb Removing external hub completely, fix fixing digit-only hashtags,
user.rb Add digest e-mails
web.rb Add extended about page stub