Commit Graph

382 Commits

Author SHA1 Message Date
Jared
a6eaebdcfe Add CancellationChangeToken to force eviction of entries. 2021-07-29 07:56:47 -07:00
Jared
ca9bc3f521 Fix Sqlite migrations. 2021-07-29 07:56:47 -07:00
Jared
14c05c3c43 Fix multiple migration sets. 2021-07-29 07:56:47 -07:00
Jared
702d7402a1 Make Linux update backwards compatible. 2021-07-29 07:56:47 -07:00
Jared
b31d30d535 Fix remote control access prompt text wrapping on Linux. 2021-07-29 07:56:47 -07:00
Jared
695388a75d Add multiple migration sets. 2021-07-29 07:56:47 -07:00
Jared
ec36c87be5 Create windows and viewmodels to prompt for remote control access. 2021-07-29 07:56:47 -07:00
Jared
af9fe6df81 Scaffold out RemoteControlAccessService. 2021-07-29 07:56:47 -07:00
Jared
254bf24e47 Add installer for Manjaro. 2021-07-29 07:56:46 -07:00
Jared
f8eb6b635f Don't replace requester name for attended sessions. 2021-07-29 07:56:46 -07:00
Jared
0c08427b2e Null check on device name. 2021-07-29 07:56:46 -07:00
Jared
adc57eecdc HTML-encode various dynamic content. Update IIS server install script. 2021-07-29 07:56:46 -07:00
Jared
8be89121aa Fix re-rendering of devices when they go offline. 2021-07-29 07:56:46 -07:00
Jared
6f453a4c9d Fix installer. 2021-07-29 07:56:46 -07:00
Jared
4870373c87 Update Nginx config. 2021-07-29 07:56:45 -07:00
Jared
5945d67496 Update Linux install scripts. 2021-07-29 07:56:45 -07:00
Jared
ec84365603 Return FileStream for Windows installer. 2021-07-29 07:56:45 -07:00
Jared
0ca6710211 Add Put to DevicesController. 2021-07-29 07:56:45 -07:00
Jared
c36b8224a1 Fix DataGrid refresh. 2021-07-29 07:56:44 -07:00
Jared
d36b2747cc Code cleanup. 2021-07-29 07:56:44 -07:00
Jared
eea84a79b4 Code cleanup. 2021-07-29 07:56:44 -07:00
Jared
7dc7895dbd Fix reconnect. Trim unused hub methods. 2021-07-29 07:56:44 -07:00
Jared
739f15432c Fix HostNamePrompt. Add server info to Server Config page. 2021-07-29 07:56:44 -07:00
Jared
323f971176 Fix WebRTC buffer reaching threshold during file transfer. 2021-07-29 07:56:44 -07:00
Jared
f411c14334 Add types dir back. 2021-07-29 07:56:44 -07:00
Jared
905be25995 Consolidate all modules to single out file. 2021-07-29 07:56:43 -07:00
Jared
d73bc004d9 Use outFile with AMD modules. Load with Requirejs. 2021-07-29 07:56:43 -07:00
Jared
e951b72f98 Implement file uploading for Windows. 2021-07-29 07:56:43 -07:00
Jared
b4b9f09365 Create browser controls. Begin fleshing out client services. 2021-07-29 07:56:43 -07:00
Jared
4b797d975a Cleanup and message de-duplication. 2021-07-29 07:56:42 -07:00
Jared
a135b22131 Message handling cleanup and de-duplication. 2021-07-29 07:56:42 -07:00
Jared
cda7196b03 Remove cookie policy configuration. Use defaults. 2021-07-29 07:56:42 -07:00
Jared
9cfe322dd5 Fix device grid buttons. 2021-07-29 07:56:42 -07:00
dependabot[bot]
3c61b5a468 Bump bl from 2.2.0 to 2.2.1 in /Server
Bumps [bl](https://github.com/rvagg/bl) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v2.2.0...v2.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-29 07:56:42 -07:00
Jared
6acd961573 Reduce input timeout. Center text in input. 2021-07-29 07:56:41 -07:00
Jared
e81aad3f15 Add pagination. 2021-07-29 07:56:41 -07:00
Jared
b83a84729f Add checkbox to hide offline devices. 2021-07-29 07:56:41 -07:00
Jared
30d5f16a71 Start data grid refactor. 2021-07-29 07:56:41 -07:00
Jared
cc56974fed Cleanup. 2021-07-29 07:56:41 -07:00
Jared
ba0785371f Update Downloads page. 2021-07-29 07:56:41 -07:00
Jared
e2fd115bef Add org id in CreateDevice. 2021-07-29 07:56:41 -07:00
Jared
a24546f105 Change device setup process. 2021-07-29 07:56:40 -07:00
Jared
f3797b00bb Refactor DeviceInformation.Create. 2021-07-29 07:56:40 -07:00
Jared
f2063e69a0 Remove unused command line arg for installer. 2021-07-29 07:56:40 -07:00
Jared
5d57cb2760 Rename RCBrowserHub to ViewerHub. Refactor ViewerHubConnection close events. 2021-07-29 07:56:40 -07:00
Jared Goodwin
6dc9b553e0 Case-insensitive etag grep. Rename server install bash scripts. 2021-07-29 07:56:38 -07:00
Jared Goodwin
da5b6c7fd8 Use counter for missed messages on the console instead of flashing alert. 2021-07-29 07:56:38 -07:00
Jared Goodwin
b4a14ac50d Remove recording from server config (was moved to browser). 2021-07-29 07:56:38 -07:00
Jared Goodwin
75db74c85e Add Linux session indicator. Add NotifyUser to app settings. Add ShutdownService. 2021-07-29 07:56:38 -07:00
Jared Goodwin
b94435d55e Add SessionIndicator for Windows. 2021-07-29 07:56:38 -07:00