Re: [pve-devel] [PATCH manager v3 0/7] improve tree icons

2017-10-19 Thread Wolfgang Bumiller
I'm bumping this: @Dietmar, @Dominik I think there was an off-list discussion about this series at some point (possibly about how the API communicates the status)? Generally I find the visual changes quite nice (and they already helped me cleanup out old storage defined for an long-gone volume gro

Re: [pve-devel] [PATCH access-control 2/2] fix #1499: check ACL path validity

2017-10-19 Thread Wolfgang Bumiller
On Tue, Oct 10, 2017 at 03:44:19PM +0200, Philip Abernethy wrote: > +sub validate_path { > +my $path = shift; > +return 0 if $path !~ > m'^/(vms|nodes|storage|pool|access/(?:groups|realms))(?:/([[:alnum:]\.\-\_]+))?$'; > + > +if ($1 eq 'vms') {PVE::JSONSchema::pve_verify_vmid($2) if $2

Re: [pve-devel] [PATCH access-control 1/2] properly register pve-poolid format

2017-10-19 Thread Wolfgang Bumiller
applied On Tue, Oct 10, 2017 at 03:44:18PM +0200, Philip Abernethy wrote: > was erroneously registered as verify_groupname, overriding the previous > registration > --- > PVE/AccessControl.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/PVE/AccessControl.pm b/PVE/Acce

[pve-devel] applied: [PATCH manager v4 0/8] Display the SCSI controller type when adding a new disk

2017-10-19 Thread Wolfgang Bumiller
applied series with v5 of 5,6,7 On Mon, Oct 02, 2017 at 10:37:29AM +0200, Emmanuel Kasper wrote: > Since we switched to the SCSI controller in the Wizard as the recommended > controller > for hard disks (using VirtIO scsi in the backend) it was not clear for users > that they were actually using

[pve-devel] applied: [PATCH manager 0/8] ui HA and help button queue for 5.1

2017-10-19 Thread Wolfgang Bumiller
applied all except 2 & 3 On Tue, Oct 17, 2017 at 11:47:58AM +0200, Thomas Lamprecht wrote: > series of patches which where all (but one new refacto patch) discussed > and reviewed already. > Implemented the reqeuested ordering changes for the more button. > > If not noted other wise the patches a

[pve-devel] applied: [PATCH manager v2 1/2] ui: pveWindowEdit: allow sane onlineHelp specification for edit windows

2017-10-19 Thread Wolfgang Bumiller
applied both patches ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel