Commit Graph

254 Commits

Author SHA1 Message Date
Jared Goodwin
97d8eaf8ff Auto-populate name on Remote Control page. 2021-07-29 07:57:37 -07:00
Jared
e4af33cce7 Add filtering options to server admins list. 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
5cade93dd5 Remove unused TS/JS files. 2021-07-29 07:57:31 -07:00
Jared Goodwin
8c3f997b89 Merged PR 5: Replace Server UI with Blazor 2021-07-29 07:57:31 -07:00
Jared
6811e39231 Revert some capture changes. 2021-07-29 07:57:30 -07:00
Jared
b9f6624453 Switch to createImageBitmap. 2021-07-29 07:57:30 -07:00
Jared
9c8a6c86c7 Remove mouse button 0/2 check on mouseup. 2021-07-29 07:57:29 -07:00
Jared
c631c162f6 Use Expand-Archive instead of ZipFile class. 2021-07-29 07:57:29 -07:00
Jared
49e6b92f3a Use combination of JPEG and WEBP. 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
c00e01436b Add button and API endpoint to clear all alerts. 2021-07-29 07:57:28 -07:00
RecursiveProgrammer
4bb2db13b8 Upgrade script errors, file had special characters, Parsing was not producing expected results, spawned by: https://github.com/RecursiveProgrammer/Remotely/issues/2 2021-07-29 07:57:28 -07:00
Jared
884d836421 NPM updates. 2021-07-29 07:57:27 -07:00
Jared
b89eabcdeb Populate relay codes. 2021-07-29 07:56:55 -07:00
Jared
e2665771de Remove third-party relay services. 2021-07-29 07:56:55 -07:00
Jared
2182c46fd6 Fix Select command. Don't send ClickOnce setup to Azure if application file has already been modified. 2021-07-29 07:56:55 -07:00
Jared
07c5315af8 Add to feature list. 2021-07-29 07:56:55 -07:00
Jared
d64a440faa Fix typo. 2021-07-29 07:56:55 -07:00
Jared Goodwin
7f3536017f Merged PR 4: Branding 2021-07-29 07:56:55 -07:00
Jared
a90a096c13 Confirm device removal. 2021-07-29 07:56:54 -07:00
RecursiveProgrammer
68543e600a UpdatePackagePath had a typo, missing the bracket for accessing the array (#226) 2021-07-29 07:56:54 -07:00
Jared
f7c9f57bbc Add device removal button. 2021-07-29 07:56:54 -07:00
Jared
45b17b8a9a Swap chat host/client roles. 2021-07-29 07:56:53 -07:00
Jared
1c81aaa523 Remove Motd element. 2021-07-29 07:56:53 -07:00
Jared
9eb970daf1 Remove Motd for now. 2021-07-29 07:56:53 -07:00
Jared
b91dd24959 Add AppendChild helper. 2021-07-29 07:56:53 -07:00
Jared
db17d8d948 Check for empty content in motd. 2021-07-29 07:56:53 -07:00
Jared
d205807865 Add MotD. 2021-07-29 07:56:53 -07:00
Jared
f1498093e1 Use Image constructor instead of creating img element. 2021-07-29 07:56:53 -07:00
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
dd5757046f Fix viewport width. Derive outdated versions from max agent version. 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
85898ab590 Add SMTP test email button in Server Config. 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
302af61861 Move touch keyboard button. Add full screen button. 2021-07-29 07:56:51 -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
584ac0a900 Add many-to-many migrations. 2021-07-29 07:56:50 -07:00
Jared
2115dac1ee Add BannedDevices and MaxConcurrentUpdates to server config page. 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