Re: [pve-devel] [PATCH installer 0/7] use email regex from HTML spec for validation

2024-10-02 Thread Christoph Heiss
v2 posted: https://lore.proxmox.com/pve-devel/20241002122933.628461-1-c.he...@proxmox.com/ On Tue, May 28, 2024 at 10:13:41AM GMT, Christoph Heiss wrote: > This uses the regex for elements as defined in > the HTML spec to validate emails in the installer. That regex should be > a lot more robust

Re: [pve-devel] [PATCH installer 0/7] use email regex from HTML spec for validation

2024-06-28 Thread Christoph Heiss
Ping, still applies. On Tue, May 28, 2024 at 10:13:41AM +0200, Christoph Heiss wrote: > This uses the regex for elements as defined in > the HTML spec to validate emails in the installer. That regex should be > a lot more robust than our current on and cover basically all cases of > email address

Re: [pve-devel] [PATCH installer 0/7] use email regex from HTML spec for validation

2024-06-03 Thread Max Carrara
On Tue May 28, 2024 at 10:13 AM CEST, Christoph Heiss wrote: > This uses the regex for elements as defined in > the HTML spec to validate emails in the installer. That regex should be > a lot more robust than our current on and cover basically all cases of > email addresses that might be encounter

[pve-devel] [PATCH installer 0/7] use email regex from HTML spec for validation

2024-05-28 Thread Christoph Heiss
This uses the regex for elements as defined in the HTML spec to validate emails in the installer. That regex should be a lot more robust than our current on and cover basically all cases of email addresses that might be encountered in the while. Also, patch #6 adds validation for the auto-install