Commit Graph

540 Commits

Author SHA1 Message Date
Jared Goodwin
3b8af4309f Install dependencies in Linux desktop. 2021-07-29 07:56:14 -07:00
Jared Goodwin
d04552152e Cleanup Capturer services. 2021-07-29 07:56:14 -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
7f87a622cf Update README.md. 2021-07-29 07:56:14 -07:00
Jared Goodwin
7b6754e941 Set default comparer for JSON serialized collections. 2021-07-29 07:56:13 -07:00
Jared Goodwin
2507e51aab Return early if device not found. 2021-07-29 07:56:13 -07:00
Jared Goodwin
1ba27281be Update tests. 2021-07-29 07:56:13 -07:00
Jared Goodwin
cca4b52c8f Add Notes property to device. 2021-07-29 07:56:13 -07:00
Jared Goodwin
1e6f85640c Finish Alerts API. 2021-07-29 07:56:13 -07:00
Jared Goodwin
b9fa8c681f Add API token help modal. Improve handling in RemoteControl API endpoint. 2021-07-29 07:56:13 -07:00
Jared Goodwin
4bbff9bf29 Create alerts button and frame.
Create cards for alerts.
2021-07-29 07:56:13 -07:00
Jared Goodwin
b82a469baa Update AddAlert params. 2021-07-29 07:56:13 -07:00
Jared Goodwin
861e2746f7 Fix Alerts migration. 2021-07-29 07:56:13 -07:00
Jared Goodwin
9fbaba31e3 Fix schema. 2021-07-29 07:56:13 -07:00
Jared Goodwin
d4efc1d41d Add Alerts migration. 2021-07-29 07:56:13 -07:00
Jared Goodwin
8dac140f54 Create AlertsController and DataService methods. 2021-07-29 07:56:13 -07:00
Jared Goodwin
d2f089486e Scaffold alert models and controller. 2021-07-29 07:56:09 -07:00
Jared Goodwin
e8856e2083 Put null conditional back in. 2021-07-29 07:56:09 -07:00
Jared Goodwin
0bfd838543 Add DPI awareness to app.manifest. Shutdown input thread on WPF Application.Exit event. 2021-07-29 07:56:09 -07:00
Jared Goodwin
81f11a2dee Remove manual GC collection. 2021-07-29 07:56:09 -07:00
Jared Goodwin
7f5e6ed811 Clear Viewers list in view model on disconnect/reconnect. 2021-07-29 07:56:09 -07:00
Jared Goodwin
6d0254d515 Add Debug property to show FPS. 2021-07-29 07:56:09 -07:00
Jared Goodwin
18b9b330d0 Add comments to Install-RemotelyServer.ps1 params. 2021-07-29 07:56:09 -07:00
Jared Goodwin
fe9fc2ebc4 Change quality slider starting value. 2021-07-29 07:56:09 -07:00
Jared Goodwin
f7b20c087b Change default image quality. 2021-07-29 07:56:09 -07:00
Jared Goodwin
13d17d2a5f FilterUsers fix. 2021-07-29 07:56:08 -07:00
Jared Goodwin
49251d9d71 FilterUsers fix. 2021-07-29 07:56:08 -07:00
Jared Goodwin
68f4a2eab0 Restart systemctl service instead of start, in case of update. 2021-07-29 07:56:08 -07:00
Jared Goodwin
5f84f03ad1 Use UTC DateTime for version. 2021-07-29 07:56:08 -07:00
Jared Goodwin
3a08666bb4 Check for update after starting Windows service. 2021-07-29 07:56:08 -07:00
Jared Goodwin
add08eb0b7 Check for updates on reconnect. Lock around update check. 2021-07-29 07:56:08 -07:00
Jared Goodwin
6417c2afab Separate update checks from socket. 2021-07-29 07:56:08 -07:00
Jared Goodwin
7c6552b581 Added missing device permission checks. 2021-07-29 07:56:08 -07:00
Jared Goodwin
ffcb019371 Change directory move to copy. 2021-07-29 07:56:08 -07:00
Jared Goodwin
9ca644c493 Add using around temp PS instance. 2021-07-29 07:56:08 -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
17ab7bc296 Rename TransferFiles to UploadFiles. 2021-07-29 07:56:08 -07:00
Jared Goodwin
eb8aa2040b Update verbiage in Linux install script. 2021-07-29 07:56:08 -07:00
Jared Goodwin
28750a9195 Get Ubuntu who information differently. 2021-07-29 07:56:07 -07:00
Jared Goodwin
e43933fab6 Add platform switch for session recorder. 2021-07-29 07:56:07 -07:00
Jared Goodwin
25365a975a Explicitly add existing SMTP password on render, as model binding doesn't appear to. 2021-07-29 07:56:07 -07:00
Jared Goodwin
4afc39e5a0 Add logging for successful email sends. 2021-07-29 07:56:07 -07:00
Jared Goodwin
6b57f464d6 Increase connection indicator margin. 2021-07-29 07:56:07 -07:00
Jared Goodwin
f9ade12663 Increase connection indicator margin. 2021-07-29 07:56:07 -07:00
Jared Goodwin
4b1741c082 Add connection relayed/p2p indicator. 2021-07-29 07:56:07 -07:00
Jared Goodwin
3d4fd94734 Added EmailSenderEx. Improve error handling and reporting of email failures. 2021-07-29 07:56:07 -07:00
Jared Goodwin
6a671db6ce Include device groups with 0 links. 2021-07-29 07:56:07 -07:00