]> git.proxmox.com Git - novnc-pve.git/log
novnc-pve.git
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