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