You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/api
Claire 4fb4721072
Merge pull request from GHSA-58x8-3qxw-6hm7
* Fix insufficient permission checking for public timeline endpoints

Note that this changes unauthenticated access failure code from 401 to 422

* Add more tests for public timelines

* Require user token in `/api/v1/statuses/:id/translate` and `/api/v1/scheduled_statuses`
1 year ago
..
v1 Merge pull request from GHSA-58x8-3qxw-6hm7 1 year ago
v2 Fix `/api/v2/search` not working with following query param (#25681) 2 years ago
web Fix embed dropdown menu item for unauthenticated users (#25964) 2 years ago
base_controller.rb Refactor: replace whitelist_mode mentions with limited_federation_mode (#26252) 2 years ago
oembed_controller.rb