-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upload files to MFS * format directory path properly on upload * move open web UI call out of file upload block * reword upload to import in UI messages * move default import directory to preferences screen * Ensure imported files have the same CID when imported from Web UI or ipfs-companion This has been done using adding them to IPFS first (ipfs.add) first and then using the ipfs files copy api (ipfs.files.cp) to move the files into the desired directory. * open resource at gateway if using embedded node * add date symbols to import directory * add import options to import screen * fix: only display openViaWebUI option if opening via web UI is possible * fix: remove wrapping directory from files API import * upload => import in MFS import variables * trim double slashes from import directory * add file import section on options page * move preloadAtPublicGateway option to file import section * preload files when opening imported files in web UI * test quick-upload formatImportDirectory * add openViaWebUI option to file import form * Remove low-level pin when using ipfs.add * Import to MFS from context menu This commit required abstracting the ipfs import functionality into a separate file to avoid a circular dependency between quick-upload and ipfs-companion, and continue to enable testing functionality.
- Loading branch information
1 parent
36a1a7e
commit 92fd07a
Showing
10 changed files
with
354 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.