- 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 1 commit
-
-
gammazero authored
-
- 12 Jan, 2021 1 commit
-
-
gammazero authored
-
- 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 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>
-
- 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
- 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
-
- 24 Sep, 2020 1 commit
-
-
Fazlul Shahriar authored
Fixes #7575 Fixes #7671
-
- 22 Sep, 2020 1 commit
-
-
Adin Schmahmann authored
(cherry picked from commit 16b3fd4d)
-
- 17 Sep, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 10 Sep, 2020 3 commits
-
-
Adin Schmahmann authored
(cherry picked from commit 904ad162)
-
Adin Schmahmann authored
(cherry picked from commit 6cbda0f6)
-
Adin Schmahmann authored
fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail early for namespaces other than /pk or /ipns (cherry picked from commit ba1d2252)
-
- 09 Sep, 2020 2 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 30 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
fix: ipfs dht put/get commands now work on keys encoded as peerIDs and fail early for namespaces other than /pk or /ipns
-