Eugen Rochko 21780c0204
Change notifications per page from 15 to 40 in REST API ()
..
accounts Allow changing hide_collections setting with the api ()
admin Fix /api/v1/admin/trends/tags using wrong serializer ()
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 ()
instances Change about page to be mounted in the web UI ()
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 user content translations with configurable backends ()
timelines Revert filtering public timelines by locale by default ()
trends Add support for language preferences for trending statuses and links ()
accounts_controller.rb Add ability to filter followed accounts' posts by language ()
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 featured tag updates to add/remove activity ()
filters_controller.rb Fix irreversible and whole_word parameters handling in /api/v1/filters ()
follow_requests_controller.rb Fix duplicate notifications being possible after poll expiration ()
followed_tags_controller.rb Fix pagination of followed tags ()
instances_controller.rb Add server banner to web app, add `GET /api/v2/instance` to REST API ()
lists_controller.rb Fix uncaught 500 error on invalid `replies_policy` (Fix ) ()
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 Change notifications per page from 15 to 40 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 support for editing media description and focus point of already-posted statuses ()
streaming_controller.rb Remove useless `respond_to` calls ()
suggestions_controller.rb Change auto-following admin-selected accounts, show in recommendations ()
tags_controller.rb Fix not being able to follow more than one hashtag ()