Re: [pve-devel] [PATCH proxmox-offline-mirror 2/2] fix #4632: allow escape hatches for legacy repositories

2023-04-06 Thread Fabian Grünbichler
On April 6, 2023 1:23 pm, Thomas Lamprecht wrote: > Am 04/04/2023 um 09:48 schrieb Fabian Grünbichler: >> there are still repositories out there that are using things like >> DSA/RSA-1024 >> and SHA1, so let's allow POM users to opt into accepting those insecure >> cryptographic parameters, but

[pve-devel] [PATCH proxmox-widget-toolkit v2 1/1] fix 4551: ui: translate byte unit in `format_size`

2023-04-06 Thread Noel Ullreich
Some languages translate byte units like 'GiB' or write them in their own script. By `gettext`ing the units in the `format_size` function, we can translate the units for (almost) all of the web interface. Signed-off-by: Noel Ullreich --- src/Utils.js | 14 -- 1 file changed, 8

[pve-devel] [PATCH proxmox-widget-toolkit v2 1/1] fix #4551: ui: use gettext on hardcoded byte units

2023-04-06 Thread Noel Ullreich
Since some languages translate byte units like 'GiB' or write them in their own script, this patch wraps units in the `gettext` function. While most occurrences of byte strings can be translated within the `format_size` function in `proxmox-widget-toolkit/src/Utils.js`, this patch catches those

[pve-devel] [PATCH pve-manager, proxmox-widget-toolkit v2 0/2] fix 4551: ui: translate byte units in web interface

2023-04-06 Thread Noel Ullreich
Since other languages translate byte units (such as 'GiB') or write them in their own script, this patch series wraps byte units in the `gettext` function, allowing them to be translated. --- changes from v1: * improved commit messages * put hardcoded byte unit strings in a template string Noel

[pve-devel] applied: [PATCH proxmox-offline-mirror 1/2] pool: drop redundant quote for paths..

2023-04-06 Thread Thomas Lamprecht
Am 04/04/2023 um 13:21 schrieb Fabian Grünbichler: > a Path(Buf)'s Debug formatting already contains double quotes, no need to > quote > it a second time.. > > Signed-off-by: Fabian Grünbichler > --- > src/pool.rs | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > applied,

[pve-devel] applied: [PATCH proxmox-offline-mirror 2/2] fix #4261: allow GC for all configured mirrors

2023-04-06 Thread Thomas Lamprecht
Am 04/04/2023 um 13:21 schrieb Fabian Grünbichler: > by making the --id parameter optional, and structuring the output accordingly. > since pools are per base-dir, GC only needs to run once per base-dir instead > of > for each mirror entry. > > Signed-off-by: Fabian Grünbichler > --- >

Re: [pve-devel] [PATCH proxmox-offline-mirror 2/2] fix #4632: allow escape hatches for legacy repositories

2023-04-06 Thread Thomas Lamprecht
Am 04/04/2023 um 09:48 schrieb Fabian Grünbichler: > there are still repositories out there that are using things like DSA/RSA-1024 > and SHA1, so let's allow POM users to opt into accepting those insecure > cryptographic parameters, but keep the default settings secure. > > Signed-off-by: Fabian

[pve-devel] applied: [PATCH proxmox-offline-mirror 0/2] improve GPG verification

2023-04-06 Thread Thomas Lamprecht
Am 04/04/2023 um 09:48 schrieb Fabian Grünbichler: > this patch series improves the error messages when encountering an issue with > GPG verification, and offers an (opt-in) escape hatch for allowing weak > cryptographic algorithms if a repository still needs those. > > Fabian Grünbichler (2): >

[pve-devel] applied-series: [PATCH widget-toolkit 0/4] Proxmox Dark Theme Fix-ups - Round 5

2023-04-06 Thread Thomas Lamprecht
Am 05/04/2023 um 10:08 schrieb Stefan Sterz: > this series fixes some more icons (e.g., the maintenance mode icon in > pbs), sets appropriates styles for tabs in focus and focus-over > states, fixes focused states for grid elements and improves contrats > for the apt group headers. > > Stefan