Commit Graph

165 Commits

Author SHA1 Message Date
Jared Goodwin
54a8726c29 Update packages. 2022-07-06 07:40:21 -07:00
Jared Goodwin
47378133d1 Replace System.Drawing with SkiaSharp. 2022-07-06 07:36:38 -07:00
Jared Goodwin
a096df3b5e Automatically refresh devices on update using a debouncer to avoid excessive CPU usage. 2022-07-06 06:38:44 -07:00
Jared Goodwin
39044acb02 Update projects. 2021-12-02 06:10:03 -08:00
Jared Goodwin
e68c05f1fc Throttling and capture tweaks. 2021-08-27 14:46:26 -07:00
Jared Goodwin
9eb3fd7ca3 Delay based on rountrip time. 2021-08-15 14:16:51 -07:00
Jared Goodwin
9ce74d2e46 Calculate average Mbps 2021-08-15 11:17:31 -07:00
Jared Goodwin
db6f38ddb0 Reduce image quality based on FPS. 2021-08-13 16:55:59 -07:00
Jared Goodwin
2fbc3a12d8 Make BaseDtoType in BaseDto virtual. 2021-08-10 07:03:32 -07:00
Jared Goodwin
ec2ae45e88 Merged PR 9: Auto-quality tweaks.
Auto-quality updates.
2021-08-07 17:53:14 +00:00
Jared goodwin
af0884e260 Update NuGet packages. 2021-08-05 15:17:01 -07:00
Jared Goodwin
24eb298914 Remove AutoQuality and simplify caster throttling. 2021-07-29 07:58:19 -07:00
Jared Goodwin
44638a330f Update NuGet packages. 2021-07-29 07:58:17 -07:00
Jared Goodwin
d6fda7f290 Remove unused, malformed DEVMODE. 2021-07-29 07:58:15 -07:00
Jared Goodwin
a23a76fcf2 Add explicit method for deleting logs. 2021-07-29 07:58:15 -07:00
Jared Goodwin
aac8db5cc6 Add name to Server artifact. Update installer. Update packages. 2021-07-29 07:58:14 -07:00
Jared Goodwin
6be03674d5 Fix agent installer embedded server URL. 2021-07-29 07:58:14 -07:00
Jared Goodwin
ba53c165f3 Re-implement auto quality toggle. 2021-07-29 07:58:12 -07:00
Jared Goodwin
8ca0f77aa8 Add orientation to DirectXOutput model to detect orientation of non-primary monitors. 2021-07-29 07:58:12 -07:00
Jared Goodwin
d7012b068f Refactor TryDisposeAll 2021-07-29 07:58:09 -07:00
Jared Goodwin
a941f76d81 Refactor server installer prompts. 2021-07-29 07:58:08 -07:00
Jared Goodwin
a3476714fd Track frames by Id. 2021-07-29 07:58:08 -07:00
Jared Goodwin
17b77a39f8 Add Mac updater. 2021-07-29 07:58:06 -07:00
Jared Goodwin
593b21a824 Add Mac downloads. 2021-07-29 07:58:06 -07:00
Jared Goodwin
cc5de5a534 Begin building Mac services in Agent project. 2021-07-29 07:58:05 -07:00
Jared Goodwin
c2d6dae83b Revert WebRTC library back to Microsoft MixedReality WebRTC. 2021-07-29 07:58:04 -07:00
Jared
3a5471b553 Replace MR WebRTC with SIPSorcery. 2021-07-29 07:57:39 -07:00
Jared Goodwin
051e3f5332 Add alert details modal. Fix GetEffectiveTheme. 2021-07-29 07:57:38 -07:00
Jared Goodwin
b497a4c8bc Remove synchronous code from AuthComponentBase. 2021-07-29 07:57:37 -07:00
Jared Goodwin
b7fa3548ca Trim trailing slashes in server URL in ConnectionInfo. 2021-07-29 07:57:37 -07:00
Jared Goodwin
50237c8167 Trim trailing slashes from server URL. 2021-07-29 07:57:36 -07:00
Jared
a09503408b Add parameter parsing error messages. Increase console column width. 2021-07-29 07:57:35 -07:00
Jared
b25a266522 Trim console lines. 2021-07-29 07:57:34 -07:00
Jared
50ff25277f Add Server.Installer project. 2021-07-29 07:57:33 -07:00
Jared
a82b26c1c4 Show message when logs are empty. 2021-07-29 07:57:32 -07:00
Jared Goodwin
d2bb8b926b Merged PR 6: Linux capture fixes. 2021-07-29 07:57:32 -07:00
Jared Goodwin
8c3f997b89 Merged PR 5: Replace Server UI with Blazor 2021-07-29 07:57:31 -07:00
Jared
292ed4b978 Use predictive bandwidth analysis. 2021-07-29 07:57:29 -07:00
Jared
0d98fcd278 Implement SkiaSharp. Remove manual quality controls. 2021-07-29 07:57:29 -07:00
Jared
12e789e545 NuGet package updates. 2021-07-29 07:57:28 -07:00
Jared
c55e353cdd NuGet package updates. 2021-07-29 07:57:27 -07:00
Jared
7db7d0b859 Code cleanup. 2021-07-29 07:57:27 -07:00
Jared
61f5cc5e66 Update hostname replacement in Publish.ps1. 2021-07-29 07:57:26 -07:00
Jared
2e356f6b99 Migrations. 2021-07-29 07:56:55 -07:00
Jared
e2665771de Remove third-party relay services. 2021-07-29 07:56:55 -07:00
Jared Goodwin
7f3536017f Merged PR 4: Branding 2021-07-29 07:56:55 -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
93514daf21 Remove obsolete attributes. 2021-07-29 07:56:53 -07:00
Jared
ceebbcaa63 Update packages. 2021-07-29 07:56:53 -07:00
Jared
dd9e71b772 Revert frame diffing to original method. Add Clear Logs/Scripting History. Alert for outdated .NET Framework version. 2021-07-29 07:56:52 -07:00