Commit Graph

926 Commits

Author SHA1 Message Date
Jared
90a3af13fc Combine neighboring change rects in GetDiffAreas2. 2021-07-29 07:56:52 -07:00
Jared
a97da9e295 Do some extra sanitization on HTML output.. 2021-07-29 07:56:52 -07:00
Jared
16d3b2ee55 Clean up unused elements from testing. Revert to original image diffing. 2021-07-29 07:56:52 -07:00
Jared
1529cdfb4a Trying diff method 3. 2021-07-29 07:56:52 -07:00
Jared
4e27e29221 Remove pre-processor directives. 2021-07-29 07:56:51 -07:00
Jared Goodwin
03a93f2574 Merged PR 3: Frame diffing and canvas drawing experiments 2021-07-29 07:56:51 -07:00
Jared
4c43817aea Use semaphore to send frames while preparing the next capture. 2021-07-29 07:56:51 -07:00
Jared
2a7fe42d79 Improve graceful shutdown of unattended session WPF process. 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
eb5c1c1efc Request full screen on document instead of viewer wrapper (to keep the sidebar). 2021-07-29 07:56:51 -07:00
Jared
0cf277ae87 Move app exit event handlers. Add ReinstallAgent command. 2021-07-29 07:56:51 -07:00
Jared
3c88a88a5a Trigger an immediate device update on the grid when device is edited. 2021-07-29 07:56:51 -07:00
Jared
1ca6b22173 Refactor chat service. 2021-07-29 07:56:51 -07:00
Jared
302af61861 Move touch keyboard button. Add full screen button. 2021-07-29 07:56:51 -07:00
Jared
7b4a640400 Remove Microsoft.Management.Infrastructure. 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
c5ad58433e Add TODO for refactoring chat service. 2021-07-29 07:56:51 -07:00
Jared
8353437b87 Replace logo URL in email with current server instance. 2021-07-29 07:56:51 -07:00
Jared
cd079de811 Verify URI format for server URL. 2021-07-29 07:56:51 -07:00
Jared
4e877ded68 Remove Uninstall reg key when agent uninstalls itself. 2021-07-29 07:56:51 -07:00
Jared
a0ef956e57 Put removal of ConnectionId in a finally block on disconnect. 2021-07-29 07:56:50 -07:00
Jared
d32dfc69af Don't require special characters in password. 2021-07-29 07:56:50 -07:00
Jared
4ea68cf40d Normalize username. 2021-07-29 07:56:50 -07:00
Jared
f53b33fb50 Null check. Add ServiceDependencies folder to gitignore. 2021-07-29 07:56:50 -07:00
Jared
d940a2a4e3 Send monitor wake signal before starting unattended screen cast. 2021-07-29 07:56:50 -07:00
Jared
96f2a094af Fix query string evaluation. 2021-07-29 07:56:50 -07:00
Jared
26625e96ea Only switch to input desktop on init. 2021-07-29 07:56:50 -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
d424d9ff98 Fix CloseDesktop failures. 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
f58623c979 NuGet updates. 2021-07-29 07:56:50 -07:00
Jared
1d2bf2eec1 Remove wildcards to improve efficiency of vswhere. 2021-07-29 07:56:50 -07:00
Jared
cfc5e4381f Update README.md 2021-07-29 07:56:50 -07:00
Jared
5937304ed8 Device filtering fixes. 2021-07-29 07:56:50 -07:00
Jared
584ac0a900 Add many-to-many migrations. 2021-07-29 07:56:50 -07:00
Jared
1ab0d2a496 Refactor entities. 2021-07-29 07:56:50 -07:00
Jared
2b93bae58a Fix device filtering. 2021-07-29 07:56:49 -07:00
Jared
d7fece358c Add "-products *" parameter for VsWhere. 2021-07-29 07:56:49 -07:00
Jared
afc302cd6f Dispose of WebResponses. Use VsWhere. 2021-07-29 07:56:49 -07:00
Jared
2b94e47bae Add link to charities. 2021-07-29 07:56:49 -07:00
Jared
ca1f3a1c77 Add IncludeAllContentForSelfExtract, which is now required in .NET 5 for single-file publishing. 2021-07-29 07:56:49 -07:00
Jared
2115dac1ee Add BannedDevices and MaxConcurrentUpdates to server config page. 2021-07-29 07:56:49 -07:00
Jared
0424b5339d Use new IApplicationConfig interface in RemoteControl page. 2021-07-29 07:56:49 -07:00
Jared
934ff31be5 Use IDataService interface in Identity areas. 2021-07-29 07:56:49 -07:00
Jared
ce1e4bf8e0 Add device banning. Extract interfaces from DataService and ApplicationConfig. Create unit tests. 2021-07-29 07:56:49 -07:00
Jared
317520370d Remove PublishTrimmed option from Linux desktop profiles. 2021-07-29 07:56:49 -07:00
Jared
9ef0152bbe Update server install scripts. 2021-07-29 07:56:49 -07:00
Jared
3e09a96671 Update to .NET 5. (#176)
* Retarget .NET 5.

* Delete binaries

* Create ClickOnce publish profile.

* Add IncludeAllContentForSelfExtract

* Retarget .NET 5.

* Delete binaries

* Create ClickOnce publish profile.

* Add IncludeAllContentForSelfExtract

* Remove trim publish option.

* Update Program.cs

* Bump .NET Framework apps up to v4.8.

* Remove use of obsolete DatabaseErrorPageMiddleware.

* Delete ClickOnce-Win10-x64.pubxml
2021-07-29 07:56:49 -07:00
Jared
60cfb3dd1d Switch to BitBlt mode when screen orientation is changed. 2021-07-29 07:56:49 -07:00
Jared
4329266122 Add middle-mouse click. 2021-07-29 07:56:49 -07:00