Commit Graph

818 Commits

Author SHA1 Message Date
Dietmar Maurer
cbad4a43ae spice: always use the API server as spice proxy server 2013-07-18 08:30:42 +02:00
Dietmar Maurer
8a223d4f74 spiceproxy: use tcp instead of unix socket 2013-07-17 11:48:02 +02:00
Dietmar Maurer
6bd689ed0a fix warning about non-existent file 2013-06-27 15:19:24 +02:00
Dietmar Maurer
17d27a3748 reuse host based access control code for spiceproxy 2013-06-27 07:55:11 +02:00
Dietmar Maurer
8d5310c1b0 spiceproxy: improve loggin code
* use the same log file as pveproxy: /var/log/pveproxy/access.log

 * log early just after establishing the connection.
2013-06-27 06:50:32 +02:00
Alexandre Derumier
261ccd7586 spiceproxy : remove debug -use lib '..';
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2013-06-27 06:12:03 +02:00
Dietmar Maurer
0c47a68214 add qxl to available kvm vga drivers 2013-06-26 14:03:31 +02:00
Dietmar Maurer
68143dd196 bump version to 3.0-31 2013-06-26 13:41:13 +02:00
Dietmar Maurer
29223818a9 add button to start spice console 2013-06-26 13:39:28 +02:00
Dietmar Maurer
33afb29b29 add spiceproxy server 2013-06-26 13:21:14 +02:00
Dietmar Maurer
069afca616 use application/x-virt-viewer 2013-06-26 06:20:42 +02:00
Dietmar Maurer
5bf00f9328 use better icons for shell/spiceproxy tasks 2013-06-25 14:11:19 +02:00
Dietmar Maurer
b063f04cd9 cleanup previous commit 2013-06-25 08:41:31 +02:00
Alexandre Derumier
6e30b52dd4 rest : handle application/x-spice-configuration response format
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2013-06-25 08:22:50 +02:00
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 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