]> git.proxmox.com Git - pve-manager-legacy.git/log
pve-manager-legacy.git
10 years agobump version to 3.1-17 for hotfix release hotfix-for-3.1-16
Dietmar Maurer [Fri, 4 Oct 2013 04:40:31 +0000 (06:40 +0200)]
bump version to 3.1-17 for hotfix release

10 years agovzdump: remove temporary directories
Dietmar Maurer [Fri, 4 Oct 2013 04:29:17 +0000 (06:29 +0200)]
vzdump: remove temporary directories

This bug was introduced with commit 1bb6e88fd65bb44a745065d2d899832f6ea0a2f5

10 years agopveproxy: fix configuration parser
Dietmar Maurer [Tue, 1 Oct 2013 08:47:49 +0000 (10:47 +0200)]
pveproxy: fix configuration parser

10 years agobump version to 3.1-16
Dietmar Maurer [Tue, 1 Oct 2013 08:37:59 +0000 (10:37 +0200)]
bump version to 3.1-16

10 years agodo not use -w switch as it breaks modules
Stefan Priebe [Mon, 30 Sep 2013 09:50:42 +0000 (11:50 +0200)]
do not use -w switch as it breaks modules

-w enabled warnings for all modules - even when these modules comes from the OS and are not compatible
with warnings. This is the reason to NOT use -w and instead use "use warnings".

10 years agobump version to 3.1-15
Dietmar Maurer [Wed, 25 Sep 2013 06:30:08 +0000 (08:30 +0200)]
bump version to 3.1-15

10 years agoadd solaris ostype
Alexandre Derumier [Tue, 24 Sep 2013 08:05:09 +0000 (10:05 +0200)]
add solaris ostype

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
10 years agobump version to 3.1-14 - avoid warning in daily cron script
Dietmar Maurer [Tue, 24 Sep 2013 04:41:54 +0000 (06:41 +0200)]
bump version to 3.1-14 - avoid warning in daily cron script

10 years agobump version to 3.1-13
Dietmar Maurer [Tue, 17 Sep 2013 05:18:23 +0000 (07:18 +0200)]
bump version to 3.1-13

10 years agodisable SSL compression
Dietmar Maurer [Tue, 17 Sep 2013 05:13:20 +0000 (07:13 +0200)]
disable SSL compression

To avoid CRIME attacks:

http://en.wikipedia.org/wiki/CRIME_%28security_exploit%29

http://en.wikipedia.org/wiki/CRIME_%28security_exploit%29http://en.wikipedia.org/wiki/CRIME_%28security_exploit%29# with '#' will be ignored, and an empty message aborts the commit.

10 years agofix bug #456: allow glusterfs as backup storage
Dietmar Maurer [Mon, 16 Sep 2013 06:13:48 +0000 (08:13 +0200)]
fix bug #456: allow glusterfs as backup storage

10 years agobump version to 3.1-11
Dietmar Maurer [Fri, 13 Sep 2013 04:53:03 +0000 (06:53 +0200)]
bump version to 3.1-11

vzdump: fix hook script environment

10 years agobump version to 3.1-10
Dietmar Maurer [Thu, 12 Sep 2013 04:22:24 +0000 (06:22 +0200)]
bump version to 3.1-10

10 years agoPass what storage ID is being used to vzdump hook scripts
Local User [Tue, 10 Sep 2013 17:40:10 +0000 (12:40 -0500)]
Pass what storage ID is being used to vzdump hook scripts

Signed-off-by: Mark Casey <markc@unifiedgroup.com>
10 years agobump version to 3.1-9
Dietmar Maurer [Wed, 11 Sep 2013 04:47:10 +0000 (06:47 +0200)]
bump version to 3.1-9

fix LWP dependencies

10 years agobump version to 3.1-8
Dietmar Maurer [Mon, 9 Sep 2013 09:44:21 +0000 (11:44 +0200)]
bump version to 3.1-8

10 years agouse correct changelog urls for pve repositories.
Dietmar Maurer [Mon, 9 Sep 2013 09:36:22 +0000 (11:36 +0200)]
use correct changelog urls for pve repositories.

We always use a changelog file for each package (not source package).

