-
Notifications
You must be signed in to change notification settings - Fork 22
fix(node): gate /ipfs/pins and /arweave/anchors behind authentication (#121) #134
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
Open
Gravirei
wants to merge
28
commits into
Gitlawb:main
Choose a base branch
from
Gravirei:bug_fix_2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,495
−103
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
4506480
fix(node): gate GET /ipfs/{cid} on reachable allowed-set, not deny-se…
Gravirei 3aa7bf0
perf(ipfs): check object existence before allowed-blob walk
Gravirei 63580c7
refactor(ipfs): improve formatting and readability in get_by_cid func…
Gravirei 002f354
refactor(ipfs): streamline object retrieval by separating type and co…
Gravirei f2c91a8
docs(ipfs): update get_by_cid comment to reflect split object retrieval
Gravirei 0b7c494
Merge remote-tracking branch 'upstream/main'
Gravirei 03ba714
Run cargo fmt on store.rs
Gravirei 03c90f8
Merge remote-tracking branch 'upstream/main'
Gravirei 1d7e046
fix(node): gate /ipfs/pins and /arweave/anchors behind authentication…
Gravirei abb0af0
test(node): add integration tests for /ipfs/pins and /arweave/anchors…
Gravirei 4aefeae
resolve findings
Gravirei 480349e
fix(node): require authentication for global anchor and pin listings
Gravirei 417c0c2
test: format test_support.rs after CI failure
Gravirei 66329a1
test: extract test helpers and add anchors anonymous coverage
Gravirei 128d633
fix(node): clamp negative anchor limit and add build_router pin integ…
Gravirei 004d9fd
fix(node): filter global anchors before limit and use deduped repo vi…
Gravirei 888a3c8
fix: resolve rebase conflicts and update pins path to use allowed_blo…
Gravirei 85f8f94
fix(node): resolve mirror rows in anchor per-repo path and bound glob…
Gravirei 3fe4e95
fix(node): constrain anchor queries by owner_did to prevent cross-DID…
Gravirei 77f42f0
fix(clippy): use is_some_and instead of map_or(false, ...)
Gravirei a98e544
fix(db,cli): filter arweave anchors in SQL and sign IPFS pin requests
Gravirei 70acb16
test: add slug-collision regression test for global anchor query
Gravirei dbce244
fix: optimize global pin listing and verify CLI pin signatures
Gravirei 459a29d
fix: address cargo clippy warnings
Gravirei b3dcc6c
fix: clamp pin limits, normalize owner DIDs, and add migration v10 up…
Gravirei 0534d79
Merge upstream/main into bug_fix_2
Gravirei 2759539
Potential fix for pull request finding
Gravirei 4d1dab2
fix(node): apply Copilot review suggestions on PR 134
Gravirei File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.