kubo/core/corehttp
Henrique Dias 14703e19e3 fix(gateway): undesired conversions to dag-json and friends (#9566)
* fix(gateway): do not convert unixfs/raw into dag-* unless explicit
* fix(gateway): keep only dag-json|dag-cbor handling
* fix: allow requesting dag-json as application/json
- adds bunch of additional tests including JSON file on UnixFS
- fix: dag-json codec (0x0129) can be returned as plain json
- fix: json codec (0x0200) cna be retrurned as plain json
* fix: using ?format|Accept with CID w/ codec works
* docs(changelog): cbor and json on gateway

Co-authored-by: Marcin Rataj <lidel@lidel.org>
2023-01-23 12:05:18 +01:00
..
commands.go fix(cmds): use kubo in CheckVersionOption 2022-07-06 23:08:31 +02:00
corehttp.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
gateway_handler_block.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
gateway_handler_car.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
gateway_handler_codec.go fix(gateway): undesired conversions to dag-json and friends (#9566) 2023-01-23 12:05:18 +01:00
gateway_handler_tar.go chore: migrate from go-ipfs-files to go-libipfs/files (#9535) 2023-01-23 12:01:20 +01:00
gateway_handler_unixfs__redirects.go chore: migrate from go-ipfs-files to go-libipfs/files (#9535) 2023-01-23 12:01:20 +01:00
gateway_handler_unixfs_dir.go chore: migrate from go-ipfs-files to go-libipfs/files (#9535) 2023-01-23 12:01:20 +01:00
gateway_handler_unixfs_file.go chore: migrate from go-ipfs-files to go-libipfs/files (#9535) 2023-01-23 12:01:20 +01:00
gateway_handler_unixfs.go chore: migrate from go-ipfs-files to go-libipfs/files (#9535) 2023-01-23 12:01:20 +01:00
gateway_handler.go fix(gateway): undesired conversions to dag-json and friends (#9566) 2023-01-23 12:05:18 +01:00
gateway_indexPage.go feat: fast directory listings with DAG Size column (#9481) 2022-12-12 21:45:13 +01:00
gateway_test.go chore: migrate from go-ipfs-files to go-libipfs/files (#9535) 2023-01-23 12:01:20 +01:00
gateway.go feat: fast directory listings with DAG Size column (#9481) 2022-12-12 21:45:13 +01:00
hostname_test.go chore: migrate from go-ipfs-files to go-libipfs/files (#9535) 2023-01-23 12:01:20 +01:00
hostname.go fix: add InlineDNSLink flag to PublicGateways config (#9328) 2022-10-11 15:45:43 +02:00
lazyseek_test.go ci: add stylecheck to golangci-lint (#9334) 2022-10-06 10:18:40 -04:00
lazyseek.go fix(gateway): fix seek read length typo 2020-01-05 16:43:45 -08:00
logs.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
metrics_test.go chore: bump go-libp2p v0.22.0 & go1.18&go1.19 2022-09-09 17:09:38 +02:00
metrics.go ci: add stylecheck to golangci-lint (#9334) 2022-10-06 10:18:40 -04:00
mutex_profile.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
option_test.go refactor: rename to kubo 2022-07-06 18:40:37 +02:00
p2p_proxy_test.go chore: bump go-libp2p v0.22.0 & go1.18&go1.19 2022-09-09 17:09:38 +02:00
p2p_proxy.go ci: add stylecheck to golangci-lint (#9334) 2022-10-06 10:18:40 -04:00
redirect.go ci: add stylecheck to golangci-lint (#9334) 2022-10-06 10:18:40 -04:00
webui.go fix: support /quic-v1 in webui v0.21 2022-12-10 00:45:50 +01:00