10 years agocorretly use proxy CONNECT
Dietmar Maurer [Mon, 9 Sep 2013 09:33:25 +0000 (11:33 +0200)]
corretly use proxy CONNECT

There is a bug in LWP:UserAgent - it does not use CONNECT for https
proxy calls. So such calls fails with SQUID.

10 years agobump version to 3.1-7
Dietmar Maurer [Thu, 5 Sep 2013 11:08:20 +0000 (13:08 +0200)]
bump version to 3.1-7

10 years agovzdump: correctly handle maxfiles parameter
Dietmar Maurer [Thu, 5 Sep 2013 08:59:05 +0000 (10:59 +0200)]
vzdump: correctly handle maxfiles parameter

Passing value 0 mean unlimited.

10 years agoadd correct parameters to PUT requests
Dietmar Maurer [Wed, 4 Sep 2013 12:31:23 +0000 (14:31 +0200)]
add correct parameters to PUT requests

10 years agoimprove error message
Dietmar Maurer [Wed, 4 Sep 2013 11:37:28 +0000 (13:37 +0200)]
improve error message

10 years agobump version to 3.1-6
Dietmar Maurer [Tue, 3 Sep 2013 05:04:01 +0000 (07:04 +0200)]
bump version to 3.1-6

10 years agoupdate Chinese translation
Dietmar Maurer [Tue, 3 Sep 2013 04:46:18 +0000 (06:46 +0200)]
update Chinese translation

10 years agosome more gettext cleanups, update po files
Dietmar Maurer [Thu, 29 Aug 2013 10:02:39 +0000 (12:02 +0200)]
some more gettext cleanups, update po files

Includes full german translation.

10 years agoreduce gettext strings by using format_storage_type() everywhere
Dietmar Maurer [Thu, 29 Aug 2013 08:37:05 +0000 (10:37 +0200)]
reduce gettext strings by using format_storage_type() everywhere

10 years agoDo not translate iscsi Portal/Target and NFS export
Dietmar Maurer [Thu, 29 Aug 2013 07:35:02 +0000 (09:35 +0200)]
Do not translate iscsi Portal/Target and NFS export

iSCSI naming is already confusing, so we use the original terms here.

10 years agodo not use gettext() inside render functions
Dietmar Maurer [Thu, 29 Aug 2013 07:23:23 +0000 (09:23 +0200)]
do not use gettext() inside render functions

10 years agotry to minimize number of gettext strings
Dietmar Maurer [Thu, 29 Aug 2013 07:18:25 +0000 (09:18 +0200)]
try to minimize number of gettext strings

10 years agodo not use gettext() inside render functions
Dietmar Maurer [Thu, 29 Aug 2013 06:57:18 +0000 (08:57 +0200)]
do not use gettext() inside render functions

For performance reasons.

10 years agos/gettext('Default')/PVE.Utils.defaultText/
Dietmar Maurer [Thu, 29 Aug 2013 05:49:49 +0000 (07:49 +0200)]
s/gettext('Default')/PVE.Utils.defaultText/

10 years agore-add glusterfs GUI
Dietmar Maurer [Thu, 29 Aug 2013 05:44:08 +0000 (07:44 +0200)]
re-add glusterfs GUI

10 years agogettext updates removed GlusterFS silently - re-add it again
Dietmar Maurer [Thu, 29 Aug 2013 05:31:23 +0000 (07:31 +0200)]
gettext updates removed GlusterFS silently - re-add it again

10 years agofix jslint type confusion errors
Dietmar Maurer [Thu, 29 Aug 2013 05:27:03 +0000 (07:27 +0200)]
fix jslint type confusion errors

10 years agofix syntax error introduced by previous gettext updates
Dietmar Maurer [Thu, 29 Aug 2013 05:23:38 +0000 (07:23 +0200)]
fix syntax error introduced by previous gettext updates

10 years agoAdded translations
Damien PIQUET [Tue, 20 Aug 2013 07:37:31 +0000 (09:37 +0200)]
Added translations

Signed-off-by: Damien PIQUET <piqudam@gmail.com>
10 years agoibump version to 3.1-5
Dietmar Maurer [Mon, 26 Aug 2013 08:25:15 +0000 (10:25 +0200)]
ibump version to 3.1-5

