[pve-devel] [PATCH pve-docs v2 0/2] PVE docs: Made small edits.

2025-02-03 Thread Alexander Abraham
Split a long sentence in the section on Swap on ZFS and fixed some typos. Alexander Abraham (2): Section on ZFS and swap corrected. PVE docs: Made small edits. local-zfs.adoc | 37 ++--- 1 file changed, 2 insertions(+), 35 deletions(-) -- 2.39.5

[pve-devel] [PATCH pve-docs v2 1/2] Section on ZFS and swap corrected.

2025-02-03 Thread Alexander Abraham
--- local-zfs.adoc | 36 +--- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index c64fb27..bcd02f7 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -627,41 +627,7 @@ You *must reboot* to activate these changes. SWA

[pve-devel] [PATCH pve-docs v2 2/2] PVE docs: Made small edits.

2025-02-03 Thread Alexander Abraham
A long sentence in the section about Swap on ZFS was split into two sentences and some typos were corrected. Signed-off-by: Alexander Abraham --- local-zfs.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index bcd02f7..b662233 100644

[pve-devel] [PATCH proxmox/proxmox-openid] fix #5076: Added extra audience verification checks.

2025-02-06 Thread Alexander Abraham
Two things were added to the proxmox-openid crate to fix bug #5076: i) the function to require strict audience checking was called and ii) an extra verifier function was added to check if the configured audiences match the receieved audiences. Signed-off-by: Alexander Abraham --- proxmox-openid

[pve-devel] [PATCH pve-docs] fix #4554: Elaborated on the purpose of different output formats

2025-02-10 Thread Alexander Abraham
Elaborated on the intended differences between the output formats "text" and "json" for the "--output-format" option of the "pvesh" utility. Signed-off-by: Alexander Abraham --- output-format.adoc | 12 +--- 1 file changed, 9 insertions

[pve-devel] [PATCH pve-manager] fix #5076: Added a field for OpenID audiences to the configuration UI

2025-02-06 Thread Alexander Abraham
A field was added to the configuration prompt for configuring audiences in OpenID realms. Signed-off-by: Alexander Abraham --- www/manager6/dc/AuthEditOpenId.js | 9 + 1 file changed, 9 insertions(+) diff --git a/www/manager6/dc/AuthEditOpenId.js b/www/manager6/dc/AuthEditOpenId.js

[pve-devel] [PATCH pve-access-control] fix #5076: Added the "aud" field to the configuration and API schemas

2025-02-06 Thread Alexander Abraham
Added a field for OpenID audiences to the JSON schema and retrieved the data for the audiences the user configured on the frontend. Signed-off-by: Alexander Abraham --- src/PVE/API2/OpenId.pm | 5 - src/PVE/Auth/OpenId.pm | 6 ++ 2 files changed, 10 insertions(+), 1 deletion(-) diff

[pve-devel] [PATCH pve-docs v3] fix #5644: Split the section on creating a swap partition on a ZVol.

2025-02-05 Thread Alexander Abraham
mentation, which has been linked in a footnote, explains that creating a swap partition on a ZFS volume could lead to dangerous and undefined behavior. Signed-off-by: Alexander Abraham --- local-zfs.adoc | 26 +++--- 1 file changed, 15 insertions(+), 11 deletions(-) diff --gi

[pve-devel] [Typo corrected. 0/2] *** Corrections and stylistic

2024-12-17 Thread Alexander Abraham
*** Broke down a long sentence and fixed some typos. *** Alexander Abraham (2): Section on ZFS and swap corrected. Split a long sentence and corrected some typos. local-zfs.adoc | 37 ++--- 1 file changed, 2 insertions(+), 35 deletions(-) -- 2.39.5

[pve-devel] [Typo corrected. 2/2] Split a long sentence and corrected some typos.

2024-12-17 Thread Alexander Abraham
--- local-zfs.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index bcd02f7..b662233 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -627,7 +627,8 @@ You *must reboot* to activate these changes. SWAP on ZFS ~~~ -It is stron

[pve-devel] [Typo corrected. 1/2] Section on ZFS and swap corrected.

2024-12-17 Thread Alexander Abraham
--- local-zfs.adoc | 36 +--- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index c64fb27..bcd02f7 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -627,41 +627,7 @@ You *must reboot* to activate these changes. SWA

[pve-devel] [Typo corrected. 0/2] *** Corrections ***

2024-12-17 Thread Alexander Abraham
*** Broke down a long sentence and fixed some typos. *** Alexander Abraham (2): Section on ZFS and swap corrected. Split a long sentence and corrected some typos. local-zfs.adoc | 37 ++--- 1 file changed, 2 insertions(+), 35 deletions(-) -- 2.39.5

[pve-devel] [ZFS on swap correction 1/1] Section on ZFS and swap corrected.

2024-12-17 Thread Alexander Abraham
--- local-zfs.adoc | 36 +--- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/local-zfs.adoc b/local-zfs.adoc index c64fb27..bcd02f7 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -627,41 +627,7 @@ You *must reboot* to activate these changes. SWA

[pve-devel] [ZFS on swap correction 0/1] *** Added a warning about using

2024-12-17 Thread Alexander Abraham
*** Added a warning about using ZFS on swap. *** Alexander Abraham (1): Added a warning that using ZFS on swap could lead to crashes and system freezes. Removed documentation about swappiness. local-zfs.adoc | 36 +--- 1 file changed, 1 insertion(+), 35

[pve-devel] [PATCH pve_flutter_frontend] Updated Gradle version and some build dependencies.

2025-02-20 Thread Alexander Abraham
The Flutter frontend of PVE was not compilable for Android with the versions of different tools set in the project files. The versions of the tools causing this problem was updated and the app compiles for Android. Signed-off-by: Alexander Abraham --- android/app/build.gradle

Re: [pve-devel] [PATCH pve_flutter_frontend] Updated Gradle version and some build dependencies.

2025-03-03 Thread Alexander Abraham
who was having the same problem. For them, specifying the namespace was the missing piece for getting the build to work. Best, Alexander > Shannon Sterz hat am 21.02.2025 15:45 CET geschrieben: > > > On Thu Feb 20, 2025 at 3:37 PM CET, Alexander Abraham wrote: > > The Flutt

Re: [pve-devel] [PATCH pve_flutter_frontend] Updated Gradle version and some build dependencies.

2025-03-03 Thread Alexander Abraham
d I'm clear about which is for which. Best, Alexander > Thomas Lamprecht hat am 03.03.2025 10:50 CET > geschrieben: > > > Am 03.03.25 um 10:38 schrieb Alexander Abraham: > > Keeping up with all the emails coming in is something I still need to get > > on top o

[pve-devel] [PATCH pve_flutter_frontend] Fix #6231: Removed whitespace-trimming from password entry field

2025-03-11 Thread Alexander Abraham
inside them. Signed-off-by: Alexander Abraham --- lib/proxmox_login_form.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/proxmox_login_form.dart b/lib/proxmox_login_form.dart index 735bd42..5916563 100644 --- a/lib/proxmox_login_form.dart +++ b/lib