mastodon/app/models
Eugen Rochko d9ca46b464 Cleaning up format of broadcast real-time messages, removing
redis-backed "mentions" timeline as redundant (given notifications)
..
concerns Private visibility on statuses prevents non-followers from seeing those
web Persist UI settings, add missing localizations for German
.keep Initial commit
account.rb Fix statsd null backend not being initialized properly
application_record.rb Fix rubocop issues, introduce usage of frozen literal to improve performance
block.rb Add API for retrieving blocked accounts
device.rb API for apps to register for push notifications
domain_block.rb Domain blocks now have varying severity - auto-suspend vs auto-silence
favourite.rb Fix wrong person being notified after nested reblog call, fix favourites leaking private toots in Atom feeds
feed.rb Fix - Reload all accounts when fetching from cache
follow.rb Remove Neo4J
follow_request.rb Follow request authorizations faster
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
setting.rb Add extended about page stub
status.rb Cleaning up format of broadcast real-time messages, removing
stream_entry.rb Private visibility on statuses prevents non-followers from seeing those
subscription.rb Adding backtracing to Salmon/Processing workers
tag.rb Removing external hub completely, fix fixing digit-only hashtags,
user.rb Added optional two-factor authentication
web.rb Add extended about page stub