Eugen Rochko e6ffbfb5e7
Add `types` param to `GET /api/v1/notifications` in REST API ()
* Add `types` param to `GET /api/v1/notifications` in REST API

* Improve tests
..
accounts Fix performance of account timelines ()
admin Add trending statuses ()
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 Add trending statuses ()
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 Make Array-creation behavior of Paginable more predictable ()
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 Make Array-creation behavior of Paginable more predictable ()
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 Add rate limit for editing ()
streaming_controller.rb Remove useless `respond_to` calls ()
suggestions_controller.rb Change auto-following admin-selected accounts, show in recommendations ()