pve-manager/www/manager/dc
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
..
ACLView.js remove useless require declarations 2012-01-31 06:30:31 +01:00
AuthEdit.js fix bug #554: do not set delete flag on create 2014-08-21 12:06:12 +02:00
AuthView.js allow to set/edit two factor authentication 2014-07-18 11:45:58 +02:00
Backup.js PVE.dc.BackupView: improve rendering of boolean values 2015-07-27 09:27:44 +02:00
Config.js start new configuration interface for HA 2015-04-02 11:09:29 +02:00
GroupEdit.js mplement pool management 2012-01-26 13:48:48 +01:00
GroupView.js implement PasswordEdit dialog 2012-01-20 12:56:48 +01:00
Log.js mark translateable strings with gettext 2011-11-22 14:05:06 +01:00
OptionView.js Allow email adresses with a top level domain of up to 63 characters 2015-09-21 09:47:34 +02:00
PoolEdit.js fix pool API path 2012-01-31 07:24:31 +01:00
PoolView.js fix pool API path 2012-01-31 07:24:31 +01:00
RoleView.js implement PasswordEdit dialog 2012-01-20 12:56:48 +01:00
SecurityGroups.js rename IPSetSelector to IPRefSelector, and use it in IPSet 2014-05-30 10:34:25 +02:00
StorageView.js Gui storage: bind ZFSPoolEdit.js and set defaults 2015-01-27 07:52:08 +01:00
Summary.js remove debugging traces 2015-07-30 09:03:55 +02:00
Support.js Added translations 2013-08-29 07:20:28 +02:00
Tasks.js dc tasks grid : keep running tasks on top 2015-06-11 06:20:03 +02:00
UserEdit.js Allow email adresses with a top level domain of up to 63 characters 2015-09-21 09:47:34 +02:00
UserView.js correctly render user name 2012-04-24 09:53:05 +02:00