Claire 9a3be0ad68
Fix error when looking handle with surrounding spaces ()
..
accounts Fix error when looking handle with surrounding spaces ()
admin Fix extremely rare race condition when deleting a toot or account ()
announcements Add announcements ()
apps Remove useless `respond_to` calls ()
crypto Optimize map { ... }.compact calls ()
emails Fix `POST /api/v1/emails/confirmations` not being available after sign-up ()
featured_tags Changed tag most_used to recently_used ()
instances Add graphs and retention metrics to admin dashboard ()
lists Change REST API to return empty data for suspended accounts ()
polls Add more tests for ActivityPub controllers ()
push Add `policy` param to `POST /api/v1/push/subscriptions` ()
statuses Add edit history to web UI ()
timelines Refactor how public and tag timelines are queried ()
trends Fix pagination header on empty trends responses in REST API ()
accounts_controller.rb Change `follow` scope to be covered by `read` and `write` scopes in REST API ()
announcements_controller.rb Fix dismissing an announcement twice raising an obscure error ()
apps_controller.rb Add whitelist mode ()
blocks_controller.rb Change `follow` scope to be covered by `read` and `write` scopes in REST API ()
bookmarks_controller.rb Fix 500 error when a bookmark or favorite has been reported and deleted ()
conversations_controller.rb Make Array-creation behavior of Paginable more predictable ()
custom_emojis_controller.rb Remove useless `respond_to` calls ()
directories_controller.rb Add profile directory to web UI ()
domain_blocks_controller.rb Change `follow` scope to be covered by `read` and `write` scopes in REST API ()
endorsements_controller.rb Change REST API to return empty data for suspended accounts ()
favourites_controller.rb Fix 500 error when a bookmark or favorite has been reported and deleted ()
featured_tags_controller.rb Add featured tags API ()
filters_controller.rb Remove useless `respond_to` calls ()
follow_requests_controller.rb Fix duplicate notifications being possible after poll expiration ()
instances_controller.rb Remove useless `respond_to` calls ()
lists_controller.rb Add configuration option to filter replies in lists ()
markers_controller.rb Use Rails' index_by where it makes sense ()
media_controller.rb Allow editing media attachments for scheduled toots ()
mutes_controller.rb Change `follow` scope to be covered by `read` and `write` scopes in REST API ()
notifications_controller.rb Add `types` param to `GET /api/v1/notifications` in REST API ()
polls_controller.rb Add more tests for ActivityPub controllers ()
preferences_controller.rb Remove useless `respond_to` calls ()
reports_controller.rb Fix report category not being saved in REST API ()
scheduled_statuses_controller.rb Make Array-creation behavior of Paginable more predictable ()
statuses_controller.rb Fix extremely rare race condition when deleting a toot or account ()
streaming_controller.rb Remove useless `respond_to` calls ()
suggestions_controller.rb Change auto-following admin-selected accounts, show in recommendations ()