]> git.proxmox.com Git - novnc-pve.git/log
novnc-pve.git
8 years agoadd fix for sendCtrlAltDeleteButton
Dominik Csapak [Thu, 14 Apr 2016 08:55:57 +0000 (10:55 +0200)]
add fix for sendCtrlAltDeleteButton

with this patch the sendCtrlAltDeleteButton shows and
hides properly on mobile

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
8 years agoadd ie11 resize fix
Dominik Csapak [Thu, 14 Apr 2016 08:55:56 +0000 (10:55 +0200)]
add ie11 resize fix

on ie11, the 'clip' setting will always be parsed to true
(because of weird calls to some functions which try to get
the clip setting at the wrong time, but only in ie11)

so instead of initSetting, we forceSetting the clip to false

if clip is true, it gets in the way of resizing

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
8 years agofixup of fix-base-css.patch
Dominik Csapak [Thu, 14 Apr 2016 08:55:55 +0000 (10:55 +0200)]
fixup of fix-base-css.patch

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
8 years agorebased alexandres pveui.js patch
Dominik Csapak [Thu, 14 Apr 2016 08:55:54 +0000 (10:55 +0200)]
rebased alexandres pveui.js patch

a small fixup (the line numbers did not match)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
8 years agobump version to 0.5-5
Dietmar Maurer [Thu, 24 Sep 2015 10:33:56 +0000 (12:33 +0200)]
bump version to 0.5-5

8 years agonovnc : install inflator.js to bump to last version
Alexandre Derumier [Thu, 24 Sep 2015 09:07:03 +0000 (11:07 +0200)]
novnc : install inflator.js to bump to last version

The display glitch bug has finally be fixed
https://github.com/kanaka/noVNC/commit/c802d9318930ab703d2a359dcf10fb5928f9029e

We can now bump to last version, which improve performance.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agoupdate novnc to commit a0e7ab43dca0ce11a713694ee4cf530bd3b17c5a
Dietmar Maurer [Thu, 24 Sep 2015 10:29:44 +0000 (12:29 +0200)]
update novnc to commit a0e7ab43dca0ce11a713694ee4cf530bd3b17c5a

8 years agoremove inflator.js
Alexandre Derumier [Mon, 31 Aug 2015 12:01:56 +0000 (14:01 +0200)]
remove inflator.js

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agobump version to 0.5-4
Dietmar Maurer [Mon, 31 Aug 2015 14:09:00 +0000 (16:09 +0200)]
bump version to 0.5-4

8 years agorevert novnc.tar.gz to 8f3c0f6b9b5e5c23a7dc7e90bd22901017ab4fc7
Dietmar Maurer [Mon, 31 Aug 2015 14:05:59 +0000 (16:05 +0200)]
revert novnc.tar.gz to 8f3c0f6b9b5e5c23a7dc7e90bd22901017ab4fc7

later version has seroius bugs

8 years agobump version to 0.5-3
Dietmar Maurer [Fri, 28 Aug 2015 10:00:36 +0000 (12:00 +0200)]
bump version to 0.5-3

8 years agonovnc : bump to a369a80c2480af685b7bddacddae9cca3aea95f9 commit (20/08/2015) V2
Alexandre Derumier [Thu, 27 Aug 2015 08:36:30 +0000 (10:36 +0200)]
novnc : bump to a369a80c2480af685b7bddacddae9cca3aea95f9 commit (20/08/2015) V2

They are performances improvements and fullscreen button support

changelog: only display fullscreen button is resize=scale is defined

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agoupdate source to latest version from git (commit 40b35fa20d459c731a5de826f4bd17634101...
Dietmar Maurer [Fri, 28 Aug 2015 09:57:17 +0000 (11:57 +0200)]
update source to latest version from git (commit 40b35fa20d459c731a5de826f4bd17634101a1db)

8 years agobump version to 0.5-2
Dietmar Maurer [Fri, 26 Jun 2015 07:54:57 +0000 (09:54 +0200)]
bump version to 0.5-2

8 years agoadd resize optionnal
Alexandre Derumier [Fri, 26 Jun 2015 07:01:12 +0000 (09:01 +0200)]
add resize optionnal

resize is now off by default, and match previous behaviour.

it can be enable passing resize=(scale|downscale|remote) to the url

ex:

https://node1:8006/?console=kvm&novnc=1&vmid=100&vmname=test&node=node1&resize=scale
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agofix togglePVESendKeysPanel
Alexandre Derumier [Fri, 26 Jun 2015 04:40:24 +0000 (06:40 +0200)]
fix togglePVESendKeysPanel

also rebase to last master
https://github.com/kanaka/noVNC/commit/b098afc234528af8d3e6d708226d8839d8132d20

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
8 years agoupdate source from upstream
Dietmar Maurer [Fri, 26 Jun 2015 04:56:59 +0000 (06:56 +0200)]
update source from upstream

to commit b098afc234528af8d3e6d708226d8839d8132d20

8 years agobump version to 0.5-1
Dietmar Maurer [Thu, 25 Jun 2015 16:31:57 +0000 (18:31 +0200)]
bump version to 0.5-1

8 years agoremove unused file pveui.js
Dietmar Maurer [Thu, 25 Jun 2015 16:30:24 +0000 (18:30 +0200)]
remove unused file pveui.js

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
8 years agoupdate to latest novnc source
Dietmar Maurer [Thu, 25 Jun 2015 05:43:16 +0000 (07:43 +0200)]
update to latest novnc source

novnc commit 31ddaa1c7a4f2a8f211f53da1b53bfe294ad6a38

8 years agobump to 0.5.1 master branch
Alexandre Derumier [Thu, 25 Jun 2015 01:25:18 +0000 (03:25 +0200)]
bump to 0.5.1 master branch

generate pveui.js from include/ui.js with a patch

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
9 years agobump version to 4.0-8
Dietmar Maurer [Fri, 17 Apr 2015 14:23:07 +0000 (16:23 +0200)]
bump version to 4.0-8

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