pve-manager/www
Emmanuel Kasper a0c752f533 Allow email adresses with a top level domain of up to 63 characters
This patch allows email adresses of the form john.public@company.hamburg
This fixes the bug: https://bugzilla.proxmox.com/show_bug.cgi?id=716

Note that this patch only deals will the client side validation, a
separate deals with the server side validation
(http://pve.proxmox.com/pipermail/pve-devel/2015-September/017246.html)

Implementation:
Just copied the original email regexp from ExtJS, and bumped the TLD length
from 6 to the max allowed by the corresponding RFC, ie 63 (https://tools.ietf.org/html/rfc1034)
2015-09-21 09:47:34 +02:00
..
bootstrap really install bootstrap files 2014-05-02 11:35:16 +02:00
css correctly display lxc templates 2015-08-18 09:43:15 +02:00
images add some green to the icon to indicate more clearly when LXC and KVMs are running 2015-08-06 11:32:12 +02:00
manager Allow email adresses with a top level domain of up to 63 characters 2015-09-21 09:47:34 +02:00
manager5 ext5migrate: adapt Backup items to new KVCombobox parent class 2015-09-03 12:46:18 +02:00
mobile replace OpenVZ API calls in mobile UI with LXC 2015-09-18 09:46:50 +02:00
Makefile Add makefile targets for the ext js framework in version 5.1 (gpl) 2015-03-31 06:13:59 +02:00