Commit Graph

783 Commits

Author SHA1 Message Date
Dietmar Maurer
ad2c976367 use shorter login message
And avoid to use debian version, because that changes over time and
it is clumsy to keep in sync.
2013-06-17 11:22:33 +02:00
Dietmar Maurer
371dcc9243 apt: fix changelog url 2013-06-17 08:04:23 +02:00
Dietmar Maurer
869db90dc9 Clone: correctly pass pool parameter 2013-06-17 07:04:38 +02:00
Stefan Priebe
22200378a0 fix 493a85a268
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
2013-06-13 17:08:49 +02:00
Dietmar Maurer
d9b9dae05c bump version to 3.0-25 2013-06-13 13:10:43 +02:00
Dietmar Maurer
7964ca342d use TaskViewer for apt command 2013-06-13 13:09:57 +02:00
Dietmar Maurer
9baa96806a popup dialog to remind user about subscriptions 2013-06-13 12:53:51 +02:00
Dietmar Maurer
b5ffa3eca6 make lint happy 2013-06-13 12:38:58 +02:00
Dietmar Maurer
e58395afeb add confirmation before starting system upgrade 2013-06-13 11:52:32 +02:00
Dietmar Maurer
37207a30ba Allow to view package changelog 2013-06-13 11:52:32 +02:00
Dietmar Maurer
00d48356de add changelog url to package info 2013-06-13 11:52:32 +02:00
Dietmar Maurer
b9065f4d97 improve apt GUI 2013-06-13 11:52:32 +02:00
Dietmar Maurer
c2d3fbe07e implement apt-get dist-upgrade 2013-06-13 11:52:32 +02:00
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