Commit Graph

92 Commits

Author SHA1 Message Date
Simon Smith 4ba08a96f7
unEscape ssh/rdp creds from db (#6001)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-04-09 11:47:32 +01:00
si458 6f78f9e276 fix one ping/pong function
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-02-12 11:46:16 +00:00
Simon Smith 15ff7d12a1
fix agentping (#5786)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-02-11 01:03:07 +00:00
Simon Smith ceba76cfde
fix numlock sending extended keys incorrectly (#5735)
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-25 23:05:47 -08:00
si458 0d7564d845 fix relaying with subdomain #5394
Signed-off-by: si458 <simonsmith5521@gmail.com>
2024-01-16 15:57:50 +00:00
Ylian Saint-Hilaire 79faaaee1f Fixed various server exceptions. 2022-12-10 12:02:33 -08:00
Ylian Saint-Hilaire e74a308113 Added relay right and fixed relay permissions (#4682) 2022-11-01 16:05:36 -07:00
Ylian Saint-Hilaire 0c2c55726e Fixed web relay when used with local device group. 2022-11-01 14:23:46 -07:00
Ylian Saint-Hilaire aa42b9e7f5 Fixed server exception (#4696) 2022-11-01 13:15:46 -07:00
Simon Smith c8508f1c94
allow origin header to be relayed 2022-09-17 12:01:39 +01:00
Ylian Saint-Hilaire cc444c606e Reverted web relay content security policy (#4474) 2022-08-31 12:24:04 -07:00
Ylian Saint-Hilaire 0bf459bb51 Many web relay improvements and fixes (#4467, #4456) 2022-08-30 17:53:27 -07:00
Ylian Saint-Hilaire 7404dcd40c Web socket fix for web relay (#4451) 2022-08-25 21:39:10 -07:00
Ylian Saint-Hilaire 4fe394226c Improved web relay sharing (#4413) 2022-08-25 21:10:09 -07:00
Ylian Saint-Hilaire 5d7fabfc21 Added guest web sharing of HTTP/HTTPS (#4413) 2022-08-25 20:11:47 -07:00
Ylian Saint-Hilaire 1257c4bc3a Improved handling of HTTP session socket closure (#4369) 2022-08-08 16:39:27 -07:00
Ylian Saint-Hilaire fe24dccd8c Web relay text/event-stream improvement (#4369) and relay disconnect fix. 2022-08-05 15:39:11 -07:00
Ylian Saint-Hilaire 046dd30786 Added support for text/event-stream in web relay (#4369) 2022-08-05 11:47:03 -07:00
Ylian Saint-Hilaire f735693d75 Relay sessions like SSH and RDP would randomly get stuck at 'Setup...', this is now fixed. 2022-08-03 12:48:35 -07:00
Ylian Saint-Hilaire cd99f81064 Fixed SFTP Connect button and SSH/SFTP connection on non-default domains. 2022-07-15 13:24:30 -07:00
Ylian Saint-Hilaire acb9a5bb6e Fixed Web-RDP when used with non-default domain (#4271) 2022-07-14 15:18:41 -07:00
Ylian Saint-Hilaire a151dcbfe6 Web relay can now handle connection:close responses. 2022-07-10 13:08:28 -07:00
Ylian Saint-Hilaire a0ea6ead09 Put in the groundwork for web relay with multiple relay DNS names. 2022-07-10 01:32:11 -07:00
Ylian Saint-Hilaire 9dac8b7807 Web relay improvements, #4240 2022-07-08 18:00:15 -07:00
Ylian Saint-Hilaire 6920134caf Fixed web relay host header. 2022-07-05 13:25:34 -07:00
Ylian Saint-Hilaire 513e5b5ade
Merge pull request #4218 from si458/patch-1
if header is not null for websockets
2022-07-03 19:35:53 -07:00
Ylian Saint-Hilaire b33900dfbf Improved DNS based web relay, #4210 2022-07-03 18:17:57 -07:00
Simon Smith 0f85b186cc
Update apprelays.js
if header is not null for websockets
2022-07-03 18:29:46 +01:00
Ylian Saint-Hilaire 5ba9d7e503 Added support to HTTP web relay on the main web server port with used with a specified DNS name, #4210 2022-07-03 00:44:58 -07:00
Ylian Saint-Hilaire dd5b1b2bcd Fixed server exception in web relay when websocket fails to connect, #4172. 2022-07-01 01:18:18 -07:00
Simon Smith c492aae484
switch end/close
close ws not end 
end http not close
2022-06-30 10:48:57 +01:00
Ylian Saint-Hilaire d2b39fef3e Improved tunnel clean up, #4172 2022-06-29 14:44:16 -07:00
Ylian Saint-Hilaire 22edf8d45f Improved web relay cookie handling, #4172 2022-06-29 14:16:48 -07:00
Ylian Saint-Hilaire a383bd1cb3 Web relay websocket ping/pong forwarding, #4172 2022-06-28 15:42:52 -07:00
Ylian Saint-Hilaire 0637412d1b Fixed Web-RDP when a default user is set and no users are logged in. 2022-06-28 15:20:05 -07:00
Ylian Saint-Hilaire b41fdec922 Added browser to device websocket relay, #4172 2022-06-28 14:20:13 -07:00
Ylian Saint-Hilaire 8a8d9869dd Added websocket device to browser frame forwarding, #4172 2022-06-28 11:05:15 -07:00
Ylian Saint-Hilaire 91dead8e84 Fixed web relay for responses with no body. 2022-06-27 23:08:07 -07:00
Ylian Saint-Hilaire d1e0cd94e2 Web relay can now stream chunk encoding towards relay device, #4172 2022-06-27 13:48:13 -07:00
Ylian Saint-Hilaire e351e839db Web relay can now stream http content-length requests to the device, #4172 2022-06-27 13:18:05 -07:00
Ylian Saint-Hilaire 087b336492 Web relay now stream HTTP responces from device to browser, #4172 2022-06-27 13:02:46 -07:00
Ylian Saint-Hilaire 76b1c92550 Added web relay session timeout, #4172 2022-06-26 16:55:07 -07:00
Ylian Saint-Hilaire ab9b83b5f4 Added TLS support to web relay, #4172 2022-06-25 22:10:07 -07:00
Ylian Saint-Hilaire 3b93d1adf7 Web relay improvements, #4172 2022-06-25 16:22:51 -07:00
Ylian Saint-Hilaire 0aeeb1c79c First working web relay, very basic. #4172 2022-06-25 13:29:24 -07:00
Ylian Saint-Hilaire 571a0f1c2d More work on web relay, #4172 2022-06-24 16:53:31 -07:00
Ylian Saint-Hilaire 6dbae08c40 Added Web-RDP mouse cursor support. 2022-06-23 22:10:07 -07:00
Ylian Saint-Hilaire a3dc3d7b5d Fixed server exception when remembering SFTP credentials, #4080 2022-06-06 08:06:32 -07:00
Ylian Saint-Hilaire 783ff4be0c Improved RDP error handling, #4022 2022-05-20 21:52:03 -07:00
Ylian Saint-Hilaire 9c52cc4d8c Web-SSH fixes and improvements. 2022-05-19 14:41:32 -07:00