Jared
|
ceebbcaa63
|
Update packages.
|
2021-07-29 07:56:53 -07:00 |
|
Jared
|
4390681221
|
Revert canvas drawing technique.
|
2021-07-29 07:56:53 -07:00 |
|
Jared
|
6f1714b36b
|
Update site.js
|
2021-07-29 07:56:52 -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 |
|
Jared
|
36ae2fd934
|
Update .NET runtime in Linux agent install scripts.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
c4e19082e1
|
Fix highest version calculation.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
dd5757046f
|
Fix viewport width. Derive outdated versions from max agent version.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
e4a6d3369b
|
Check banned devices during agent update.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
fd8e23d57e
|
Reduce expiration time for downloading agents.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
ffbd8d5821
|
Change viewport based on device orientation.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
55c7ce34a3
|
Show number of outdated devices on server config page.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
bc571791e4
|
Log IP address in Agent Update controller.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
ceaf92f01f
|
Add handling for failed auto-updates.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
85898ab590
|
Add SMTP test email button in Server Config.
|
2021-07-29 07:56:52 -07:00 |
|
Jared
|
0b8ed9f8ee
|
Add per-device WebRTC setting.
|
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 Goodwin
|
03a93f2574
|
Merged PR 3: Frame diffing and canvas drawing experiments
|
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
|
302af61861
|
Move touch keyboard button. Add full screen button.
|
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
|
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
|
96f2a094af
|
Fix query string evaluation.
|
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
|
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
|
afc302cd6f
|
Dispose of WebResponses. Use VsWhere.
|
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
|
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
|
4329266122
|
Add middle-mouse click.
|
2021-07-29 07:56:49 -07:00 |
|
Jared
|
e63715aaa6
|
Add data annotation to Invite. Normalize username in user query. Force exit in ShutdownServiceWin (WebRTC is still preventing the process from closing sometimes).
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
f1c8149c27
|
Persist some viewer settings between sessions.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
524347c6c1
|
Remove forward limit on known proxies. Convert IPs that are IPv4-Mapped-To-IPv6 to IPv4 format.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
b0f50d08af
|
Await call.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
51cf9b4c1c
|
Fix bad hub method signature.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
1a9509a040
|
Package updates. Check WindowsIdentity vs Session ID for AppLauncher.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
9fe63da1d6
|
Increase require.js module timeout. Use SessionId in AppLauncher to determine start procedure.
|
2021-07-29 07:56:48 -07:00 |
|
Jared
|
367d6b6445
|
Expire token after entry expiration.
|
2021-07-29 07:56:47 -07:00 |
|
Jared
|
ca3f8c95e8
|
Fix expiration timespan.
|
2021-07-29 07:56:47 -07:00 |
|