Matt Jankowski c922af2737
Add `LIMIT` constant for `api/v1/peers/search` endpoint ()
..
accounts Change `read:me` scope to `profile` scope ()
admin Increase maximum page size for Admin Domain Management APIs ()
announcements Add announcements ()
apps Support multiple redirect_uris when creating OAuth 2.0 Applications ()
emails Fix HTTP 500 in `/api/v1/emails/check_confirmation` ()
featured_tags Add `not_featured_by` scope to Tag ()
instances Update `current_user` override mode description in controllers ()
lists Move `pagination_params` into `API::BaseController` ()
notifications Fix unnecessary “next” link when API returns fewer notification requests than requested ()
peers Add `LIMIT` constant for `api/v1/peers/search` endpoint ()
polls Fix HTTP 500 in `/api/v1/polls/:id/votes` ()
profile Refactor `Api::V1::ProfilesController` into two separate controllers ()
push Fix race condition in `POST /api/v1/push/subscription` ()
statuses Merge pull request from GHSA-58x8-3qxw-6hm7
timelines Merge pull request from GHSA-58x8-3qxw-6hm7
trends Move `pagination_params` into `API::BaseController` ()
accounts_controller.rb Change `ids` param to `id` in `/api/v1/statuses` and `/api/v1/accounts` for consistency ()
announcements_controller.rb Autofix Rubocop Style/RedundantBegin ()
annual_reports_controller.rb Add annual reports for accounts ()
apps_controller.rb Support multiple redirect_uris when creating OAuth 2.0 Applications ()
blocks_controller.rb Move `pagination_params` into `API::BaseController` ()
bookmarks_controller.rb Move `pagination_params` into `API::BaseController` ()
conversations_controller.rb Move `pagination_params` into `API::BaseController` ()
custom_emojis_controller.rb Fix /api/v1/custom_emojis being cached even when unauthenticated API access is disallowed ()
directories_controller.rb Eager loading fixes for `api/` controllers ()
domain_blocks_controller.rb Move `pagination_params` into `API::BaseController` ()
endorsements_controller.rb Move `pagination_params` into `API::BaseController` ()
favourites_controller.rb Move `pagination_params` into `API::BaseController` ()
featured_tags_controller.rb Remove dead code in Api::V1::FeaturedTagsController ()
filters_controller.rb Fix Rails/ActionOrder cop ()
follow_requests_controller.rb Move `pagination_params` into `API::BaseController` ()
followed_tags_controller.rb Move `pagination_params` into `API::BaseController` ()
instances_controller.rb Update `current_user` override mode description in controllers ()
invites_controller.rb Add support for invite codes in the registration API ()
lists_controller.rb Add exclusive lists ()
markers_controller.rb Improve `api/v1/markers#create` performance against simultaneous requests ()
media_controller.rb Make it possible to upload audio and video to Heroku app ()
mutes_controller.rb Move `pagination_params` into `API::BaseController` ()
notifications_controller.rb Add endpoints for unread notifications count ()
polls_controller.rb Change unauthenticated responses to be cached in REST API ()
preferences_controller.rb Remove useless `respond_to` calls ()
reports_controller.rb Add optional OAuth application to reports ()
scheduled_statuses_controller.rb Merge pull request from GHSA-58x8-3qxw-6hm7
statuses_controller.rb Move `pagination_params` into `API::BaseController` ()
streaming_controller.rb Fix potential redirection loop of streaming endpoint ()
suggestions_controller.rb Change algorithm of follow recommendations ()
tags_controller.rb Remove unfollowed hashtag posts from home feed ()