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/v1/timelines
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`
6 months ago
..
base_controller.rb Merge pull request from GHSA-58x8-3qxw-6hm7 6 months ago
home_controller.rb Rename `cache_*` methods to `preload_*` in controller concern (#30209) 8 months ago
link_controller.rb Merge pull request from GHSA-58x8-3qxw-6hm7 6 months ago
list_controller.rb Rename `cache_*` methods to `preload_*` in controller concern (#30209) 8 months ago
public_controller.rb Merge pull request from GHSA-58x8-3qxw-6hm7 6 months ago
tag_controller.rb Merge pull request from GHSA-58x8-3qxw-6hm7 6 months ago