- 11 Oct, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 21 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 10 Aug, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 20 Jun, 2021 2 commits
-
-
tavit ohanian authored
Port 2021 05 02 See merge request dms3/public/go-dms3-cmds!1
-
tavit ohanian authored
-
- 02 May, 2021 2 commits
-
-
tavit ohanian authored
-
tavit ohanian authored
-
- 27 Jan, 2021 1 commit
-
-
Adin Schmahmann authored
Added DelimitedStringsOption for enabling delimited strings on the CLI
-
- 26 Jan, 2021 1 commit
-
-
Adin Schmahmann authored
-
- 15 Jan, 2021 5 commits
-
-
Adin Schmahmann authored
testing: add tests for constructing Options with defaults and parsing those Options using the CLI parsing tools
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
feat: StringsOption.Parse(string) now returns a slice containing the original string. Added DelimitedStringsOption which allows passing delimited options on the CLI, such as --option=opt1,opt2 when the delimiter is a comma, instead of requiring the longer form --option=op1 --option=opt2
-
- 02 Dec, 2020 3 commits
-
-
Adin Schmahmann authored
feat: support strings option over HTTP API
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 01 Dec, 2020 2 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 25 Nov, 2020 1 commit
-
-
Adin Schmahmann authored
-
- 07 Sep, 2020 1 commit
-
-
Alex Potsides authored
* fix: allow requests from electron renderer The Electron Renderer process runs in an embedded browser window so has access to browser-native `fetch`. If this is used by `ipfs-http-client` to make requests against the HTTP API, the `User-Agent` header is set to a value that looks similar to a browser but no `Origin` or `Referer` headers are sent. The change here is to relax the user agent check to allow through requests from clients with `'Electron'` in their user agents.
-
- 04 Aug, 2020 1 commit
-
-
Adin Schmahmann authored
* refactor: move environment-based command restrictions to be stored with the command itself
-
- 01 Aug, 2020 2 commits
-
-
Will authored
Fix build on Plan 9
-
Fazlul Shahriar authored
-
- 04 May, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 29 Apr, 2020 9 commits
-
-
Steven Allen authored
build(deps): bump github.com/ipfs/go-log from 1.0.3 to 1.0.4
-
Steven Allen authored
Fix go-ipfs#7242: Remove "HEAD" from Allow methods
-
Hector Sanjuan authored
-
Sawood Alam authored
-
Sawood Alam authored
-
Hector Sanjuan authored
(when GET is not allowed).
-
Hector Sanjuan authored
* Staticcheck fixes This fixes all staticcheck warnings for this library.
-
Steven Allen authored
doc: update docs for interface changes
-
Steven Allen authored
-
- 27 Apr, 2020 1 commit
-
-
Hector Sanjuan authored
-
- 22 Apr, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-log](https://github.com/ipfs/go-log) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](https://github.com/ipfs/go-log/compare/v1.0.3...v1.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 06 Apr, 2020 1 commit
-
-
Steven Allen authored
Fix: disallow POST without Origin nor Referer from specific user agents
-