]> git.proxmox.com Git - pve-xtermjs.git/log
pve-xtermjs.git
5 years agobump version to 1.0-4
Dietmar Maurer [Mon, 7 May 2018 13:17:10 +0000 (15:17 +0200)]
bump version to 1.0-4

5 years agodo not try to reconnect the host shell
Dominik Csapak [Mon, 7 May 2018 13:06:55 +0000 (15:06 +0200)]
do not try to reconnect the host shell

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agoreload on container reboot
Dominik Csapak [Fri, 27 Apr 2018 09:17:37 +0000 (11:17 +0200)]
reload on container reboot

if the container stays on the same node and the state is running,
we reload to reconnect

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agocheck if event is set
Dominik Csapak [Fri, 27 Apr 2018 09:17:36 +0000 (11:17 +0200)]
check if event is set

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agofocus terminal when starting
Dominik Csapak [Fri, 27 Apr 2018 09:17:35 +0000 (11:17 +0200)]
focus terminal when starting

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agofixup changelog
Fabian Grünbichler [Tue, 24 Apr 2018 11:30:28 +0000 (13:30 +0200)]
fixup changelog

6 years agoremove empty .gitmodules
Fabian Grünbichler [Tue, 24 Apr 2018 11:29:41 +0000 (13:29 +0200)]
remove empty .gitmodules

6 years agobump to 1.0-3
Dominik Csapak [Wed, 11 Apr 2018 12:34:08 +0000 (14:34 +0200)]
bump to 1.0-3

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agoimplement reconnect logic
Dominik Csapak [Tue, 10 Apr 2018 12:03:28 +0000 (14:03 +0200)]
implement reconnect logic

this improves the closed gracefully/error logic
(detects an error if we disconnect immediately after connecting)
and implements a reconnect for vms/containers

if we have a disconnect, we check /cluster/resources
(and /nodes/<node>/lxc/<id>/status/current) if we are migrated
and reconnect the console window or reload the window

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agoimplement terminal settings for 3.x
Dominik Csapak [Tue, 10 Apr 2018 12:01:56 +0000 (14:01 +0200)]
implement terminal settings for 3.x

since xtermjs 3.0, the display is not via html anymore, but a canvas
so we cannot use css overrides anymore

this enables us to let the user set a fontsize/family/etc.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agoadd xterm-3.2.0.tgz
Dominik Csapak [Tue, 10 Apr 2018 11:59:08 +0000 (13:59 +0200)]
add xterm-3.2.0.tgz

via make download

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agochange from submodule to tgz download and update to 3.2.0
Dominik Csapak [Wed, 10 Jan 2018 10:46:51 +0000 (11:46 +0100)]
change from submodule to tgz download and update to 3.2.0

since xtermjs does not ship the built version anymore in git
(starting with 3.0.0), we change it so that we have a download
target where we download the tarball from npm

6 years agobump version to 1.0-2
Dietmar Maurer [Mon, 11 Dec 2017 13:39:44 +0000 (14:39 +0100)]
bump version to 1.0-2

6 years agofix error message
Dominik Csapak [Mon, 11 Dec 2017 13:23:58 +0000 (14:23 +0100)]
fix error message

status_line is a method and cannot be expanded in a string

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agomake perm an optional parameter
Dominik Csapak [Mon, 11 Dec 2017 13:23:57 +0000 (14:23 +0100)]
make perm an optional parameter

and only pass it to the api call if it exists,
also delete the default path, since it is non-optional (and thus
a default makes no sense)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agoremove dependcy to libpve-access-control
Dominik Csapak [Mon, 11 Dec 2017 13:23:56 +0000 (14:23 +0100)]
remove dependcy to libpve-access-control

since we do not use any functionality of the RPCEnvironment, we remove it

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agobump to 1.0-1
Dominik Csapak [Thu, 7 Dec 2017 12:24:54 +0000 (13:24 +0100)]
bump to 1.0-1

6 years agocheck ticket via api instead of verify_vnc_ticket
Dominik Csapak [Thu, 7 Dec 2017 09:50:36 +0000 (10:50 +0100)]
check ticket via api instead of verify_vnc_ticket

since we do not want to depend on libpve-accesscontrol,
we check the ticket via the api on http://localhost:85

this means we have to pass the path and permission via the commandline

6 years agobump to 0.1-1
Dominik Csapak [Mon, 4 Dec 2017 09:37:13 +0000 (10:37 +0100)]
bump to 0.1-1

also update dependencies

6 years agogive pty object to process_queue on first call
Dominik Csapak [Mon, 4 Dec 2017 09:34:44 +0000 (10:34 +0100)]
give pty object to process_queue on first call

else we would overlook a resize event, sent directly after
connecting

6 years agoinitial commit
Dominik Csapak [Wed, 22 Nov 2017 15:45:34 +0000 (16:45 +0100)]
initial commit

working version of xtermjs client and termproxy as
authentication proxy between a command/socket and a tcp socket

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>