Commit Graph

75 Commits

Author SHA1 Message Date
Jared Goodwin
2507e51aab Return early if device not found. 2021-07-29 07:56:13 -07:00
Jared Goodwin
cca4b52c8f Add Notes property to device. 2021-07-29 07:56:13 -07:00
Jared Goodwin
1e6f85640c Finish Alerts API. 2021-07-29 07:56:13 -07:00
Jared Goodwin
4bbff9bf29 Create alerts button and frame.
Create cards for alerts.
2021-07-29 07:56:13 -07:00
Jared Goodwin
fe9fc2ebc4 Change quality slider starting value. 2021-07-29 07:56:09 -07:00
Jared Goodwin
7c6552b581 Added missing device permission checks. 2021-07-29 07:56:08 -07:00
Jared Goodwin
6b57f464d6 Increase connection indicator margin. 2021-07-29 07:56:07 -07:00
Jared Goodwin
4b1741c082 Add connection relayed/p2p indicator. 2021-07-29 07:56:07 -07:00
Jared Goodwin
de0d2eca25 Add deviceuuid as an installer parameter. 2021-07-29 07:56:06 -07:00
Jared Goodwin
1151834d94 Add support for DateTimeOffset with SQLite. 2021-07-29 07:56:06 -07:00
Jared Goodwin
f3abdb2836 Updates to index page. 2021-07-29 07:56:06 -07:00
Jared Goodwin
b744ab8585 Revert default database to SQLite. 2021-07-29 07:56:06 -07:00
Jared Goodwin
1d15d7b5bd Use Json protocol instead of MessagePack in main agent to fix datetime issues. 2021-07-29 07:56:06 -07:00
Jared Goodwin
8e4c1753d4 Add assembly signing in ClientDownloads controller. 2021-07-29 07:56:05 -07:00
Jared Goodwin
4ab5d494a3 Change URLs to new domain. 2021-07-29 07:56:05 -07:00
Jared Goodwin
71002e3905 Added scaffolded items. Status messages weren't showing. 2021-07-29 07:56:05 -07:00
Jared Goodwin
49012b2788 Make Remotely service delayed start. 2021-07-29 07:56:05 -07:00
Jared Goodwin
ee2a35a83f Updates for PostgreSQL switch. 2021-07-29 07:56:05 -07:00
Jared Goodwin
cae0fe594c Permission groups added. 2021-07-29 07:56:05 -07:00
Jared Goodwin
f0c468a1e7 Add tests and IoC activator. 2021-07-29 07:56:04 -07:00
Jared Goodwin
c127921b1a Add new API documentation. 2021-07-29 07:56:04 -07:00
Jared Goodwin
e6835fa65a Add option to require 2FA. 2021-07-29 07:56:04 -07:00
Jared Goodwin
8ac490e759 Add theme option to UserOptions. 2021-07-29 07:56:04 -07:00
Jared Goodwin
9c5f57e616 Add support for Windows 8.1 and 7. 2021-07-29 07:56:04 -07:00
Jared Goodwin
0535a6452e Update downloads page installer link. 2021-07-29 07:56:04 -07:00
Jared Goodwin
6b2884e4d5 Add installer to ClientDownloadsController and Publish script. 2021-07-29 07:56:03 -07:00
Jared Goodwin
87a2f30166 Shared files expire and lock. Changed "Remove from organization" to delete. 2021-07-29 07:56:03 -07:00
Jared Goodwin
584c13711e Hide register button when appropriate. 2021-07-29 07:56:03 -07:00
Jared Goodwin
19171782fe Change free memory/storage to used. 2021-07-29 07:56:02 -07:00
Jared Goodwin
6fc0b84ab1 Add CPU percentage. 2021-07-29 07:56:02 -07:00
Jared Goodwin
179d3806a4 Add custom authorization filter for API. 2021-07-29 07:56:02 -07:00
Jared Goodwin
963ea9498e Added ability to block remote user input. 2021-07-29 07:56:01 -07:00
Jared Goodwin
f77ce72fb6 Read server version from executing assembly instead of file system. 2021-07-29 07:56:01 -07:00
Jared Goodwin
791c0909ff Unified 64-bit and 32-bit installers into one file. 2021-07-29 07:56:01 -07:00
Jared Goodwin
685e690392 Chat service implemented. 2021-07-29 07:56:00 -07:00
Jared Goodwin
5e9e3eee6e Add appconfig option for enabling WebRTC. 2021-07-29 07:56:00 -07:00
Jared Goodwin
d82da3dea9 Agents auto-update via downloaded script. Pauses for random seconds based on total device count before downloading (to even out the bandwidth). 2021-07-29 07:56:00 -07:00
Jared Goodwin
35341700d5 Fix screen caster shutdown. Add dynamic DTO type for WebRTC binary serialization. 2021-07-29 07:56:00 -07:00
Jared Goodwin
0d34e6880f Throttling adjustments. Refactoring and cleanup. 2021-07-29 07:55:59 -07:00
Jared Goodwin
a69cbae90a Added monitoring and throttling of WebRTC output buffer. 2021-07-29 07:55:59 -07:00
Jared Goodwin
8ad680df65 Add SharpDX credits. 2021-07-29 07:55:59 -07:00
Jared Goodwin
01809dde46 Added Server Logs page. Added outgoing buffer throttling in screen caster. Refactoring. 2021-07-29 07:55:59 -07:00
Jared Goodwin
513512350b Revert device alert service to keep other changes. 2021-07-29 07:55:58 -07:00
Jared Goodwin
15194c042e Add to EditDevice InputModel. 2021-07-29 07:55:58 -07:00
Jared Goodwin
205f846bf2 Modify CSS to keep device grid controls visible when scrolling. 2021-07-29 07:55:58 -07:00
Jared Goodwin
04578158b3 Added auto image quality. 2021-07-29 07:55:58 -07:00
Jared Goodwin
ba2f637c11 Improved group and search filtering. 2021-07-29 07:54:02 -07:00
Jared Goodwin
f457d4a5c2 Separate 32/64-bit Windows desktop clients. 2021-07-29 07:54:01 -07:00
Jared Goodwin
a18167a0a4 Make Linux GUI single file. 2021-07-29 07:54:01 -07:00
Jared Goodwin
b6432d1981 Return to single-file EXE for desktop client. 2021-07-29 07:54:01 -07:00