- 27 Jan, 2021 10 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
chore(deps): bump github.com/libp2p/go-libp2p-pubsub from 0.4.0 to 0.4.1
-
Adin Schmahmann authored
chore: update go-ipfs-pinner dep
-
gammazero authored
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](https://github.com/libp2p/go-libp2p-pubsub/compare/v0.4.0...v0.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Adin Schmahmann authored
chore(deps): bump github.com/ipfs/go-graphsync from 0.5.1 to 0.5.2
-
Adin Schmahmann authored
pin remote commands are comma delimited on the CLI only
-
Adin Schmahmann authored
-
- 14 Jan, 2021 13 commits
-
-
Adin Schmahmann authored
fix: remote services ls always return a list
-
Adin Schmahmann authored
fix: improved error message on broken CIDv0
-
Adin Schmahmann authored
feat(gw): URI router for Web API navigator.registerProtocolHandler
-
Marcin Rataj authored
-
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.
-
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`
-
Adin Schmahmann authored
feat(gw): DNSLink names on https:// subdomains
-
Marcin Rataj authored
This kinda enables to run their custom DNS resolver with custom tlds/names that are independent from the public DNS network.
-
Adin Schmahmann authored
Escape non-printable characters in user output
-
gammazero authored
-
- 13 Jan, 2021 4 commits
-
-
Adin Schmahmann authored
docs: fixed typos and commas in blocks/blockstoreutil's RemoveBlock comments
-
Adin Schmahmann authored
docs: update IPFS Desktop maintainer
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-graphsync](https://github.com/ipfs/go-graphsync) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/ipfs/go-graphsync/releases) - [Changelog](https://github.com/ipfs/go-graphsync/blob/master/CHANGELOG.md) - [Commits](https://github.com/ipfs/go-graphsync/compare/v0.5.1...v0.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Adin Schmahmann authored
update go-libp2p to v0.13.0
-
- 12 Jan, 2021 1 commit
-
-
gammazero authored
-
- 07 Jan, 2021 2 commits
-
-
Marcin Rataj authored
As suggested in https://github.com/ipfs/go-ipfs/pull/7847#discussion_r551933162
-
Marcin Rataj authored
Closes #7792
-
- 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 2 commits
-
-
Marten Seemann authored
-
gammazero authored
-
- 18 Dec, 2020 2 commits
- 14 Dec, 2020 1 commit
-
-
Marcin Rataj authored
Closes #7824
-
- 10 Dec, 2020 1 commit
-
-
Henrique Dias authored
-
- 09 Dec, 2020 3 commits
-
-
Adin Schmahmann authored
update version to 0.9.0-dev
-
Adin Schmahmann authored
-
Adin Schmahmann authored
chore(deps): bump go.opencensus.io from 0.22.4 to 0.22.5
-