Dietmar Maurer
7fe4ba9e43
bump version to 3.0-30
2013-06-24 08:19:19 +02:00
Dietmar Maurer
ea5eb43003
fix shell quoting for upgrade command
2013-06-24 08:02:32 +02:00
Dietmar Maurer
8cfd96ad45
bump version to 3.0-29
2013-06-21 12:08:04 +02:00
Dietmar Maurer
77c517f03a
add button to display package versions
...
Provide same info as 'pveversion -v' on GUI.
2013-06-21 12:04:20 +02:00
Dietmar Maurer
8794761f5a
add/use API for pveversion
...
We want to be able to diplay that information on the GUI.
2013-06-21 11:44:11 +02:00
Dietmar Maurer
b179a622ba
new pveupgrade script
...
Used to display additional information to the user (reboot required? database
up to date? ...)
2013-06-21 08:21:04 +02:00
Dietmar Maurer
159dfacdb8
bump version to 3.0-28
2013-06-20 11:13:12 +02:00
Dietmar Maurer
6d39449226
fix bug #408 : reset ENV before starting shell
2013-06-20 11:10:01 +02:00
Dietmar Maurer
d721d4dfd2
fix bug #379 : allow to overwrite existing CTs if user has VM.Backup permissions
...
The requirement to have VM.Allocate it non-obvious and confusing
if the VM already exists. If the user can backup, he should also be able
to restore that backup.
2013-06-20 07:18:12 +02:00
Dietmar Maurer
a88002cf76
Allow to send notification mail about new packages.
2013-06-19 13:01:10 +02:00
Dietmar Maurer
a481aebb96
bump version to 3.0-27
2013-06-19 12:01:29 +02:00
Dietmar Maurer
3a76893d03
use interactive vnc shell to run system upgrade
...
System upgrade almost always requires user input.
2013-06-19 11:57:38 +02:00
Dietmar Maurer
a972b69db5
apt: group by Origin
...
code cleanups
2013-06-19 09:41:35 +02:00
Dietmar Maurer
d330e26f99
implement better method to compute changelog url
...
apt-get uses similar code.
2013-06-18 14:13:49 +02:00
Dietmar Maurer
9f6658a9fe
apt-get upgrade: pass --force-confdef and --force-confold to dpkg
2013-06-18 12:41:25 +02:00
Dietmar Maurer
1eb627941c
bump version to 3.0-26
2013-06-18 11:49:38 +02:00
Dietmar Maurer
396c9e4a01
improve changelog viewer
2013-06-18 11:46:32 +02:00
Dietmar Maurer
f5ed75de51
use LWP to download changelog
2013-06-18 10:30:30 +02:00
Dietmar Maurer
446f92178d
avoid warning about uninitialize values
...
And log a message to syslog when we update the package list.
2013-06-18 10:16:13 +02:00
Dietmar Maurer
c06e9cc8cf
apt: always create new AptPkg::Cache object.
...
To re-open database - else we get old/cached entries.
2013-06-18 09:52:28 +02:00
Dietmar Maurer
b688d4389b
implement changelog API
...
Fetching changelog at server side avoids security problems at
client (Same-Origin-Policy).
2013-06-18 09:46:25 +02:00
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 493a85a268c9932a3ca0286fcef34b5706bd6cb7
...
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