- 11 Oct, 2021 1 commit
-
-
tavit ohanian authored
-
- 08 Feb, 2021 1 commit
-
-
Steven Allen authored
-
- 28 Jan, 2021 3 commits
-
-
Petar Maymounkov authored
* remote pinning service MFS policy * update go-ipfs-config * hardening secret sanitization in `ipfs config` commands Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com> Co-authored-by: Marcin Rataj <lidel@lidel.org>
-
Andrew Gillis authored
* Improve error message when running key commands that must be run when the daemon is not already running Fixes Issue #7814 `ipfs key export` now does a PreRun check like `ipfs key rotate` was to give a better error to the user then "someone else has the lock" in the event that the daemon is running while trying to execute these offline-only commands. While unlikely the "someone else has the lock" error can still be shown if two processes try and grab the repo lock at the same time. This PreRun function is also exported so it can be used by `ipfs init` where it was originally copied from. * Added more `ipfs key` command tests When daemon is running: - Test that import works - Test that export fails - Test that rotate fails
-
Adin Schmahmann authored
-
- 14 Jan, 2021 2 commits
-
-
Marcin Rataj authored
-
Marcin Rataj authored
Additional tests to ensure there are no regressions, as this will be used by browser vendors in the future.
-
- 01 Jan, 2021 1 commit
-
-
Marcin Rataj authored
Problem statement and rationale for doing this can be found under "Option C" at: https://github.com/ipfs/in-web-browsers/issues/169 TLDR is: `https://dweb.link/ipns/my.v-long.example.com` can be loaded from a subdomain gateway with a wildcard TLS cert if represented as a single DNS label: `https://my-v--long-example-com.ipns.dweb.link`
-
- 18 Dec, 2020 1 commit
-
-
gammazero authored
-
- 09 Dec, 2020 1 commit
-
-
Petar Maymounkov authored
Added support for remote pinning services A pinning service is a service that accepts CIDs from a user in order to host the data associated with them. The spec for these services is defined at https://github.com/ipfs/pinning-services-api-spec Support is available via the `ipfs pin remote` CLI and the corresponding HTTP API Co-authored-by: Petar Maymounkov <petarm@gmail.com> Co-authored-by: Marcin Rataj <lidel@lidel.org> Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
-
- 01 Dec, 2020 2 commits
-
-
Adin Schmahmann authored
-
Steven Allen authored
fixes #7785
-
- 19 Oct, 2020 1 commit
-
-
Marcin Rataj authored
This adds localhost ipv6 addresses to the allowlist for use in browser context and fixes WebUI on ipv6-only deployments: http://[::1]:5001/webui We were missing CORS/Origin tests for API port so I've added basic ones and included localhost/127.0.0.1/::1 variants.
-
- 13 Oct, 2020 1 commit
-
-
Marcin Rataj authored
-
- 29 Sep, 2020 2 commits
-
-
Marcin Rataj authored
release notes: https://github.com/ipfs/dir-index-html/releases/tag/1.2.1
-
Marcin Rataj authored
This adds proper end-to-end tests for directory listing on Gateway port that protects us against regressions oni each gw type: - path gateway - subdomain gateway - dnslink website gateway Tests cover: - etag/unicode support - breadcrumbs - file name column - hash column
-
- 16 Sep, 2020 2 commits
-
-
Marcin Rataj authored
This adds ASCII-only filename for clients that do not implement RFC 5987 Closes #7648
-
Marcin Rataj authored
This implements 'attachment' mode triggered then ?filename parameter is accompanied with &download=true When Content-Disposition: attachment is detected by a modern browser it will skip rendering and immediately open the "save as" dialog, making this useful feature for using IPFS gateway as target of "Download" links on various websites. Parameter name was suggested in: https://github.com/ipfs/go-ipfs/pull/4177#issuecomment-414870327
-
- 26 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 24 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
sharness: switch p2p dnsaddr that was supposed to have only a single address in it to use a specific example
-
- 21 Aug, 2020 1 commit
-
-
Jacob Heun authored
-
- 20 Aug, 2020 2 commits
-
-
Marcin Rataj authored
This adds subdomain tests for breadcrumbs added in: https://github.com/ipfs/go-ipfs/pull/7536 License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
Kevin Neaton authored
-
- 19 Aug, 2020 1 commit
-
-
Petar Maymounkov authored
-
- 18 Aug, 2020 7 commits
-
-
Petar Maymounkov authored
add sharness tests for --ipns-base in name publish and subs commands
-
Petar Maymounkov authored
-
Petar Maymounkov authored
-
Petar Maymounkov authored
-
Petar Maymounkov authored
-
Petar Maymounkov authored
-
Petar Maymounkov authored
-
- 17 Aug, 2020 5 commits
-
-
Adin Schmahmann authored
* commands: add ipfs dag stat command * sharness: add ipfs dag stat tests
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Peter Rabbitson authored
-
- 09 Aug, 2020 1 commit
-
-
Steven Allen authored
partially fixes #7305
-
- 06 Aug, 2020 1 commit
-
-
Marcin Rataj authored
This ensures implicit defaults are always present, even when Gateway.PublicGateways is defined in the config. User still can disable them, but needs to do it per hostname. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
-
- 04 Aug, 2020 2 commits
-
-
Adin Schmahmann authored
-
Petar Maymounkov authored
-