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 |
|
Dietmar Maurer
|
f23c60e0a3
|
GUI: always use noVNC instead of java applet
|
2015-06-19 09:08:08 +02:00 |
|
Stanislav German-Evtushenko
|
4b15265645
|
GUI: add new email_from option to datacenter.cfg
Signed-off-by: Stanislav German-Evtushenko <ginermail@gmail.com>
|
2014-09-04 17:16:02 +02:00 |
|
Dietmar Maurer
|
cd8e5c6b8c
|
use novnc as default viewer
|
2014-06-25 07:22:25 +02:00 |
|
Dietmar Maurer
|
2d802f8c3b
|
include spiceterm
|
2013-12-10 07:35:57 +01:00 |
|
Damien PIQUET
|
0070ee3752
|
Added translations
Signed-off-by: Damien PIQUET <piqudam@gmail.com>
|
2013-08-29 07:20:28 +02:00 |
|
Dietmar Maurer
|
d8154ee172
|
use /api2/extjs/ url for edit window
Current PVE:Utils.API2Request needs that.
|
2012-02-20 06:38:52 +01:00 |
|
Dietmar Maurer
|
72bfd4a340
|
correctly display error messages in ObjectGrid
|
2012-01-16 11:07:24 +01:00 |
|
Dietmar Maurer
|
c207625280
|
more gettext fixes
|
2012-01-12 10:05:44 +01:00 |
|
Dietmar Maurer
|
32314691c7
|
add more gettext markers
|
2011-12-12 08:06:10 +01:00 |
|
Dietmar Maurer
|
d29415f401
|
remove DC GUI language option - this is a client setting now
|
2011-11-29 10:12:38 +01:00 |
|
Dietmar Maurer
|
ecf9cd1ecc
|
add more gettext markers
|
2011-11-23 10:17:46 +01:00 |
|
Dietmar Maurer
|
10b4a98868
|
implement datacenter http_proxy editor
|
2011-08-25 09:27:42 +02:00 |
|
Dietmar Maurer
|
19fa064755
|
implement language selector
we can now set the language in the datacenter config file,
but the value is not used (we still have no i18n)
|
2011-08-25 08:34:37 +02:00 |
|
Dietmar Maurer
|
aff192e6f5
|
imported from svn 'pve-manager/pve2'
|
2011-08-23 07:40:22 +02:00 |
|