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/accounts
Eugen Rochko 108b2139cd
Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (#9573)
Fix #7087

The same data is available over the ActivityPub outbox, RSS, and Atom, so
there is little benefit to keeping it limited in this method.
6 years ago
..
credentials_controller.rb Add profile directory (#9427) 6 years ago
follower_accounts_controller.rb Extract counters from accounts table to account_stats table (#9295) 6 years ago
following_accounts_controller.rb Extract counters from accounts table to account_stats table (#9295) 6 years ago
lists_controller.rb Add more granular OAuth scopes (#7929) 7 years ago
pins_controller.rb Public profile endorsements (accounts picked by profile owner) (#8146) 7 years ago
relationships_controller.rb Add more granular OAuth scopes (#7929) 7 years ago
search_controller.rb Add more granular OAuth scopes (#7929) 7 years ago
statuses_controller.rb Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (#9573) 6 years ago