Mike Sawka and GitHub
c7a60a80f8
initwshrpc in electron ( #391 )
2024-09-17 23:10:09 -07:00
Mike Sawka and GitHub
3939648bbb
fe wsh router + wsh client impl ( #381 )
2024-09-16 11:59:39 -07:00
Evan Simkowitz and GitHub
936d4bfb30
Migrate websocket eventbus messages to wps ( #367 )
...
This migrates all remaining eventbus events sent over the websocket to
use the wps interface. WPS is more flexible for registering events and
callbacks and provides support for more reliable unsubscribes and
resubscribes.
2024-09-11 18:03:55 -07:00
Sylvie Crowe and GitHub
fc0b1929ec
Connection Typeahead/Suggestions ( #332 )
...
Adds a list of potential remotes to add and filters it as you type. It
also provides options for reconnecting on a disconnection and
specifically connecting to a local connection
2024-09-05 17:02:44 -07:00
Mike Sawka and GitHub
8ad84fd78a
update all gopkg imports ( #330 )
2024-09-05 14:25:45 -07:00
Mike Sawka and GitHub
3e0ca6b41e
connection handling / block controller handling ( #326 )
2024-09-05 00:21:08 -07:00
Mike Sawka and GitHub
7bc154771a
implement wsh conn commands ( #319 )
2024-09-03 23:04:19 -07:00
Mike Sawka and GitHub
afd83f0f6f
wsh connreinstall ( #317 )
2024-09-03 22:15:02 -07:00
Mike Sawka and GitHub
a7746bc5cc
fix rpc no-route errors, fix fileopen in preview ( #313 )
2024-09-03 21:08:51 -07:00
sawka
70ef76be62
implement cmd:i, hook up telemetry switch, fix some settings types
2024-09-02 20:21:35 -07:00
Mike Sawka and GitHub
e488862355
remote sysinfo data plotting ( #294 )
2024-08-30 11:33:04 -07:00
Evan Simkowitz
f7c9fd9a02
revert formatting for auto generated files
2024-08-28 13:21:08 -07:00
Evan Simkowitz
efe85ff4f5
enforce go fmt usage in vscode
2024-08-28 10:59:08 -07:00
Mike Sawka and GitHub
a3aa941b68
implement wsh setconfig ( #284 )
2024-08-27 22:02:21 -07:00
Mike Sawka and GitHub
8630e23239
new config system ( #283 )
2024-08-27 18:49:49 -07:00
636d71e652
Change Connection UI ( #269 )
...
This allows the user to select different connections from the terminal
block. Some features include:
- a status bar at the top of the term block that shows your current
connection
- an icon next to the status bar that shows whether the connection is
currently connected
- the ability to click the status bar and type in a new connection in
order to change the current connection
---------
Co-authored-by: sawka <mike.sawka@gmail.com >
2024-08-23 18:12:40 -07:00
Mike Sawka and GitHub
037497e7f1
wsh edit working ( #252 )
2024-08-20 14:56:48 -07:00
Mike Sawka and GitHub
534fcc5d0a
client support for rpc cancel ( #249 )
2024-08-19 15:44:30 -07:00
sawka
00958b8fed
refactor
2024-08-19 15:01:00 -07:00
Mike Sawka and GitHub
8651659c02
get remote preview working ( #246 )
...
almost all there -- just need to fix streamfile for web urls.
2024-08-19 11:02:40 -07:00
Mike Sawka and GitHub
85874f92ca
set up remote connserver ( #245 )
2024-08-18 21:26:44 -07:00
Mike Sawka and GitHub
ae7d85630b
two level routing (based on how network switches work) ( #241 )
2024-08-16 16:49:49 -07:00
sawka
961502916b
implement remotewritefile
2024-08-13 18:36:11 -07:00
Mike Sawka and GitHub
844451ea0d
wsh routing + proxy ( #224 )
...
lots of changes, including:
* source/route to rpcmessage
* rpcproxy
* wshrouter
* bug fixing
* wps uses routeids not clients
2024-08-13 16:52:35 -07:00
Mike Sawka and GitHub
c4a0e85d32
update wsh code for easier creation of client servers (for readfile/readdir/fileinfo) ( #218 )
2024-08-12 10:58:39 -07:00