mastodon/app/controllers
Matt Jankowski 137100dcf3 Clean up well-known routes/controllers ()
* Add request spec for host meta route returning xml

* Add routing spec for xrd routes

* Update well-known routes

* Move webfinger and host-meta actions to their own controllers
..
admin Admin accounts controller cleanup ()
api API param to exclude notification types from response ()
auth New admin setting: open/close registrations, with custom message, from the admin UI
concerns Quick best practice cleanup of views/helpers ()
oauth Fix - before_action was called before protect_from_forgery
settings Settings export refactor ()
well_known Clean up well-known routes/controllers ()
about_controller.rb Clean up about page ()
accounts_controller.rb Pagination improvements ()
api_controller.rb Do not store last visited URL from API controllers ()
application_controller.rb Fix - before_action was called before protect_from_forgery
authorize_follow_controller.rb Add validation of media attachments, clean up mastodon-own exception classes
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 Clean up generation of account webfinger string ()
statuses_controller.rb Prettier account and stream entry URLs
stream_entries_controller.rb Simplify the way the embed view is created ()
tags_controller.rb Fix public tags page