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 502cf75b16
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 Eager loading fixes for `api/` controllers (#28848) 2 years ago
v2_alpha Change `/api/v2_alpha/notifications` to only return historical data in pages (#30781) 1 year ago
web
base_controller.rb Add `API::Pagination` concern (#28826) 2 years ago
oembed_controller.rb