- 08 Apr, 2020 17 commits
-
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Peter Rabbitson authored
-
Steven Allen authored
Adding Fission to IPFS early testers page
-
Boris Mann authored
-
Steven Allen authored
chore: update go-ds-badger
-
Steven Allen authored
fixes https://github.com/ipfs/go-ipfs/issues/6986
-
- 07 Apr, 2020 9 commits
-
-
Steven Allen authored
feat: bump version
-
Steven Allen authored
-
Steven Allen authored
feat: initial update to the changelog for 0.5.0
-
Steven Allen authored
-
Steven Allen authored
feat(dht): update to cypress DHT in backwards compatibility mode
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
This upgrades to the next DHT version, but in backwards compatibility mode.
-
- 06 Apr, 2020 2 commits
-
-
Steven Allen authored
chore: update deps
-
Steven Allen authored
-
- 05 Apr, 2020 5 commits
-
-
Steven Allen authored
update bash completion for `ipfs add`
-
Steven Allen authored
HTTP API: Only allow POST requests (plus OPTIONS)
-
@RubenKelevra authored
-
Hector Sanjuan authored
Spec says that response with 405 must set Allow headers.
-
Hector Sanjuan authored
This commit upgrades go-ipfs-cmds and configures the commands HTTP API Handler to only allow POST/OPTIONS, disallowing GET and others in the handling of command requests in the IPFS HTTP API (where before every type of request method was handled, with GET/POST/PUT/PATCH being equivalent). The Read-Only commands that the HTTP API attaches to the gateway endpoint will additional handled GET as they did before (but stop handling PUT,DELETEs). By limiting the request types we address the possibility that a website accessed by a browser abuses the IPFS API by issuing GET requests to it which have no Origin or Referrer set, and are thus bypass CORS and CSRF protections. This is a breaking change for clients that relay on GET requests against the HTTP endpoint (usually :5001). Applications integrating on top of the gateway-read-only API should still work (including cross-domain access). Co-Authored-By: Steven Allen <steven@stebalien.com> Co-Authored-By: Marcin Rataj <lidel@lidel.org>
-
- 04 Apr, 2020 2 commits
-
-
Steven Allen authored
Revert last change (the default is now printed twice)
-
@RubenKelevra authored
-
- 03 Apr, 2020 2 commits
-
-
Steven Allen authored
chore: update libp2p deps
-
Steven Allen authored
Prepare for an RC. This also re-re-disables stream write coalescing till we get a chance to thoroughly profile it.
-
- 02 Apr, 2020 3 commits
-
-
Steven Allen authored
chore(deps): bump github.com/ipfs/go-ds-flatfs from 0.4.0 to 0.4.1
-
Steven Allen authored
Fix #4996: Improve help text for "ipfs files cp"
-
Hector Sanjuan authored
And align capitalization.
-