- 28 Jan, 2021 1 commit
-
-
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 2 commits
- 13 Nov, 2020 1 commit
-
-
Steven Allen authored
-
- 11 Nov, 2020 1 commit
-
-
Andrew Nesbitt authored
-
- 07 Nov, 2020 2 commits
-
-
Chaitanya Raju authored
-
Chaitanya authored
-
- 05 Nov, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 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
-
- 07 Oct, 2020 1 commit
-
-
Marcin Rataj authored
-