Eugen Rochko c99c106ef0
Change following and followers API to be accessible without being logged in ()
..
accounts Change following and followers API to be accessible without being logged in ()
admin Add admin API for managing e-mail domain blocks ()
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 Add ability to follow hashtags ()
filters Add ability to filter individual posts ()
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 use Notification::TYPES for api push subscription alerts ()
statuses Add edit history to web UI ()
timelines Refactor how public and tag timelines are queried ()
trends Add ability to follow hashtags ()
accounts_controller.rb Change unapproved and unconfirmed account to not be accessible in the 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 Change how hashtags are normalized ()
filters_controller.rb Revamp post filtering system ()
follow_requests_controller.rb Fix duplicate notifications being possible after poll expiration ()
followed_tags_controller.rb Add ability to follow hashtags ()
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 ()
tags_controller.rb Fix /api/v1/tags/:id route constraints ()