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
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
..
accounts Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (#9573) 6 years ago
apps
instances
lists Extract counters from accounts table to account_stats table (#9295) 6 years ago
push
statuses Extract counters from accounts table to account_stats table (#9295) 6 years ago
timelines
accounts_controller.rb Optimize the process of following someone (#9220) 6 years ago
apps_controller.rb
blocks_controller.rb Extract counters from accounts table to account_stats table (#9295) 6 years ago
conversations_controller.rb
custom_emojis_controller.rb
domain_blocks_controller.rb
endorsements_controller.rb Extract counters from accounts table to account_stats table (#9295) 6 years ago
favourites_controller.rb
filters_controller.rb
follow_requests_controller.rb Extract counters from accounts table to account_stats table (#9295) 6 years ago
follows_controller.rb
instances_controller.rb
lists_controller.rb
media_controller.rb
mutes_controller.rb
notifications_controller.rb
reports_controller.rb
search_controller.rb
statuses_controller.rb
streaming_controller.rb
suggestions_controller.rb