5
0
mirror of git://git.proxmox.com/git/pve-xtermjs.git synced 2025-03-13 00:58:40 +03:00

8 Commits

Author SHA1 Message Date
Dominik Csapak
683c08917f fix error message
status_line is a method and cannot be expanded in a string

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2017-12-11 14:38:21 +01:00
Dominik Csapak
5a0ed8fcb5 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>
2017-12-11 14:37:40 +01:00
Dominik Csapak
119fceb50c 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>
2017-12-11 14:35:09 +01:00
Dominik Csapak
5185507c6a bump to 1.0-1 2017-12-07 13:24:54 +01:00
Dominik Csapak
5e91985c90 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
2017-12-07 13:22:36 +01:00
Dominik Csapak
d975935040 bump to 0.1-1
also update dependencies
2017-12-04 10:37:13 +01:00
Dominik Csapak
b11c02be10 give pty object to process_queue on first call
else we would overlook a resize event, sent directly after
connecting
2017-12-04 10:34:44 +01:00
Dominik Csapak
dcf3d43b8a 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>
2017-11-28 10:28:46 +01:00