Dietmar Maurer
4806bc69a6
implement apt-get update
2013-06-13 11:52:31 +02:00
Dietmar Maurer
cd0bc36b6c
cache apt query in /var/lib/pve-manager/pkgupdates
2013-06-13 11:52:31 +02:00
Dietmar Maurer
719467c67f
add package update grid panel to GUI (apt)
2013-06-13 11:52:31 +02:00
Dietmar Maurer
21299915de
add API for apt using libapt-pkg-perl
2013-06-13 11:52:31 +02:00
Dietmar Maurer
5e63899bf6
depend on apt-transport-https
2013-06-13 11:52:31 +02:00
Dietmar Maurer
7f3d8870f4
bump version to 3.0-24
2013-06-12 07:25:23 +02:00
Alexandre Derumier
493a85a268
rrd display : avoid 2 refresh
...
Currently when we open a new summary panel
- we display the rrd with default hour timeframe
- then we refresh it
- then we update from timeframe selector
With this patch:
- We display the rrd with timeframe from selector, or if not defined default hour
- We update from timeframe selector value if timeframe && cf are differents from current value
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2013-06-12 06:51:38 +02:00
Dietmar Maurer
a49706cb78
avoid gzip http response for jar
...
Java archives (.jar) are simple zip files - already compressed.
2013-06-11 07:00:05 +02:00
Alexandre Derumier
0ebf2fa8d9
avoid gzip http response for png & gif
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2013-06-11 06:58:25 +02:00
Dietmar Maurer
c7c42353a6
bump version to 3.0-23
2013-06-07 11:52:57 +02:00
Dietmar Maurer
9fb3048588
PVE.window.Edit: add backgroundDelay option
...
This can be used for the new async qemu config API.
2013-06-07 11:49:04 +02:00
Dietmar Maurer
23699d1eee
fix bug 401: disable connection timeout during API call processing
...
Only enable timeouts when we really expect data to be send/received.
2013-06-07 09:54:26 +02:00
Dietmar Maurer
efa6d7bcad
remove debugging code
2013-06-06 08:04:12 +02:00
Dietmar Maurer
b2fe56d828
fix bug #368 : use vtype 'DnsName' to verify host names
2013-06-03 13:12:19 +02:00
Dietmar Maurer
56e237fc9d
TaskProgress: add button to show details (TaskViewer)
2013-06-03 11:56:48 +02:00
Dietmar Maurer
a3096bbd70
bump version to 3.0-22
2013-05-31 11:00:17 +02:00
Dietmar Maurer
8b03461629
use gettext for 'Move disk'
2013-05-31 10:54:56 +02:00
Dietmar Maurer
af53052e93
HDMove: add flag to delete source volume after move
...
And use new API entry point move_disk (changed in recent qemu-server)
2013-05-31 10:47:06 +02:00
Dietmar Maurer
8d0eb07dbb
bump verstion to 3.0-21
2013-05-29 13:03:59 +02:00
Dietmar Maurer
772a8ffb35
HDMove: show task viewer
2013-05-29 12:38:57 +02:00
Dietmar Maurer
419cd54c79
disable move disk button for unused volumes.
...
Move for unused volumes is not implememnted.
2013-05-29 12:29:25 +02:00
Dietmar Maurer
d82690807a
HDMove: use POST intead of PUT
2013-05-29 12:23:02 +02:00
Alexandre Derumier
93e8c45052
add hdmove panel
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2013-05-29 12:19:03 +02:00
Dietmar Maurer
06ecc1ae9a
bump version to 3.0-20
2013-05-23 07:29:59 +02:00
Dietmar Maurer
139cb2dac1
avoid using HTTP_PROXY environment variable
...
People run into problems on upgrades, for example:
export http_proxy=http://172.xxx.xxx.xxx:8888/
aptitude update && aptitude full-upgrade
This restarts pveproxy, and after that login was no longer possible.
Another way to reproduce the bug is:
http_proxy=http://1.2.3.4:8888/ pveproxy --debug
2013-05-23 07:24:46 +02:00
Dietmar Maurer
17c8ec6486
try to add resonable warning if client connections vanished
...
The proxy call is done async, so the original connection can be
closed already. This just adds a reasonable warning message. We
can remove the message later if that turns out to work as expected.
2013-05-22 10:54:21 +02:00
Dietmar Maurer
1e53b5b3f6
allow to delete pools with non-existent VMs/Storage
2013-05-22 07:47:15 +02:00
Dietmar Maurer
e3110298e3
allow to upload files with spaces in filename
2013-05-22 06:44:04 +02:00
Dietmar Maurer
c5cf036a49
bump version to 3.0-19
2013-05-22 06:05:08 +02:00
Dietmar Maurer
32e2ce76a7
bump version to 3.0-18
2013-05-21 10:59:54 +02:00
Dietmar Maurer
1319da8142
avoid warning about uninitialized value
2013-05-21 09:40:54 +02:00
Dietmar Maurer
5f28da0ada
use correct icons for templates
2013-05-16 09:32:19 +02:00
Dietmar Maurer
13fd499cb6
sort templates after regular VMs
2013-05-16 09:11:42 +02:00
Dietmar Maurer
63f9d5119f
update po files
...
more gettext cleanups
2013-05-16 08:58:36 +02:00
Dietmar Maurer
14b948f585
gettext cleanups
2013-05-16 08:10:54 +02:00
Dietmar Maurer
82fc63007f
bump version to 3.0-17
2013-05-14 12:13:50 +02:00
Dietmar Maurer
b06c0d4d47
fix bug #374 : correctly remove destroyed container from pool
...
And use add_vm_to_pool/remove_vm_from_pool from PVE::AccessControl
2013-05-14 12:11:44 +02:00
Dietmar Maurer
bd9e5096ae
bump version to 3.0-16
2013-05-14 10:14:27 +02:00
Dietmar Maurer
b05f247770
StorageSelector: alow to use new target option
...
Useful for clone API to restrict storage list.
2013-05-14 10:10:27 +02:00
Dietmar Maurer
d66efd2cc7
bump version to 3.0-15
2013-05-13 09:13:01 +02:00
Dietmar Maurer
5c49583304
fix bug #385 : correctly handle Accept-Encoding
2013-05-13 09:09:52 +02:00
Dietmar Maurer
38235da414
bump version to 3.0-14
2013-05-10 09:32:23 +02:00
Dietmar Maurer
dd271a32c5
fix spelling
2013-05-10 06:33:55 +02:00
Alexandre Derumier
98228c75f5
qmtemplate task : format task description
...
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2013-05-08 11:23:37 +02:00
Dietmar Maurer
23222ef45a
bump version to 3.0-13
2013-05-07 07:54:08 +02:00
Dietmar Maurer
541ae88286
NodeSelector: fix error message for disabled nodes
2013-05-07 07:52:19 +02:00
Dietmar Maurer
10def0e8f9
fix spelling
...
hope this is correct.
2013-05-07 07:42:21 +02:00
Dietmar Maurer
ae266e0764
bump version to 3.0-12
2013-05-06 11:38:54 +02:00
Dietmar Maurer
b0269a15ed
clone: correctly update field status (enabled/disabled)
2013-05-06 11:20:43 +02:00
Dietmar Maurer
9a32c2de3c
clone: add target node selector
2013-05-06 10:34:51 +02:00