Kurtis Rainbolt-Greene e4cfe4b3db
First pass at multi-database for read replica using Rails native adapter ()
Co-authored-by: emilweth <7402764+emilweth@users.noreply.github.com>
..
accounts Change unauthenticated responses to be cached in REST API ()
admin Fix POST `/api/v1/admin/domain_allows` returning 200 when no domain is specified ()
announcements
apps
crypto
emails Fix HTTP 500 in `/api/v1/emails/check_confirmation` ()
featured_tags
instances Fix /api/v1/instance/domain_blocks being unconditionally cached ()
lists Autofix Rubocop Style/IfUnlessModifier ()
polls
push Fix Rails/ActionOrder cop ()
statuses Change /api/v1/statuses/:id/history to always return at least one item ()
timelines First pass at multi-database for read replica using Rails native adapter ()
trends Change unauthenticated responses to be cached in REST API ()
accounts_controller.rb Add time zone preference ()
announcements_controller.rb Autofix Rubocop Style/RedundantBegin ()
apps_controller.rb
blocks_controller.rb Autofix Rubocop Style/IfUnlessModifier ()
bookmarks_controller.rb
conversations_controller.rb Add POST /api/v1/conversations/:id/unread ()
custom_emojis_controller.rb Fix /api/v1/custom_emojis being cached even when unauthenticated API access is disallowed ()
directories_controller.rb Fix rails `rewhere` deprecation warning in directories api controller ()
domain_blocks_controller.rb Autofix Rubocop Style/IfUnlessModifier ()
endorsements_controller.rb Autofix Rubocop Style/IfUnlessModifier ()
favourites_controller.rb Autofix Rubocop Style/IfUnlessModifier ()
featured_tags_controller.rb Remove dead code in Api::V1::FeaturedTagsController ()
filters_controller.rb Fix Rails/ActionOrder cop ()
follow_requests_controller.rb Autofix Rubocop Style/IfUnlessModifier ()
followed_tags_controller.rb
instances_controller.rb Fix some user-independent endpoints potentially reading session cookies ()
lists_controller.rb Add exclusive lists ()
markers_controller.rb
media_controller.rb Make it possible to upload audio and video to Heroku app ()
mutes_controller.rb Autofix Rubocop Style/IfUnlessModifier ()
notifications_controller.rb Autofix Rubocop Rails/FindById ()
polls_controller.rb Change unauthenticated responses to be cached in REST API ()
preferences_controller.rb
reports_controller.rb
scheduled_statuses_controller.rb Autofix Rubocop Style/IfUnlessModifier ()
statuses_controller.rb Change unauthenticated responses to be cached in REST API ()
streaming_controller.rb Add allow_other_host in redirects which may go outside app ()
suggestions_controller.rb
tags_controller.rb Change unauthenticated responses to be cached in REST API ()