- 11 Oct, 2021 1 commit
-
-
tavit ohanian authored
-
- 05 Feb, 2021 1 commit
-
-
Daniel Martí authored
This "simplify" flag mainly removes redundant types in expressions. Not particularly important, but a nice change that also makes gopls not show warnings.
-
- 28 Jan, 2021 8 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
-
Marcin Rataj authored
This adds clarification suggested in https://github.com/ipfs/go-ipfs/pull/7823#pullrequestreview-577889138
-
Adin Schmahmann authored
-
-
Marcin Rataj authored
I don't think we need to worry about #hash, so just removed it
-
Marcin Rataj authored
-
Marcin Rataj authored
Closes #7826
-
- 27 Jan, 2021 4 commits
-
-
Marcin Rataj authored
-
Marcin Rataj authored
Co-authored-by: Jessica Schilling <jessica@protocol.ai>
-
Marcin Rataj authored
This adds docs in form of longer description that is displayed when --help is passes on the CLI. While at it, unified some language to match fields in the config file and other places + included some tips and best practices which should improve onboarding experience.
-
Adin Schmahmann authored
-
- 14 Jan, 2021 6 commits
-
-
Marcin Rataj authored
-
Marcin Rataj authored
URL.Query() will already decode the query parameters
-
Marcin Rataj authored
This makes ?uri= param able to process URIs passed by web browsers https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler
-
Dennis Trautwein authored
This commit adds support for requests produced by navigator.registerProtocolHandler on gateways. Now one can register `dweb.link` as an URI handler for `ipfs://`: ``` navigator.registerProtocolHandler('ipfs', 'https://dweb.link/ipfs/?uri=%s', 'ipfs resolver') ``` Then opening `ipfs://QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR` will produce an HTTP GET call to: ``` https://dweb.link/ipfs?uri=ipfs%3A%2F%2FQmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR ``` The query parameter `uri` will now be parsed and the given content identifier resolved via: `https://dweb.link/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR`
-
Marcin Rataj authored
This kinda enables to run their custom DNS resolver with custom tlds/names that are independent from the public DNS network.
-
gammazero authored
-
- 12 Jan, 2021 1 commit
-
-
gammazero authored
-
- 07 Jan, 2021 1 commit
-
-
Marcin Rataj authored
As suggested in https://github.com/ipfs/go-ipfs/pull/7847#discussion_r551933162
-
- 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`
-
- 19 Dec, 2020 1 commit
-
-
gammazero authored
-
- 18 Dec, 2020 1 commit
-
-
gammazero authored
Replaces control characters and non-printable characters with escape sequences, in any fields that are printed by the CLI, which could have been user input. Output from `ipfs cat` is unchanged.
-
- 14 Dec, 2020 1 commit
-
-
Marcin Rataj authored
Closes #7824
-
- 09 Dec, 2020 4 commits
-
-
Adin Schmahmann authored
-
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>
-
lanzafame authored
-
lanzafame authored
-
- 04 Dec, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 01 Dec, 2020 3 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Steven Allen authored
fixes #7785
-
- 24 Nov, 2020 5 commits
-
-
Chaitanya authored
-
Chaitanya authored
-
Chaitanya authored
-
Chaitanya authored
Co-authored-by: Steven Allen <steven@stebalien.com>
-
Chaitanya authored
Co-authored-by: Steven Allen <steven@stebalien.com>
-
- 16 Nov, 2020 1 commit
-
-
Chaitanya authored
-