Commit Graph

63 Commits

Author SHA1 Message Date
Jared Goodwin
403e78e134 Fix Linux remote control bug. 2021-07-29 07:53:59 -07:00
Jared Goodwin
702d5754fc Fix remote control input. 2021-07-29 07:53:59 -07:00
Jared Goodwin
02f158088c Added edit device page. 2021-07-29 07:53:59 -07:00
Jared Goodwin
623b71bc40 Change self-registration setting to max organization count. 2021-07-29 07:53:59 -07:00
Jared Goodwin
d3e6c6c849 Fixed Select All when rows are hidden. Fixed overflow. 2021-07-29 07:53:59 -07:00
Jared Goodwin
ae57084eb2 GetDeviceGroups in DataService. TypeScript rework. 2021-07-29 07:53:59 -07:00
Jared Goodwin
8189e237b3 Remove DevicePermission and UserPermission. 2021-07-29 07:53:59 -07:00
Jared Goodwin
535a855625 Remove explicit types directory. 2021-07-29 07:53:58 -07:00
Jared Goodwin
071fe3772f Add explicit typings directory. 2021-07-29 07:53:58 -07:00
Jared Goodwin
881151afe9 Added dark/light theme option. 2021-07-29 07:53:58 -07:00
Jared Goodwin
c933e9af31 Add .NET Core publishing options. Touch control changes. 2021-07-29 07:53:58 -07:00
Jared Goodwin
47521a4269 Add popup message to DisplayConsoleMessage. Rename to DisplayMessage. 2021-07-29 07:53:58 -07:00
Jared Goodwin
90c2382ab7 Edit Device button can now save tags. 2021-07-29 07:53:58 -07:00
Jared Goodwin
4f1cb2c6ae Float-message changes. Edit device button. 2021-07-29 07:53:58 -07:00
Jared Goodwin
79326f0b46 Core SDK update. Package updates. 2021-07-29 07:53:58 -07:00
Jared Goodwin
21b482edb7 Temporarily disabled Swagger. It's currently not able to build for Linux on Windows in ASP.NET Core 3. 2021-07-29 07:53:58 -07:00
Jared Goodwin
d279410593 Update Publish script and NuGet package. 2021-07-29 07:53:58 -07:00
Jared Goodwin
bce82b3e5b Delete CurrentVersion.txt 2021-07-29 07:53:58 -07:00
Jared Goodwin
9d2b63b07f Fix initial value for "last online" device property. 2021-07-29 07:53:58 -07:00
Jared Goodwin
23db6e53e9 Fix password reset link. 2021-07-29 07:53:58 -07:00
Jared Goodwin
fcff910d6b Fix confirm email on account page. 2021-07-29 07:53:58 -07:00
Jared Goodwin
cb6178c764 Fix account confirmation email URL. 2021-07-29 07:53:58 -07:00
Jared Goodwin
3d9b972c3c Fix file sharing DataService call. 2021-07-29 07:53:57 -07:00
Jared Goodwin
deaec683d2 Update publish script. 2021-07-29 07:53:57 -07:00
Jared Goodwin
b18d4c93ed Fix publish script. 2021-07-29 07:53:57 -07:00
Jared Goodwin
e66dc15e93 Add missing AgentVersion to device update. 2021-07-29 07:53:57 -07:00
Jared Goodwin
e71d1abb9a Fix typo. 2021-07-29 07:53:57 -07:00
Jared Goodwin
041ec984fe Update static files config. Set ClickOnce security settings. 2021-07-29 07:53:57 -07:00
Jared Goodwin
c65b2a6b36 Update Clients page and git ignore. 2021-07-29 07:53:57 -07:00
Jared Goodwin
05174d6af0 Updated scripts and readme. 2021-07-29 07:53:57 -07:00
Jared Goodwin
830585038f Add Swagger back in. 2021-07-29 07:53:57 -07:00
Jared Goodwin
a2bff1af5e WIP on Core 3 upgrade. 2021-07-29 07:53:57 -07:00
Jared Goodwin
6159b26164 WIP 2021-07-29 07:53:57 -07:00
Jared Goodwin
e0210822c2 Remove Newtonsoft.Json. 2021-07-29 07:53:57 -07:00
Jared Goodwin
c9c5b67c4d WIP on Core 3 upgrade. 2021-07-29 07:53:57 -07:00
Jared Goodwin
a99befab28 Refactor concurrent dictionaries. 2021-07-29 07:53:57 -07:00
Jared Goodwin
ba55347b60 Refactored unattended init and connection code. 2021-07-29 07:53:56 -07:00
Jared Goodwin
2b15131897 Desktop switching and connection recovery improvements. 2021-07-29 07:53:56 -07:00
Jared Goodwin
db03bce136 Package updates. 2021-07-29 07:53:56 -07:00
Jared Goodwin
1fed9c4eb0 Modified data cleanup queries so they don't run locally. 2021-07-29 07:53:56 -07:00
Jared Goodwin
d573885622 Fixed a bug where unused ScreenCaster instances weren't exiting. 2021-07-29 07:53:56 -07:00
Jared Goodwin
e4e66eb7df Updated NuGet packages. 2021-07-29 07:53:56 -07:00
Jared Goodwin
2cc0cd16c6 Remote control API now uses device ID instead of device name. Shared files now store the organization ID. Fixed a bug where command completion items for the selected language could show in the command mode shortcuts. 2021-07-29 07:53:56 -07:00
Jared Goodwin
652e5e502c Fixed DeviceCameOnline and Heartbeat events from overwriting device fields. Replaced SignalR groups with static user collections to perform online user lookups. Added navigation properties to authorization queries in DataService. 2021-07-29 07:53:56 -07:00
Jared Goodwin
3ed8650556 Fixed a bug where unattended remote control sessions were not being reconnected after unexpected disconnect. 2021-07-29 07:53:56 -07:00
Jared Goodwin
571c5004fe Unattended remote control session invitees require an authorized account with access to the device. Refactored remote control session info organization. 2021-07-29 07:53:56 -07:00
Jared Goodwin
fc16f56e7b Added GetVersion command. Routed SendSAS through ScreenCaster before DeviceHub. Minor refactoring. 2021-07-29 07:53:56 -07:00
Jared Goodwin
d45e24f091 Reorganize code. Added DataAnnotations to Shared project. 2021-07-29 07:53:56 -07:00
Jared Goodwin
ed391a7387 Remote machine name now gets added to browser tab's title. 2021-07-29 07:53:55 -07:00
Jared Goodwin
24841b171c Added option to require authentication on the remote control page, which defaults to true. 2021-07-29 07:53:55 -07:00