10 years agochangelog: proxy API call to correct node
Dietmar Maurer [Mon, 26 Aug 2013 08:11:03 +0000 (10:11 +0200)]
changelog: proxy API call to correct node

Nodes can have different apt sources, so changelog localtion can also differ.

10 years agobump version to 3.1-4
Dietmar Maurer [Fri, 23 Aug 2013 08:08:52 +0000 (10:08 +0200)]
bump version to 3.1-4

10 years agoapt: only consider installed packages
Dietmar Maurer [Fri, 23 Aug 2013 08:03:23 +0000 (10:03 +0200)]
apt: only consider installed packages

Because 'apt-get dist-upgrade' also does not consider the package
selection state (as opposed to apt-get dselect-upgrade).

10 years agoadd reference to git version
Dietmar Maurer [Thu, 22 Aug 2013 09:48:17 +0000 (11:48 +0200)]
add reference to git version

10 years agofix spelling error s/servido/servidor/
Dietmar Maurer [Tue, 20 Aug 2013 05:45:26 +0000 (07:45 +0200)]
fix spelling error s/servido/servidor/

10 years agobump version to 3.1-3
Dietmar Maurer [Fri, 16 Aug 2013 11:08:33 +0000 (13:08 +0200)]
bump version to 3.1-3

10 years agoadd favicon.ico
Dietmar Maurer [Fri, 16 Aug 2013 11:05:40 +0000 (13:05 +0200)]
add favicon.ico

10 years agodisplay subscription status after login
Dietmar Maurer [Fri, 16 Aug 2013 08:19:24 +0000 (10:19 +0200)]
display subscription status after login

10 years agouse Refresh instead of Update
Dietmar Maurer [Fri, 16 Aug 2013 07:27:16 +0000 (09:27 +0200)]
use Refresh instead of Update

Because 'Update' only makes sense for users knowing apt-get
command line tool.

10 years agotry to guess changelog url fro security updates
Dietmar Maurer [Fri, 16 Aug 2013 07:22:02 +0000 (09:22 +0200)]
try to guess changelog url fro security updates

Work for some packages, but not for all security updates. Seems
Debian security team does not upload changelogs.

10 years agofix perl dependency, bump version to 3.1-2
Dietmar Maurer [Fri, 16 Aug 2013 04:16:11 +0000 (06:16 +0200)]
fix perl dependency, bump version to 3.1-2

10 years agoinclude glusterfs-client version in 'pveversion -v'
Dietmar Maurer [Wed, 14 Aug 2013 05:56:33 +0000 (07:56 +0200)]
include glusterfs-client version in 'pveversion -v'

10 years agobump RELEASE to 3.1
Dietmar Maurer [Wed, 14 Aug 2013 05:51:54 +0000 (07:51 +0200)]
bump RELEASE to 3.1

10 years agovzdump: wait one second before unmounting the snapshot
Dietmar Maurer [Tue, 13 Aug 2013 10:51:00 +0000 (12:51 +0200)]
vzdump: wait one second before unmounting the snapshot

10 years agomake jslint happy
Dietmar Maurer [Tue, 13 Aug 2013 08:40:58 +0000 (10:40 +0200)]
make jslint happy

10 years agobump version to 3.0-38
Dietmar Maurer [Tue, 13 Aug 2013 08:32:35 +0000 (10:32 +0200)]
bump version to 3.0-38

10 years agoadd GUI for GlusterFS storage
Dietmar Maurer [Tue, 13 Aug 2013 08:31:10 +0000 (10:31 +0200)]
add GUI for GlusterFS storage

10 years agobug fix: only send updated package list once
Dietmar Maurer [Fri, 2 Aug 2013 08:41:39 +0000 (10:41 +0200)]
bug fix: only send updated package list once

10 years agobump version to 3.0-37
Dietmar Maurer [Fri, 2 Aug 2013 08:11:56 +0000 (10:11 +0200)]
bump version to 3.0-37

10 years agoapt: try to send updated packe list only once
Dietmar Maurer [Fri, 2 Aug 2013 08:03:18 +0000 (10:03 +0200)]
apt: try to send updated packe list only once

10 years agowhite space cleanup
Dietmar Maurer [Fri, 2 Aug 2013 07:29:14 +0000 (09:29 +0200)]
white space cleanup

