Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses #9573

Merged
merged 1 commit into from
Dec 20, 2018

Conversation

Gargron
Copy link
Member

@Gargron Gargron commented Dec 19, 2018

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.

…tuses

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.
@Gargron Gargron added the api REST API, Streaming API, Web Push API label Dec 19, 2018
@Gargron Gargron merged commit 108b213 into master Dec 20, 2018
@Gargron Gargron deleted the fix-no-token-accounts-statuses branch December 20, 2018 00:30
@tateisu
Copy link
Contributor

tateisu commented Dec 20, 2018

How about /api/v1/accounts/:id, /api/v1/accounts/:id/followers, /api/v1/accounts/:id/following ?
All of these are viewable on the AP.

@Gargron
Copy link
Member Author

Gargron commented Dec 20, 2018

/api/v1/accounts/:id is already available without token.

hiyuki2578 pushed a commit to ProjectMyosotis/mastodon that referenced this pull request Oct 2, 2019
…tuses (mastodon#9573)

Fix mastodon#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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api REST API, Streaming API, Web Push API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants