mastodon/app/controllers
Eugen b89f007862 Make public timelines API not require user context/app credentials ()
* Make /api/v1/timelines/public and /api/v1/timelines/tag/:id public
Fix  - respect query params when generating pagination links in API

* Apply pagination fix to more APIs
..
admin New admin setting: open/close registrations, with custom message, from the admin UI
api Make public timelines API not require user context/app credentials ()
auth New admin setting: open/close registrations, with custom message, from the admin UI
concerns Fix - before_action was called before protect_from_forgery
oauth Fix - before_action was called before protect_from_forgery
settings Fix , fix , fix - 2FA requires confirmation to be enabled ()
about_controller.rb New admin setting: open/close registrations, with custom message, from the admin UI
accounts_controller.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ()
api_controller.rb Revert earlier fix due to new bug reports
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 Remote follow improvements
statuses_controller.rb Prettier account and stream entry URLs
stream_entries_controller.rb Rewrite Atom generation from stream entries to use Ox instead of Nokogiri ()
tags_controller.rb Fix public tags page
xrd_controller.rb Fix - Webfinger should handle new shortform profile URLs now (nice)