Commit Graph

75 Commits

Author SHA1 Message Date
Jared Goodwin
50237c8167 Trim trailing slashes from server URL. 2021-07-29 07:57:36 -07:00
Jared
155d5e0f59 Changing host in view model no longer needed. 2021-07-29 07:57:33 -07:00
Jared Goodwin
d2bb8b926b Merged PR 6: Linux capture fixes. 2021-07-29 07:57:32 -07:00
Jared
7db7d0b859 Code cleanup. 2021-07-29 07:57:27 -07:00
Jared Goodwin
7f3536017f Merged PR 4: Branding 2021-07-29 07:56:55 -07:00
Jared
91053e21a2 Fix GUI host prompt. 2021-07-29 07:56:54 -07:00
Jared
cbe3447e70 Null conditional on current app when connection closes. 2021-07-29 07:56:53 -07:00
Jared
4a47c844c2 Ubuntu desktop app requires sudo but will install dependencies. Created config service to replace static class. 2021-07-29 07:56:53 -07:00
Jared Goodwin
03a93f2574 Merged PR 3: Frame diffing and canvas drawing experiments 2021-07-29 07:56:51 -07:00
Jared
d934422ea3 Add some manual capturing tests for later use. 2021-07-29 07:56:51 -07:00
Jared
effb27cdd9 Fix WPF app thread handling to allow process to close on app exit event. 2021-07-29 07:56:51 -07:00
Jared
2011484e4e Prevent ClipboarService from opening unnecessary handles. Clean up Windows desktop app startup process. 2021-07-29 07:56:50 -07:00
Jared
69df28d585 Add view-only mode to remote control. 2021-07-29 07:56:50 -07:00
Jared
ec36c87be5 Create windows and viewmodels to prompt for remote control access. 2021-07-29 07:56:47 -07:00
Jared
c36b8224a1 Fix DataGrid refresh. 2021-07-29 07:56:44 -07:00
Jared
eea84a79b4 Code cleanup. 2021-07-29 07:56:44 -07:00
Jared
323f971176 Fix WebRTC buffer reaching threshold during file transfer. 2021-07-29 07:56:44 -07:00
Jared
cd30d14445 Remove unnecessary usings. 2021-07-29 07:56:44 -07:00
Jared
6b873f9cc4 Upload file on UIThread so progress events reach controls. 2021-07-29 07:56:44 -07:00
Jared
b74e2e7e77 Fix Linux window positioning. Wait for WebRTC buffer to clear when sending files. 2021-07-29 07:56:43 -07:00
Jared
1c2bd486a1 Change OpenFileDialog initial directory. 2021-07-29 07:56:43 -07:00
Jared
e951b72f98 Implement file uploading for Windows. 2021-07-29 07:56:43 -07:00
Jared Goodwin
c66c255424 Update config behavior when Host is hard-coded. 2021-07-29 07:56:38 -07:00
Jared Goodwin
b94435d55e Add SessionIndicator for Windows. 2021-07-29 07:56:38 -07:00
Jared Goodwin
71d30765e5 Desktop app fixes. Screen capture tweaks. Installer tweaks. 2021-07-29 07:56:37 -07:00
Jared Goodwin
bae1d1d628 Re-structure projects. Introduce WPF/Avalonia chat windows. Record session from browser. 2021-07-29 07:56:36 -07:00
Jared Goodwin
3bcb4d2ede Logging updates.
Fix log entry.

Additional logging.  Add environment badge.

Add logging.

Updater tweaks.

Add logging.

Updater changes.
2021-07-29 07:56:33 -07:00
Jared Goodwin
4e443833ce Fix elevate desktop app. 2021-07-29 07:56:32 -07:00
Jared Goodwin
017ecc82ac Comment out Elevate commands. 2021-07-29 07:56:31 -07:00
Jared Goodwin
bc2a6187cc Add explicit configuration. Tweak elevate commands. 2021-07-29 07:56:31 -07:00
Jared Goodwin
b8cad43484 Add connection request denied. 2021-07-29 07:56:31 -07:00
Jared Goodwin
5ffe0b55f9 Get current process path differently. 2021-07-29 07:56:17 -07:00
Jared Goodwin
534702f8b5 UseShellExecute on ElevateToAdmin. 2021-07-29 07:56:17 -07:00
Jared Goodwin
248406f05e Restructure for sending cursor change through WebRTC. 2021-07-29 07:56:17 -07:00
Jared Goodwin
436519b75b Add WebRtcSessionFactory to service container. 2021-07-29 07:56:17 -07:00
Jared Goodwin
373960710f Fixed logging. 2021-07-29 07:56:16 -07:00
Jared Goodwin
88af1ebb05 Add WebRtc file transfer. 2021-07-29 07:56:16 -07:00
Jared Goodwin
017a2dcc6a Fix monitor switching. 2021-07-29 07:56:16 -07:00
Jared Goodwin
04031eb08d Finished WebRTC messages. 2021-07-29 07:56:16 -07:00
Jared Goodwin
ed0b50373f Add RTC message DTOs. 2021-07-29 07:56:15 -07:00
Jared Goodwin
337754df1a Refactor and cleanup. 2021-07-29 07:56:15 -07:00
Jared Goodwin
95bcf0a4c3 InvokeAsync to SendAsync. 2021-07-29 07:56:15 -07:00
Jared Goodwin
138b339e07 Refactor BitBlt and DirectX capturer into one service. 2021-07-29 07:56:14 -07:00
Jared Goodwin
c079820153 Tiny refactors. 2021-07-29 07:56:14 -07:00
Jared Goodwin
7f5e6ed811 Clear Viewers list in view model on disconnect/reconnect. 2021-07-29 07:56:09 -07:00
Jared Goodwin
455cbc7c31 Remove unnecessary lines. 2021-07-29 07:56:08 -07:00
Jared Goodwin
010a12783c Update to PowerShell Core 7. 2021-07-29 07:56:08 -07:00
Jared Goodwin
bce4f7dc44 Added automatic reconnect for GUI clients. 2021-07-29 07:56:08 -07:00
Jared Goodwin
57510efa10 Create installer project. 2021-07-29 07:56:03 -07:00
Jared Goodwin
f9d250c17a Check organization remote control session count during attended access. 2021-07-29 07:56:01 -07:00