Commit Graph

818 Commits

Author SHA1 Message Date
Dietmar Maurer
995853d082 also list pools with VM.Allocate permissions 2012-05-30 11:21:40 +02:00
Dietmar Maurer
336ec53a48 fix vzdump --exclude-path 2012-05-30 07:25:49 +02:00
Dietmar Maurer
18fb19623b include Danish translation 2012-05-29 07:36:03 +02:00
Dietmar Maurer
3003548fad fixes for new pve-access-control 2012-05-23 06:55:14 +02:00
Dietmar Maurer
5ad7ae4ac9 updated russian translation 2012-05-21 07:47:25 +02:00
Dietmar Maurer
59af6aee78 fix vzdump parameter parser (allow --stdout) 2012-05-02 11:13:13 +02:00
Dietmar Maurer
5d6259a040 fix RELEASE number 2012-04-30 11:05:55 +02:00
Dietmar Maurer
61d4cbfeca set apache directory access options for all used dirs
This prevents errors when somebody enables /etc/apache/conf.d/security
2012-04-30 11:01:14 +02:00
Dietmar Maurer
7cf19c431a bump version to 2.1-1 2012-04-26 07:01:21 +02:00
Dietmar Maurer
05e3e996f1 added Turkish translation 2012-04-26 06:18:38 +02:00
Dietmar Maurer
8cc89fbb66 correctly render user name 2012-04-24 09:53:05 +02:00
Dietmar Maurer
da344f4087 fix bug #174: add cpuunits to KVM options 2012-04-24 09:30:02 +02:00
Dietmar Maurer
ccb7d4baa4 fix bug #177: allow memory up to 512GB 2012-04-24 09:15:19 +02:00
Dietmar Maurer
e1957ced9a use warning icon for dangerous actions 2012-04-24 08:59:43 +02:00
Dietmar Maurer
ddb20c5876 fix bug #179: set default button 'no' for dangerous actions 2012-04-24 08:15:56 +02:00
Dietmar Maurer
2840e6226e enable buttons on capability changes 2012-04-24 07:12:19 +02:00
Dietmar Maurer
640f8f14f3 add startup option to GUI 2012-04-20 11:50:27 +02:00
Dietmar Maurer
b92400b6a7 add startall/stopall API and init script 2012-04-20 09:35:08 +02:00
Dietmar Maurer
4b72af232c add option --nooutput 2012-04-20 08:20:44 +02:00
Dietmar Maurer
bc8f054e98 activate storage before starting containers 2012-04-18 12:09:48 +02:00
Dietmar Maurer
f13fe07f27 implement startall/stopall 2012-04-18 10:05:20 +02:00
Dietmar Maurer
f51e8ddd2a update Italian translation 2012-04-17 10:52:26 +02:00
Dietmar Maurer
8fb7d745dc fix bug #115: simplify GUI for users without permissions 2012-04-17 10:37:30 +02:00
Dietmar Maurer
2c1b94cd6c add fixes for Italian translation 2012-04-16 11:14:59 +02:00
Dietmar Maurer
72da7de758 add Italian translation 2012-04-16 10:14:10 +02:00
Dietmar Maurer
8572d646c3 avoid warning if df return negative value for available bytes 2012-04-16 09:40:26 +02:00
Dietmar Maurer
0f4a2f2543 add missing use clause 2012-04-12 11:48:36 +02:00
Dietmar Maurer
e721a8293f fix permissions on subscription api 2012-04-12 11:16:04 +02:00
Dietmar Maurer
991f0a61c0 fix bug 158: move openvz scripts inside ocf resource agent 2012-04-12 11:10:06 +02:00
Dietmar Maurer
49254f9023 fix bug #141: allow to create backup job without compression 2012-04-11 10:37:39 +02:00
Dietmar Maurer
1133bd835c add Turkish keyboard layout 2012-04-11 08:39:18 +02:00
Alexandre Derumier
1d19319323 expose directsync drive cache option
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2012-04-10 09:22:33 +02:00
Dietmar Maurer
4eaa793b19 fix support urls 2012-04-05 12:19:50 +02:00
Dietmar Maurer
a4326a6c06 added Russian translation 2012-04-05 08:19:35 +02:00
Dietmar Maurer
00a93a4bef cleanup subscription code 2012-04-05 08:04:06 +02:00
Dietmar Maurer
b193e4ac94 fix bug #137: API change! Return node name using 'node' property. 2012-04-02 13:11:28 +02:00
Dietmar Maurer
0d201dfec8 fix bug #135: allow single letter 'dns-name', allow to start names with numbers 2012-04-02 12:13:59 +02:00
Dietmar Maurer
bbb3512854 only save required information 2012-03-30 11:45:55 +02:00
Dietmar Maurer
5f7b79501f use /etc/subscription to store subscription key 2012-03-29 11:30:11 +02:00
Dietmar Maurer
cd73c63b7d fix bug #117: automatically add domain to hostname 2012-03-29 10:20:27 +02:00
Dietmar Maurer
7a95afb978 use validdirectory instead of validdomains 2012-03-29 09:33:52 +02:00
Dietmar Maurer
44147b3ac6 fix bug #55: add Migrate and Stop to context menu 2012-03-28 13:13:07 +02:00
Dietmar Maurer
2cc2eaf2d5 kvm network: allow to configure VLAN Id on the GUI 2012-03-28 07:12:47 +02:00
Dietmar Maurer
3f76170f5b improve HA task display 2012-03-27 12:35:20 +02:00
Dietmar Maurer
60a452f24f fix bug #97: execute 'clusvcadm' commands for HA managed CTs 2012-03-27 10:59:51 +02:00
Dietmar Maurer
924800406b fix container locking (avoid multiple restore processes)
Unlike flock, LockFile::Simple does not inherit locks to child process.
So we need to do the locking inside the child process.
2012-03-27 08:35:36 +02:00
Dietmar Maurer
2c5351706b mask whole window with waitMsgTarget
Else the buttons are still functional, and the user can trigger
additional command (i.e. several restore processes).
2012-03-27 08:32:53 +02:00
Dietmar Maurer
42476072e5 make lint happy 2012-03-26 14:08:38 +02:00
Dietmar Maurer
2435c0beab fix bug #125: correctly display realm 2012-03-26 14:05:58 +02:00
Dietmar Maurer
b3a1dbbb51 fix bug 114: do not display 'nothing selected' after logout 2012-03-26 13:28:28 +02:00