Marcin Rataj
Marcin Rataj
Given that: - `ipfs dag import|export` exists - go-ipfs 0.9+ supports exporting DAG archive via any public gateway (`/api/v0/dag/export`) - tools like [ipfs-car](https://www.npmjs.com/package/ipfs-car) and [ipfs-content-addressed-archiver](https://github.com/olizilla/ipfs-content-addressed-archiver) make it easier for people...
> (found this while working on _unbundling_ webui from companion) "Not Found" error for Files tab could be better :-) 1. Open http://127.0.0.1:8080/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ/#/files/I_AM_NOT_HERE.jpg (or any other filename that is not...
> Extracted from https://github.com/ipfs/ipfs-webui/pull/1713 ## Problem Right now user can't tell when a file is pinned indirectly (when file is not pinned, but its parent dir is). This is especially...
Right now we do `pin.remote.add` with `background:true`. It's fine for smaller files which get pinned pretty fast, but not really honest when it comes to bigger files. We should (rough...
> Extracted from https://github.com/ipfs/ipfs-webui/pull/1713 Right now e2e tests do not pass against js-ipfs: ``` npm ci && npm run build && E2E_IPFSD_TYPE=js npm run test:e2e ``` Note: we are unable...
https://github.com/ipfs/ipfs-webui/pull/1802 switches E2E to Playwright, which supports Chromium, Firefox and Webkit: https://github.com/microsoft/playwright#readme Right now, only Chromium is tested, but we might want to run Firefox and Webkit as separate CI...
This is a placeholder issue to ensure [this fun idea](https://twitter.com/gozala/status/1083066763661570048) suggested by @Gozala does not get lost: Click to expand copy of https://twitter.com/gozala/status/1083066763661570048 [![Essentially what I want is identicon for...
Right now MFS import "from IPFS" is done via `ipfs files cp` on CLI, `Import -> from IPFS` on Files screen in ipfs-webui, or by external tools like IPFS Companion....
## Problem When user opts-in to sending usage metrics, and ipfs-webui is not able to connect to HTTP API, it will send a new `IPFS_INIT_FAILED` event to Countly every few...
ipfs-webui had admin-level access to IPFS node (minus private keys, which are not exposed over HTTP). Would not hurt to add a basic warning when a less technical user is...