Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow unauthenticated REST API access to GET /api/v1/accounts/:id/statuses #9573
Conversation
Gargron
added
the
api
label
Dec 19, 2018
ykzts
approved these changes
Dec 19, 2018
Gargron
merged commit 108b213
into
master
Dec 20, 2018
11 checks passed
ci/circleci: build
Your tests passed on CircleCI!
Details
ci/circleci: check-i18n
Your tests passed on CircleCI!
Details
ci/circleci: install
Your tests passed on CircleCI!
Details
ci/circleci: install-ruby2.3
Your tests passed on CircleCI!
Details
ci/circleci: install-ruby2.4
Your tests passed on CircleCI!
Details
ci/circleci: install-ruby2.5
Your tests passed on CircleCI!
Details
ci/circleci: test-ruby2.3
Your tests passed on CircleCI!
Details
ci/circleci: test-ruby2.4
Your tests passed on CircleCI!
Details
ci/circleci: test-ruby2.5
Your tests passed on CircleCI!
Details
ci/circleci: test-webui
Your tests passed on CircleCI!
Details
codeclimate
All good!
Details
Gargron
deleted the
fix-no-token-accounts-statuses
branch
Dec 20, 2018
This comment has been minimized.
This comment has been minimized.
How about /api/v1/accounts/:id, /api/v1/accounts/:id/followers, /api/v1/accounts/:id/following ? |
This comment has been minimized.
This comment has been minimized.
/api/v1/accounts/:id is already available without token. |
qguv
referenced this pull request
Dec 26, 2018
Closed
Optionally expose public toots over API without auth #8457
maxf
referenced this pull request
Dec 31, 2018
Closed
API: getting a user's timeline requires you to be authenticated #6443
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Gargron commentedDec 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.