Commit Graph

12078 Commits

Author SHA1 Message Date
Michael Burns
a507a15162
Update config.yml 2020-11-16 18:38:44 +00:00
Adin Schmahmann
b4dbfd33a8
Merge pull request #7747 from ipfs/feat/rw-close
update libp2p for stream closure refactor
2020-11-14 19:09:20 -05:00
Steven Allen
5cd013ed38 update libp2p for stream closure refactor 2020-11-13 13:59:03 -08:00
Adin Schmahmann
d523cca3b5
Merge pull request #7761 from andrew/patch-2
Fix typo in ipfs dag stat command
2020-11-11 19:11:23 -05:00
Andrew Nesbitt
37a637e8c1
Fix typo in ipfs dag stat command 2020-11-11 13:04:52 +00:00
Marcin Rataj
2539c76177
docs(readme): key rotation in docker (#7721)
* docs(readme): key rotation in docker
Adds notes from https://github.com/ipfs/go-ipfs/issues/7714#issuecomment-706319721
2020-11-10 15:25:14 -05:00
Adin Schmahmann
499e011df9
Merge pull request #7699 from ipfs/fix/dnslink-dir-listing
fix(dnslink-gw): breadcrumbs and CID column when dir listing
2020-11-10 15:03:36 -05:00
Adin Schmahmann
0700c74bad
Merge pull request #7727 from ipfs/fix/preserver-query-on-website-redirect
fix(gw): preserve query on website redirect
2020-11-10 14:36:11 -05:00
Adin Schmahmann
675ef92a2a
Merge pull request #7716 from ipfs/feat/webui-v2.11.3
feat: ipfs-webui v2.11.4
2020-11-10 14:21:55 -05:00
Adin Schmahmann
4c28a313d9
Merge pull request #7725 from ipfs/docs/snap-publishing
docs: how the ipfs snap is built and published
2020-11-10 12:00:51 -05:00
Steven Allen
0401f60973
Merge pull request #7731 from ipfs/fix/http-api-cors-allowlist
fix: webui on ipv6 localhost
2020-10-26 12:58:12 -07:00
Marcin Rataj
d1c20bdff7
fix: localhost API access via ipv6
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.
2020-10-20 00:46:40 +02:00
Adin Schmahmann
af089dee35
Merge pull request #7722 from tzdybal/freebsd-plugins
Add missing plugin support on FreeBSD
2020-10-16 13:20:32 -04:00
Marcin Rataj
6ffd0aa22e
fix(gw): preserve query on website redirect 2020-10-14 00:46:57 +02:00
Adin Schmahmann
e1e577fe4e
Merge pull request #7726 from ipfs/fix/ci-error-coverage
fix error when computing coverage
2020-10-12 23:40:12 -04:00
Steven Allen
3df743ac29 fix error when computing coverage
Some packages can contain both external and internal tests. Listing these
packages twice causes us to create two targets (which fails).

Instead, use a single go list statement.
2020-10-12 16:35:31 -07:00
Oli Evans
f69b067ed3
docs: add notes on snap build and publish
License: MIT
Signed-off-by: Oli Evans <oli@tableflip.io>
2020-10-12 18:13:09 +01:00
Adin Schmahmann
931ad5b005
Merge pull request #7718 from marten-seemann/update-quic
update QUIC
2020-10-11 19:44:56 -04:00
Tomasz Zdybał
6b83bcd60e
Add missing plugin support on FreeBSD
Go plugins are supported on FreeBSD, but build tags in
`plugin/loader/load_*.go` enable IPFS plugins only on Linux and Darwin.
2020-10-12 00:54:23 +02:00
Marten Seemann
9675c2fdd1 update QUIC 2020-10-08 20:24:24 +07:00
Marcin Rataj
f62656630b
feat: ipfs-webui v2.11.4 2020-10-07 15:01:32 +02:00
Marcin Rataj
00147106f4
feat: ipfs-webui v2.11.3
https://github.com/ipfs-shipyard/ipfs-webui/releases/tag/v2.11.3
2020-10-06 19:57:18 +02:00
Adin Schmahmann
00a08985b0
Merge pull request #7651 from ipfs/docs/x-forwarded-host
docs(config): X-Forwarded-Host
2020-10-02 12:27:24 -04:00
Adin Schmahmann
9c60ad89de
Merge pull request #7703 from rafaelramalho19/chore/bump-go-ipfs
chore: webui v2.11.2
2020-10-02 11:53:09 -04:00
Adin Schmahmann
03d82d9821
Merge pull request #7711 from andrew/patch-1
Add task for updating CLI docs right after updating the HTTP-api docs
2020-10-02 11:52:37 -04:00
Adin Schmahmann
9b1171d427
Merge pull request #7677 from ipfs/feat/content-disposition-attachment
feat(gateway): Content-Disposition improvements
2020-10-02 11:20:11 -04:00
Andrew Nesbitt
df33dc43db
Add task for updating CLI docs right after updating the HTTP-api docs 2020-10-02 14:58:34 +01:00
Adin Schmahmann
8e6358a4fa
Merge pull request #7690 from fhs/plan9-pr
fix build on Plan 9
2020-09-30 16:52:12 -04:00
Adin Schmahmann
1168639753
Merge pull request #7693 from ipfs/feat/merge-v0.7.0-master
Release v0.7.0
2020-09-29 12:13:59 -04:00
Marcin Rataj
4deaf050d7
chore: dir-index-html 1.2.1
release notes:
https://github.com/ipfs/dir-index-html/releases/tag/1.2.1
2020-09-29 02:40:49 +02:00
Marcin Rataj
3ed46d995f
test(gw): add t0115-gateway-dir-listing.sh to sharness
This adds proper end-to-end tests for directory listing on Gateway port
that protects us against regressions oni each gw type:
- path gateway
- subdomain gateway
- dnslink website gateway

Tests cover:
- etag/unicode support
- breadcrumbs
- file name column
- hash column
2020-09-29 02:27:28 +02:00
Marcin Rataj
c94bd768d2
fix(gw): links in CID column on dir listing
This switches go-ipfs to dir-index-html after
https://github.com/ipfs/dir-index-html/pull/43
got merged to master
2020-09-28 23:12:47 +02:00
Rafael Ramalho
43b8a314f1 chore: bump webui version 2020-09-28 18:10:23 +01:00
Marcin Rataj
cd1feb3af4
fix(gateway): correct breadcrumbs on dnslink site 2020-09-25 23:11:53 +02:00
Fazlul Shahriar
cac753bb18
fix build on Plan 9
Fixes #7575
Fixes #7671
2020-09-23 22:27:01 -04:00
Adin Schmahmann
c4071893b1 Merge branch 'release' into feat/merge-v0.7.0-master 2020-09-22 16:47:42 -04:00
Adin Schmahmann
ea77213e31
Merge pull request #7692 from ipfs/release-v0.7.0
Release v0.7.0
2020-09-22 16:41:25 -04:00
Adin Schmahmann
12f5c19fcf Release v0.7.0 2020-09-22 14:09:51 -04:00
Adin Schmahmann
330f0fd668 docs: update changelog for v0.7.0 2020-09-22 14:09:51 -04:00
Rafael Ramalho
54e743779c chore: bump webui version
(cherry picked from commit 1b4f5e72ad)
2020-09-22 14:09:51 -04:00
Adin Schmahmann
19aa4c3277 fix: remove the (empty) alias for --peerid-base
(cherry picked from commit 16b3fd4d87)
2020-09-22 14:09:51 -04:00
Adin Schmahmann
a6c1598612 docs: update changelog for v0.7.0 2020-09-22 12:02:24 -04:00
Rafael Ramalho
1b4f5e72ad chore: bump webui version 2020-09-17 15:29:07 -04:00
Adin Schmahmann
16b3fd4d87 fix: remove the (empty) alias for --peerid-base 2020-09-17 13:52:18 -04:00
Marcin Rataj
19ec5f4a51
feat(gateway): Content-Disposition for legacy clients
This adds ASCII-only filename for clients that do not implement RFC 5987

Closes #7648
2020-09-16 22:39:04 +02:00
Marcin Rataj
fd01acdfc0
feat(gateway): ?filename with download=true
This implements 'attachment' mode triggered then
?filename parameter is accompanied with &download=true

When Content-Disposition: attachment is detected by a modern browser
it will skip rendering and immediately open the "save as" dialog,
making this useful feature for using IPFS gateway as target of
"Download" links on various websites.

Parameter name was suggested in:
https://github.com/ipfs/go-ipfs/pull/4177#issuecomment-414870327
2020-09-16 22:15:18 +02:00
Marcin Rataj
76892f5c2f
docs(config): X-Forwarded-Host
This fixes a bug and documents X-Forwarded-Host

License: MIT
Signed-off-by: Marcin Rataj <lidel@lidel.org>
2020-09-11 20:00:25 +02:00
Adin Schmahmann
fafec57ee6 Release v0.7.0-rc2 2020-09-10 10:52:19 -04:00
Adin Schmahmann
fe1df47128 fix: use override GOFLAGS changes from 480defab68 but keep trimpath usage as is
(cherry picked from commit 48b2f1273a)
2020-09-10 10:52:19 -04:00
Adin Schmahmann
a166989ecb Revert "fix: override GOFLAGS"
This reverts commit 480defab68.

(cherry picked from commit 2535f4de82)
2020-09-10 10:52:19 -04:00