Jared Goodwin
|
fb4767d516
|
Remove now-invalid AllowsTransparency property.
|
2023-09-08 10:19:46 -07:00 |
|
Jared Goodwin
|
1baa967032
|
Add StreamerState and ability to reconnect after reboots.
|
2023-09-07 05:46:23 -07:00 |
|
Jared Goodwin
|
9128a24fde
|
Added ability to reboot and reconnect.
|
2023-09-06 16:45:30 -07:00 |
|
Jared Goodwin
|
e0e1e23012
|
Update Immense.RemoteControl
|
2023-09-06 13:30:11 -07:00 |
|
Jared Goodwin
|
8eaaa18e55
|
Update Immense.RemoteControl
|
2023-09-06 12:09:33 -07:00 |
|
Jared Goodwin
|
65838d1873
|
Update submodule.
|
2023-09-06 09:43:57 -07:00 |
|
Jared Goodwin
|
df919c1250
|
Merge pull request #722 from immense/bug/fix-x11-login-screen-launch
Fix remote control at X11 greeter.
|
2023-09-01 07:07:10 -07:00 |
|
Jared Goodwin
|
d4f91a2418
|
Merge pull request #721 from immense/bug/fix-scripting-shell-removal
Fix removal of scripting shell after error/timeout.
|
2023-09-01 06:47:42 -07:00 |
|
Jared Goodwin
|
e253a41380
|
Update Immense.RemoteControl
|
2023-09-01 06:47:14 -07:00 |
|
Jared Goodwin
|
1b4bdf3c7f
|
Update Immense.RemoteControl
|
2023-09-01 06:46:22 -07:00 |
|
Jared Goodwin
|
a69527829c
|
Merge branch 'master' into bug/fix-x11-login-screen-launch
|
2023-09-01 06:46:14 -07:00 |
|
Jared Goodwin
|
08955cfdb6
|
Merge pull request #725 from immense/bug/fix-device-filtering
Fix device filtering.
|
2023-09-01 06:43:51 -07:00 |
|
Jared Goodwin
|
428aa96635
|
Merge pull request #724 from immense/tech/platform-guards
Add platform guards for Windows APIs.
|
2023-09-01 06:43:31 -07:00 |
|
Jared Goodwin
|
5f04782380
|
Reduce sorting/filtering needed by tracking state between renders.
|
2023-08-31 10:01:27 -07:00 |
|
Jared Goodwin
|
469c91a87c
|
Fix device filtering. Remove MacAddresses from sortable properties.
|
2023-08-31 09:15:57 -07:00 |
|
Jared Goodwin
|
a379a6761c
|
Update Immense.RemoteControl
|
2023-08-31 08:20:38 -07:00 |
|
Jared Goodwin
|
9f35ce5538
|
Update submodule.
|
2023-08-30 14:49:24 -07:00 |
|
Jared Goodwin
|
69902ea217
|
Add platform guards for Windows APIs.
|
2023-08-30 14:49:16 -07:00 |
|
Jared Goodwin
|
55f3a807f7
|
Fix remote control at X11 greeter by correctly grabbing display and Xauthority from Xorg process.
|
2023-08-30 09:33:55 -07:00 |
|
Jared Goodwin
|
635c6b41d6
|
Dispose of scripting shell on error. Remove unused dictionary.
|
2023-08-30 06:58:29 -07:00 |
|
Jared Goodwin
|
ff11f18f8b
|
Merge pull request #715 from immense/tech/implement-submodule-changes
Implement remote control submodule changes.
|
2023-08-30 06:55:40 -07:00 |
|
Jared Goodwin
|
3440bbe4dc
|
Don't restart if consent wasn't granted on the first request.
|
2023-08-22 08:22:16 -07:00 |
|
Jared Goodwin
|
03486df739
|
Fix namespace.
|
2023-08-21 14:09:50 -07:00 |
|
Jared Goodwin
|
9292ea35d4
|
Limit icon size on branding page.
|
2023-08-21 13:16:31 -07:00 |
|
Jared Goodwin
|
137db6af40
|
Remove branding properties that no longer exist.
|
2023-08-21 12:05:29 -07:00 |
|
Jared Goodwin
|
583c870d3b
|
Don't restart screencaster with hidden window flags.
|
2023-08-21 08:26:57 -07:00 |
|
Jared Goodwin
|
219518a5b7
|
Don't start with hidden window flags.
|
2023-08-21 08:26:15 -07:00 |
|
Jared Goodwin
|
3f28faba39
|
Add namespaces to Program.cs. Make publish locations runtime-agnostic.
|
2023-08-18 15:04:03 -07:00 |
|
Jared Goodwin
|
6fc0d98dd0
|
Update target frameworks.
|
2023-08-18 11:14:23 -07:00 |
|
Jared Goodwin
|
dff5830d0c
|
Implement BrandingProvider changes.
|
2023-08-17 12:47:37 -07:00 |
|
Jared Goodwin
|
a41ac65e9e
|
Fix TargetFramework.
|
2023-08-17 11:11:09 -07:00 |
|
Jared Goodwin
|
aba4a3a550
|
Allow BrandingProvider to private cache branding info.
|
2023-08-17 07:05:30 -07:00 |
|
Jared Goodwin
|
1628af62f8
|
Fix namespace-folder match.
|
2023-08-17 06:48:58 -07:00 |
|
Jared Goodwin
|
2cb819617e
|
Update Immense.RemoteControl
|
2023-08-16 15:57:53 -07:00 |
|
Jared Goodwin
|
ac6c961950
|
Get latest submodule changes working.
|
2023-08-16 10:30:17 -07:00 |
|
Jared Goodwin
|
933c0afbfa
|
Send chat disconnected message when tech closes the window (was missing).
|
2023-08-15 03:59:04 -07:00 |
|
Jared Goodwin
|
067cc0a876
|
Merge pull request #707 from immense/tech/lock-moq-version
Lock Moq version at 4.18.4.
|
2023-08-10 10:18:42 -07:00 |
|
Jared Goodwin
|
47a2b7f53f
|
Lock Moq version at 4.18.4.
|
2023-08-09 11:55:19 -07:00 |
|
Jared Goodwin
|
b1bf5f3aa8
|
Merge pull request #704 from immense/tech/circuit-events
Strongly-typed circuit events.
|
2023-08-09 11:41:13 -07:00 |
|
Jared Goodwin
|
e58bbd7308
|
Update submodule.
|
2023-08-09 09:50:43 -07:00 |
|
Jared Goodwin
|
520710647e
|
Refactor for API changes in SimpleMessenger.
|
2023-08-09 09:33:00 -07:00 |
|
Jared Goodwin
|
4e01804019
|
Replace ConcurrentList with BCL collections.
|
2023-08-07 06:35:00 -07:00 |
|
Jared Goodwin
|
11ac3a7559
|
Update submodule.
|
2023-08-07 06:21:24 -07:00 |
|
Jared Goodwin
|
ec22b607e8
|
Remove CircuitEvent class.
|
2023-08-07 06:04:43 -07:00 |
|
Jared Goodwin
|
f076089f60
|
Replace ClientAppState with stores.
|
2023-08-07 05:54:07 -07:00 |
|
Jared Goodwin
|
13e3a6a038
|
Move chat sessions to their own cache.
|
2023-08-04 14:35:03 -07:00 |
|
Jared Goodwin
|
a3b0fa9e33
|
Move GetEffectiveTheme to new themeProvider.
|
2023-08-04 12:58:16 -07:00 |
|
Jared Goodwin
|
8df614f242
|
Update submodule.
|
2023-08-04 12:51:04 -07:00 |
|
Jared Goodwin
|
c9aa682fda
|
Made circuit events strongly-typed via IMessenger.
|
2023-08-04 12:50:58 -07:00 |
|
Jared Goodwin
|
75a2a56377
|
Merge pull request #702 from immense/tech/strongly-typed-hub-clients
Convert AgentHub to use strongly-typed clients.
|
2023-08-04 09:09:22 -07:00 |
|