mastodon/app/controllers
Eugen Rochko 5ddad41245 Do not display non-Status stream entries anymore
..
admin Add UI to view report details, remove reported statuses, quick links to resolve/silence/suspend from report
api Add GET /api/v1/accounts/:id/statuses/media that returns only statuses with media attachments
auth Fix - Layout setting in registrations controller
concerns Make follow requests federate
oauth Fix rubocop issues, introduce usage of frozen literal to improve performance
settings Fix - Display TOTP secret next to QR code
about_controller.rb Adding about/more page with extended information that can be set up by an admin
accounts_controller.rb Stop trying to shoehorn all Salmon updates into the poor database-connected
api_controller.rb API now respects ?limit param as long as it's within 2x default limit
application_controller.rb Improve error page layouting. 500 page has to stay static because it's
authorize_follow_controller.rb Fix admin UI not loading JS, make sure to strip "acct:" out of remote account's usernames when authorizing follow
home_controller.rb Persist UI settings, add missing localizations for German
media_controller.rb Fix - Generate random unique 14-byte (19 characters) shortcodes
remote_follow_controller.rb Fix uri expansion during remote follow
stream_entries_controller.rb Do not display non-Status stream entries anymore
tags_controller.rb Fix public tags page
xrd_controller.rb Re-enable Webfinger for locked accounts but don't handle "follow" events