10 years agoapt: try to detect new packages
Dietmar Maurer [Fri, 2 Aug 2013 07:21:26 +0000 (09:21 +0200)]
apt: try to detect new packages

The previos approch did not detect new packages, like new kernels.

10 years agoimpl. a better way to suppress output from apt-get update.
Dietmar Maurer [Fri, 2 Aug 2013 04:33:36 +0000 (06:33 +0200)]
impl. a better way to suppress output from apt-get update.

10 years agobe more quiet
Dietmar Maurer [Fri, 2 Aug 2013 04:28:15 +0000 (06:28 +0200)]
be more quiet

10 years agorun 'apt-get update' in quiet mode when starting from cron
Dietmar Maurer [Fri, 2 Aug 2013 04:15:20 +0000 (06:15 +0200)]
run 'apt-get update' in quiet mode when starting from cron

10 years agofix typo in daily cron script
Dietmar Maurer [Fri, 2 Aug 2013 03:59:43 +0000 (05:59 +0200)]
fix typo in daily cron script

10 years agofix changelog url for pve repository
Dietmar Maurer [Thu, 1 Aug 2013 09:35:48 +0000 (11:35 +0200)]
fix changelog url for pve repository

To make it compatible with 'apt-get changelog'

10 years agoallow to configure cipher list for pveproxy
Dietmar Maurer [Thu, 1 Aug 2013 07:36:53 +0000 (09:36 +0200)]
allow to configure cipher list for pveproxy

10 years agoautomatically add pve repository to apt sources list
Dietmar Maurer [Thu, 1 Aug 2013 07:23:03 +0000 (09:23 +0200)]
automatically add pve repository to apt sources list

10 years agoallow to use serial terminal as display
Dietmar Maurer [Wed, 31 Jul 2013 08:19:26 +0000 (10:19 +0200)]
allow to use serial terminal as display

10 years agoadd correct url for proxmox package changelogs
Dietmar Maurer [Mon, 29 Jul 2013 10:36:05 +0000 (12:36 +0200)]
add correct url for proxmox package changelogs

10 years agotell apt to use http_proxy settings
Dietmar Maurer [Fri, 26 Jul 2013 07:26:24 +0000 (09:26 +0200)]
tell apt to use http_proxy settings

10 years agoinstall CA certificates used by our repositories
Dietmar Maurer [Thu, 25 Jul 2013 09:22:56 +0000 (11:22 +0200)]
install CA certificates used by our repositories

10 years agowrite auth.conf
Dietmar Maurer [Thu, 25 Jul 2013 08:29:52 +0000 (10:29 +0200)]
write auth.conf

10 years agoavoid apt autoremoval for pve-kernel packages
Dietmar Maurer [Thu, 25 Jul 2013 05:53:07 +0000 (07:53 +0200)]
avoid apt autoremoval for pve-kernel packages

10 years agobump version to 3.0-36
Dietmar Maurer [Wed, 24 Jul 2013 10:44:04 +0000 (12:44 +0200)]
bump version to 3.0-36

10 years agofix proxy loop assertion for spiceproxy
Dietmar Maurer [Wed, 24 Jul 2013 10:42:30 +0000 (12:42 +0200)]
fix proxy loop assertion for spiceproxy

10 years agolog handle_spice_proxy_request() errors to syslog
Dietmar Maurer [Wed, 24 Jul 2013 10:40:46 +0000 (12:40 +0200)]
log handle_spice_proxy_request() errors to syslog

10 years agopveproxy: use same cipher list as debian apache ssl.conf
Dietmar Maurer [Wed, 24 Jul 2013 04:56:45 +0000 (06:56 +0200)]
pveproxy: use same cipher list as debian apache ssl.conf

10 years agobump version to 3.0-35
Dietmar Maurer [Tue, 23 Jul 2013 06:36:26 +0000 (08:36 +0200)]
bump version to 3.0-35

10 years agofix proxy loop assertion
Dietmar Maurer [Tue, 23 Jul 2013 06:34:56 +0000 (08:34 +0200)]
fix proxy loop assertion

10 years agospiceproxy : allow only spice port range
Alexandre Derumier [Mon, 22 Jul 2013 11:03:04 +0000 (13:03 +0200)]
spiceproxy : allow only spice port range

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
10 years agobump version to 3.0-34
Dietmar Maurer [Mon, 22 Jul 2013 08:53:10 +0000 (10:53 +0200)]
bump version to 3.0-34

