mastodon/app/models
Eugen Rochko 5ddad41245 Do not display non-Status stream entries anymore
..
concerns Resolve issue with rendering authorize/reject Salmon slaps
web Persist UI settings, add missing localizations for German
.keep Initial commit
account.rb Make PuSH only distribute to subscriptions that match follower domains
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 Domain blocks now have varying severity - auto-suspend vs auto-silence
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
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 extended about page stub
status.rb Adding index overview for reports in admin UI
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 API modifiers to limit returned toots from public/hashtag timelines
web.rb Add extended about page stub