Commit Graph

474 Commits

Author SHA1 Message Date
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
Jared
12e789e545 NuGet package updates. 2021-07-29 07:57:28 -07:00
dependabot[bot]
a112d52506 Bump msgpack5 from 4.5.0 to 4.5.1 in /Server
Bumps [msgpack5](https://github.com/mcollina/msgpack5) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/mcollina/msgpack5/releases)
- [Commits](https://github.com/mcollina/msgpack5/compare/v4.5.0...v4.5.1)

Signed-off-by: dependabot[bot] <support@github.com>
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
41e66d3a9a Fix STUN URI format. 2021-07-29 07:57:28 -07:00
Jared
884d836421 NPM updates. 2021-07-29 07:57:27 -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
1643576ad1 Use permalinks on download page for organization's desktop client. 2021-07-29 07:57:26 -07:00
Jared
d8597b6daa Update note for ClickOnce installers. 2021-07-29 07:57:26 -07:00
Jared
d3a4e5be40 Fix NRE. 2021-07-29 07:57:26 -07:00
Jared
2e356f6b99 Migrations. 2021-07-29 07:56:55 -07:00
Jared
ea7f4e5ce8 Use static files for ClickOnce setup. 2021-07-29 07:56:55 -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
4a8900cc7d Use icon. Return not found if Azure can't be reached. 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
7649bdb44e Add registration info on Branding page. 2021-07-29 07:56:55 -07:00
Jared
53843bcadf Fix unbranded client download. 2021-07-29 07:56:55 -07:00
Jared Goodwin
7f3536017f Merged PR 4: Branding 2021-07-29 07:56:55 -07:00
Jared
463691bfd2 Reduce scope stack. 2021-07-29 07:56:54 -07:00
Jared
1c8f8902d0 Remove auto-generated AlterColumn. 2021-07-29 07:56:54 -07:00
Jared
a90a096c13 Confirm device removal. 2021-07-29 07:56:54 -07:00
Jared
511ba665cb Cosmetics. 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
adbab10f93 Add "update all" button on server config page. 2021-07-29 07:56:54 -07:00
Jared
1e1dd129c0 Remove redundancy. 2021-07-29 07:56:54 -07:00
Jared
e220f994a9 Remove all records in server admin. 2021-07-29 07:56:54 -07:00
Jared
f7c9f57bbc Add device removal button. 2021-07-29 07:56:54 -07:00
Jared
716fabaf6c Remove null check Motd, which resulted in null reference in JavaScript. 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
7a3293bdf3 Package updates. Remove unused package. 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
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