10 years agotry to detect proxy loops
Dietmar Maurer [Mon, 22 Jul 2013 07:13:41 +0000 (09:13 +0200)]
try to detect proxy loops

10 years agoapltest: ignore architecture
Dietmar Maurer [Mon, 22 Jul 2013 05:27:48 +0000 (07:27 +0200)]
apltest: ignore architecture

10 years agoiupdate aplinfo for debian-7.0-standard
Dietmar Maurer [Mon, 22 Jul 2013 05:08:35 +0000 (07:08 +0200)]
iupdate aplinfo for debian-7.0-standard

10 years agobump version to 3.0-33
Dietmar Maurer [Fri, 19 Jul 2013 09:41:12 +0000 (11:41 +0200)]
bump version to 3.0-33

10 years agocall $rpcenv->init_request before calling remote_node_ip
Dietmar Maurer [Fri, 19 Jul 2013 09:38:34 +0000 (11:38 +0200)]
call $rpcenv->init_request before calling remote_node_ip

Else get get undefined values.

10 years agofix bug #437: include pve-libspice-server1 in package list
Dietmar Maurer [Fri, 19 Jul 2013 04:10:00 +0000 (06:10 +0200)]
fix bug #437: include pve-libspice-server1 in package list

10 years agobump version to 3.0-32
Dietmar Maurer [Thu, 18 Jul 2013 10:29:21 +0000 (12:29 +0200)]
bump version to 3.0-32

10 years agospiceproxy: forward calls to remote nodes
Dietmar Maurer [Thu, 18 Jul 2013 10:27:02 +0000 (12:27 +0200)]
spiceproxy: forward calls to remote nodes

10 years agospiceproxy: code cleanups
Dietmar Maurer [Thu, 18 Jul 2013 06:46:33 +0000 (08:46 +0200)]
spiceproxy: code cleanups

10 years agospice: always use the API server as spice proxy server
Dietmar Maurer [Thu, 18 Jul 2013 06:30:42 +0000 (08:30 +0200)]
spice: always use the API server as spice proxy server

10 years agospiceproxy: use tcp instead of unix socket
Dietmar Maurer [Wed, 17 Jul 2013 09:48:02 +0000 (11:48 +0200)]
spiceproxy: use tcp instead of unix socket

10 years agofix warning about non-existent file
Dietmar Maurer [Thu, 27 Jun 2013 13:19:24 +0000 (15:19 +0200)]
fix warning about non-existent file

10 years agoreuse host based access control code for spiceproxy
Dietmar Maurer [Thu, 27 Jun 2013 05:55:11 +0000 (07:55 +0200)]
reuse host based access control code for spiceproxy

10 years agospiceproxy: improve loggin code
Dietmar Maurer [Thu, 27 Jun 2013 04:50:32 +0000 (06:50 +0200)]
spiceproxy: improve loggin code

 * use the same log file as pveproxy: /var/log/pveproxy/access.log

 * log early just after establishing the connection.

10 years agospiceproxy : remove debug -use lib '..';
Alexandre Derumier [Wed, 26 Jun 2013 14:16:27 +0000 (16:16 +0200)]
spiceproxy : remove debug -use lib '..';

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
10 years agoadd qxl to available kvm vga drivers
Dietmar Maurer [Wed, 26 Jun 2013 11:59:15 +0000 (13:59 +0200)]
add qxl to available kvm vga drivers

10 years agobump version to 3.0-31
Dietmar Maurer [Wed, 26 Jun 2013 11:41:13 +0000 (13:41 +0200)]
bump version to 3.0-31

10 years agoadd button to start spice console
Dietmar Maurer [Wed, 26 Jun 2013 11:39:28 +0000 (13:39 +0200)]
add button to start spice console

10 years agoadd spiceproxy server
Dietmar Maurer [Wed, 26 Jun 2013 11:21:14 +0000 (13:21 +0200)]
add spiceproxy server

10 years agouse application/x-virt-viewer
Dietmar Maurer [Wed, 26 Jun 2013 04:20:42 +0000 (06:20 +0200)]
use application/x-virt-viewer