]> git.proxmox.com Git - novnc-pve.git/log
novnc-pve.git
9 years agoreplace s/openvz/lxc/
Dietmar Maurer [Fri, 17 Apr 2015 14:21:28 +0000 (16:21 +0200)]
replace s/openvz/lxc/

9 years agoset RELEASE=4.0
Dietmar Maurer [Fri, 17 Apr 2015 14:14:58 +0000 (16:14 +0200)]
set RELEASE=4.0

9 years agoser RELEASE to 3.3
Dietmar Maurer [Wed, 17 Sep 2014 11:37:27 +0000 (13:37 +0200)]
ser RELEASE to 3.3

9 years agobump version to 0.4-7
Dietmar Maurer [Wed, 17 Sep 2014 11:36:18 +0000 (13:36 +0200)]
bump version to 0.4-7

9 years agofix bug #562: set port to 443 when no port is specified
Dietmar Maurer [Wed, 17 Sep 2014 11:33:47 +0000 (13:33 +0200)]
fix bug #562: set port to 443 when no port is specified

This can happen if someone tries to access with revers proxy.

9 years agobump version to 0.4-6
Dietmar Maurer [Thu, 7 Aug 2014 09:06:46 +0000 (11:06 +0200)]
bump version to 0.4-6

9 years agodetect vm migration and reconnect
Dietmar Maurer [Thu, 7 Aug 2014 09:05:20 +0000 (11:05 +0200)]
detect vm migration and reconnect

9 years agoadd comment abou the origin of the code
Dietmar Maurer [Thu, 7 Aug 2014 08:21:42 +0000 (10:21 +0200)]
add comment abou the origin of the code

9 years agoimprove resize for firefox
Dietmar Maurer [Thu, 7 Aug 2014 07:53:21 +0000 (09:53 +0200)]
improve resize for firefox

9 years agobump version to 0.4-5
Dietmar Maurer [Wed, 6 Aug 2014 07:07:52 +0000 (09:07 +0200)]
bump version to 0.4-5

9 years agogenerate pve command memu dynamically
Dietmar Maurer [Wed, 6 Aug 2014 07:00:46 +0000 (09:00 +0200)]
generate pve command memu dynamically

9 years agoimplement qemu sendkey, improve touch keyboard input
Dietmar Maurer [Wed, 6 Aug 2014 06:31:08 +0000 (08:31 +0200)]
implement qemu sendkey, improve touch keyboard input

9 years agouse gettext for 'Reload' button
Dietmar Maurer [Tue, 5 Aug 2014 08:16:23 +0000 (10:16 +0200)]
use gettext for 'Reload' button

9 years agouse even numbers for offset to prevent strange resize with firefox
Dietmar Maurer [Tue, 5 Aug 2014 07:42:42 +0000 (09:42 +0200)]
use even numbers for offset to prevent strange resize with firefox

9 years agopve_show_msg: allow undefined value for parameter 'permanent'
Dietmar Maurer [Tue, 5 Aug 2014 06:19:32 +0000 (08:19 +0200)]
pve_show_msg: allow undefined value for parameter 'permanent'

9 years agoimprove error handling, remove debugging code
Dietmar Maurer [Tue, 5 Aug 2014 04:49:01 +0000 (06:49 +0200)]
improve error handling, remove debugging code

9 years agobump version to 0.4-4
Dietmar Maurer [Tue, 5 Aug 2014 04:36:17 +0000 (06:36 +0200)]
bump version to 0.4-4

9 years agouse modified version of ui.js
Dietmar Maurer [Fri, 1 Aug 2014 04:43:30 +0000 (06:43 +0200)]
use modified version of ui.js

This way, we get a very lightweight console, because we avoid loading
all ExtJS classes. Also it is fully functional on mobile devices now.

I removed the websockify code because we implement websockets in HTTPServer.pm.

The html code moved to pve-manager, because we need to include CSRF token and
gettext catalogs.

9 years agobump version to 0.4-3
Dietmar Maurer [Fri, 27 Jun 2014 08:28:20 +0000 (10:28 +0200)]
bump version to 0.4-3

9 years agoremove unused code
Dietmar Maurer [Fri, 27 Jun 2014 08:23:30 +0000 (10:23 +0200)]
remove unused code

And store connection state in noVNC_status_state/noVNC_status_msg, so
that we can query that with the PVE VNCConsole widget.

9 years agobump version to 0.4-2
Dietmar Maurer [Wed, 18 Jun 2014 12:21:30 +0000 (14:21 +0200)]
bump version to 0.4-2

9 years agofix binary type detection
Dietmar Maurer [Wed, 18 Jun 2014 12:18:47 +0000 (14:18 +0200)]
fix binary type detection

We need to use wss:// instead of ws:// to avoid security errors.

9 years agoinstall rebind.so in correct directory
Dietmar Maurer [Fri, 13 Jun 2014 09:59:07 +0000 (11:59 +0200)]
install rebind.so in correct directory

Else wsproxy.py is unable to find it

9 years agoinstall missing file utils/wsproxy.py
Dietmar Maurer [Fri, 13 Jun 2014 09:48:27 +0000 (11:48 +0200)]
install missing file utils/wsproxy.py

9 years agoadd html template for pve
Dietmar Maurer [Fri, 13 Jun 2014 09:33:27 +0000 (11:33 +0200)]
add html template for pve

This is patch [PATCH 2/7] add novnc html template

Created by Stefan Priebe for pve-manager.

9 years agoadd upload/distclean target to makefile
Dietmar Maurer [Fri, 13 Jun 2014 07:38:05 +0000 (09:38 +0200)]
add upload/distclean target to makefile

9 years agoadd SOURCE file (reference to git repository)
Dietmar Maurer [Fri, 13 Jun 2014 07:29:23 +0000 (09:29 +0200)]
add SOURCE file (reference to git repository)

9 years agoadd our own debian files
Dietmar Maurer [Fri, 13 Jun 2014 07:20:55 +0000 (09:20 +0200)]
add our own debian files

9 years agoinitial import
Dietmar Maurer [Fri, 13 Jun 2014 05:29:42 +0000 (07:29 +0200)]
initial import