[pve-devel] [PATCH v5 manager 0/5] fix #3505: add checksum and algorithm to iso upload
Lorenz Stechauner
l.stechauner at proxmox.com
Mon Nov 8 09:53:45 CET 2021
changes to v4:
* dropped already applied patches from storage and http-server
* added Dominik's RB/TB Tags
* fixed three small nits mentioned by Dominik
changes to v3:
* added comment regarding tmpfile cleanup
* added commit fixing the cleanup of tmpfile
* fixed commit in http-server; every call to cleanup_reqchange()
is now updated
Lorenz Stechauner (5):
ui: move upload window into UploadToStorage.js
ui: refactor UploadToStorage.js
fix #3505: ui/UploadToStorage: add checksum and algorithm
ui/UploadToStorage: add TaskViewer
ui/UplaodToStorage: check file extension
www/manager6/Makefile | 1 +
www/manager6/storage/ContentView.js | 197 +----------------
www/manager6/window/UploadToStorage.js | 295 +++++++++++++++++++++++++
3 files changed, 298 insertions(+), 195 deletions(-)
create mode 100644 www/manager6/window/UploadToStorage.js
--
2.30.2
More information about the pve-devel
mailing list