]> cat aescling's git repositories - mastodon.git/commit
Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses (#9573)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 20 Dec 2018 00:30:43 +0000 (01:30 +0100)
committerGitHub <noreply@github.com>
Thu, 20 Dec 2018 00:30:43 +0000 (01:30 +0100)
commit108b2139cd87321f6c0aec63ef93db85ce30bfec
tree00d52fc87ce207f7797b052ac4b555f5a27555c1
parent8389b496ba9f8b5fa04a34ccc14c8e4195e03ea3
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.
app/controllers/api/v1/accounts/statuses_controller.rb