Michael Rasmussen
|
48ec32b2f5
|
Missing commas added
Signed-off-by: Michael Rasmussen <mir@datanom.net>
|
2014-06-27 11:28:24 +02:00 |
|
Michael Rasmussen
|
dd03c1913f
|
Extend ZFS GUI to include new features
Signed-off-by: Michael Rasmussen <mir@datanom.net>
|
2014-06-27 11:27:47 +02:00 |
|
Dietmar Maurer
|
3b98b949da
|
detectMigratedVM: also set changed wsurl (websocket url)
|
2014-06-27 10:49:26 +02:00 |
|
Dietmar Maurer
|
0accf2dacf
|
bump version to 3.2-16
|
2014-06-27 10:31:48 +02:00 |
|
Dietmar Maurer
|
e27373fd8a
|
improve novnc console, and display connection errors
|
2014-06-27 10:30:12 +02:00 |
|
Dietmar Maurer
|
95f1807cfc
|
bump version to 3.2-15
|
2014-06-26 13:22:02 +02:00 |
|
Dietmar Maurer
|
71b05bd6af
|
Qemu GUI: add support to edit SMBIOS settings
|
2014-06-26 13:20:45 +02:00 |
|
Dietmar Maurer
|
35b84946a8
|
bump version to 3.2-14
|
2014-06-25 13:26:37 +02:00 |
|
Dietmar Maurer
|
a47df3e4fe
|
use case insensitive match for websocket upgrade (make it work with IE)
|
2014-06-25 13:25:02 +02:00 |
|
Dietmar Maurer
|
9246dfa70d
|
further console cleanups
|
2014-06-25 08:46:02 +02:00 |
|
Dietmar Maurer
|
526fa3814c
|
bump version to 3.2-13
|
2014-06-25 07:24:22 +02:00 |
|
Dietmar Maurer
|
cd8e5c6b8c
|
use novnc as default viewer
|
2014-06-25 07:22:25 +02:00 |
|
Dietmar Maurer
|
2ecff08828
|
bump version to 3.2-12
|
2014-06-24 17:39:35 +02:00 |
|
Dietmar Maurer
|
8dfca17e2e
|
cleanup novnc console code
And implement novnc console for openvz and shell (needs vncterm update).
|
2014-06-24 17:35:17 +02:00 |
|
Dietmar Maurer
|
1d7f84a1b7
|
do not call uri_unescape on whole url - only on path
Because parameters are decoded with extract_params().
|
2014-06-24 16:01:54 +02:00 |
|
Dietmar Maurer
|
8d2377c031
|
AuthView: display tfa property
|
2014-06-23 12:09:17 +02:00 |
|
Dietmar Maurer
|
3ab3549c9e
|
add support for two factor auth
|
2014-06-23 11:44:32 +02:00 |
|
Dietmar Maurer
|
62acbee93f
|
bump version to 3.2-11
|
2014-06-23 06:32:25 +02:00 |
|
Dietmar Maurer
|
1fd355bb29
|
add persian translation
|
2014-06-23 06:30:01 +02:00 |
|
Dietmar Maurer
|
4b48589ad5
|
bump version to 3.2-10
|
2014-06-18 12:13:41 +02:00 |
|
Dietmar Maurer
|
e60b96472a
|
HTTPServer: implement websockets
We can avoid wss ceritificate errors this way (wsproxy.py throw certificate errors with firefox).
|
2014-06-18 12:08:21 +02:00 |
|
Dietmar Maurer
|
085c4324ec
|
bump version to 3.2-9
|
2014-06-17 09:11:17 +02:00 |
|
Dietmar Maurer
|
3b9cb9cc51
|
novnc console: do not use unsecure parameter (no longer required)
|
2014-06-17 09:08:07 +02:00 |
|
Dietmar Maurer
|
657b2c277a
|
HTTPServer: set content type for .html files
|
2014-06-13 11:25:52 +02:00 |
|
Stefan Priebe
|
87b89a3a44
|
add novnc console to workspace
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
|
2014-06-13 11:03:06 +02:00 |
|
Stefan Priebe
|
33fe59ee21
|
ExtJS: backport Ext.ux.IFrame from ExtJS 4.2
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
|
2014-06-13 11:03:06 +02:00 |
|
Stefan Priebe
|
6d236b3304
|
add novnc logo
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
|
2014-06-13 10:36:19 +02:00 |
|
Dietmar Maurer
|
7a83daf337
|
pveproxy: add routing to novnc dirs
|
2014-06-13 10:34:13 +02:00 |
|
Dietmar Maurer
|
4f643d1fcb
|
depend on pve-novnc
as debian novnc version is openstack infiltrated.
|
2014-06-13 10:24:16 +02:00 |
|
Dietmar Maurer
|
94cc956030
|
trim subscription key to avoid unexpected errors.
People normally use cut&paste, and that often adds unexpected white space
characters. So we simply remove them for convenience.
|
2014-06-13 06:32:07 +02:00 |
|
Dietmar Maurer
|
53778f9222
|
bump version to 3.2-8
|
2014-06-04 08:48:44 +02:00 |
|
Dietmar Maurer
|
79b93a4dd7
|
DC Firewall: add enable option
|
2014-06-04 08:46:33 +02:00 |
|
Dietmar Maurer
|
e952412864
|
bump version to 3.2-7
|
2014-06-03 09:08:27 +02:00 |
|
Dietmar Maurer
|
0381b69319
|
white space cleanup
|
2014-06-03 09:05:35 +02:00 |
|
Alexandre Derumier
|
85c2c7b97e
|
openvz: add bridge vlan && firewall options to gui
parse bridge= vmbrX(vY)?(f)?
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
|
2014-06-03 08:57:26 +02:00 |
|
Dietmar Maurer
|
dc34665afc
|
IPSet GUI: display errors
|
2014-05-30 13:07:45 +02:00 |
|
Dietmar Maurer
|
02a7f63ba5
|
rename IPSetSelector to IPRefSelector, and use it in IPSet
|
2014-05-30 10:34:25 +02:00 |
|
Dietmar Maurer
|
5a0a1cc4f5
|
code cleanups, only set modified_marker when we have errors
|
2014-05-30 09:02:49 +02:00 |
|
Dietmar Maurer
|
d9d4fcc6dc
|
FirewallRules: disable ipset query when usery types in an IP
|
2014-05-28 17:27:59 +02:00 |
|
Dietmar Maurer
|
0d46829744
|
enable queries when user types in values.
|
2014-05-28 16:52:23 +02:00 |
|
Dietmar Maurer
|
ff01fbb35e
|
use getTotalCount instead of getCount
To prevent heigth change on filtering.
|
2014-05-28 16:51:08 +02:00 |
|
Dietmar Maurer
|
ec549ebc13
|
use new API for IPSetSelector
We now list all available IPSets and Aliases.
|
2014-05-28 14:16:37 +02:00 |
|
Dietmar Maurer
|
3e6177d94b
|
use correct url for IPSetSelector
|
2014-05-27 13:59:07 +02:00 |
|
Dietmar Maurer
|
3b3baeb6de
|
allow IPSets for VM firewall
|
2014-05-27 11:43:07 +02:00 |
|
Dietmar Maurer
|
45a5e9c190
|
SecurityGroups: do not send digest for DELETE call
We can only delete empty groups, so that is not necessary.
|
2014-05-27 10:31:51 +02:00 |
|
Dietmar Maurer
|
0757b9c212
|
FirewallRules: delete unused properties (else we get strange verification errors).
|
2014-05-27 06:21:05 +02:00 |
|
Dietmar Maurer
|
1200d65661
|
FirewallRules: set error tooltips on load
And use a hidden field to forms with errors as dirty.
|
2014-05-26 10:18:46 +02:00 |
|
Dietmar Maurer
|
05adc1414d
|
use new PVE::API2::Firewall::CT class
|
2014-05-26 08:31:44 +02:00 |
|
Dietmar Maurer
|
b63d3c4170
|
FirewallRule: do not send errors back to server, remove editor reference
|
2014-05-26 08:31:03 +02:00 |
|
Dietmar Maurer
|
8f4174897c
|
FirewallRules: show error messages in rules grid using tooltips.
|
2014-05-23 10:45:44 +02:00 |
|