]> git.proxmox.com Git - pve-manager.git/commit
fix #4849: ui: allow decompressing ISO files when downloading
authorPhilipp Hufnagl <p.hufnagl@proxmox.com>
Thu, 21 Sep 2023 13:09:17 +0000 (15:09 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 26 Sep 2023 07:35:31 +0000 (09:35 +0200)
commite86862bf27de57c6aa14dacb2b0c2b2c25e7258b
tree135b204d67b1f22d0bb29f66a16d2df8984da3d2
parentd61728e289c82c7ce35a03b5b6b3da45ae177c5c
fix #4849: ui: allow decompressing ISO files when downloading

The compression algorithm will be automatically detected when querying the
download URL. It can be overriden by the user using the "compression algorithm"
drop down under advanced.

Signed-off-by: Philipp Hufnagl <p.hufnagl@proxmox.com>
Reworded title and message, updated d/control for libpve-storage-perl version
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Dominik Csapak <d.csapak@proxmox.com>
Tested-by: Dominik Csapak <d.csapak@proxmox.com>
debian/control
www/manager6/Makefile
www/manager6/form/DecompressionSelector.js [new file with mode: 0644]
www/manager6/window/DownloadUrlToStorage.js