Commit Graph

112 Commits

Author SHA1 Message Date
Jared
c36b8224a1 Fix DataGrid refresh. 2021-07-29 07:56:44 -07:00
Jared
d36b2747cc Code cleanup. 2021-07-29 07:56:44 -07:00
Jared
eea84a79b4 Code cleanup. 2021-07-29 07:56:44 -07:00
Jared
739f15432c Fix HostNamePrompt. Add server info to Server Config page. 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
8f74e6080d Create Linux file transfer window. 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
b4b9f09365 Create browser controls. Begin fleshing out client services. 2021-07-29 07:56:43 -07:00
Jared
a135b22131 Message handling cleanup and de-duplication. 2021-07-29 07:56:42 -07:00
Jared
9cfe322dd5 Fix device grid buttons. 2021-07-29 07:56:42 -07:00
Jared
e81aad3f15 Add pagination. 2021-07-29 07:56:41 -07:00
Jared
ec36616732 Run WinForms Application earlier. 2021-07-29 07:56:40 -07:00
Jared Goodwin
06008b04ad Exit post-build event if solution dir variable is undefined. 2021-07-29 07:56:39 -07:00
Jared Goodwin
378a318e2d Add IAppLauncher interface and create implementation per OS. Minor refactoring. 2021-07-29 07:56:38 -07:00
Jared Goodwin
c9cbcd3b71 Use Main param args. Previous way no longer needed. 2021-07-29 07:56:38 -07:00
Jared Goodwin
84803c324e Call SwitchToInputDesktop on startup. Additional logging. 2021-07-29 07:56:38 -07:00
Jared Goodwin
c66c255424 Update config behavior when Host is hard-coded. 2021-07-29 07:56:38 -07:00
Jared Goodwin
75db74c85e Add Linux session indicator. Add NotifyUser to app settings. Add ShutdownService. 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
f46da0f7f1 Capture full screen after capturer init. 2021-07-29 07:56:38 -07:00
Jared Goodwin
bf89797558 Dispose of DataChannel before exiting. 2021-07-29 07:56:37 -07:00
Jared Goodwin
b2c9536e23 Refactor IScreenCapturer. 2021-07-29 07:56:37 -07:00
Jared Goodwin
dd3b9083bd Update WebRTC library and accomodate API changes. 2021-07-29 07:56:37 -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
a2999ecdba Add target session ID. 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
e4291713eb Update publish profiles. 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
42a7fae86c Update publish profile. 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
92b6ddb685 Begin creating wrapper. 2021-07-29 07:56:17 -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
a1e2f8bff8 Add WebRTC DTOs. 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