Jared Goodwin
|
2694188547
|
Migrate to Blazor Web App
|
2024-02-19 15:28:07 -08:00 |
|
Jared Goodwin
|
1baa967032
|
Add StreamerState and ability to reconnect after reboots.
|
2023-09-07 05:46:23 -07:00 |
|
Jared Goodwin
|
9128a24fde
|
Added ability to reboot and reconnect.
|
2023-09-06 16:45:30 -07:00 |
|
Jared Goodwin
|
3440bbe4dc
|
Don't restart if consent wasn't granted on the first request.
|
2023-08-22 08:22:16 -07:00 |
|
Jared Goodwin
|
137db6af40
|
Remove branding properties that no longer exist.
|
2023-08-21 12:05:29 -07:00 |
|
Jared Goodwin
|
4e01804019
|
Replace ConcurrentList with BCL collections.
|
2023-08-07 06:35:00 -07:00 |
|
Jared Goodwin
|
f076089f60
|
Replace ClientAppState with stores.
|
2023-08-07 05:54:07 -07:00 |
|
Jared Goodwin
|
13e3a6a038
|
Move chat sessions to their own cache.
|
2023-08-04 14:35:03 -07:00 |
|
Jared Goodwin
|
a3b0fa9e33
|
Move GetEffectiveTheme to new themeProvider.
|
2023-08-04 12:58:16 -07:00 |
|
Jared Goodwin
|
c9aa682fda
|
Made circuit events strongly-typed via IMessenger.
|
2023-08-04 12:50:58 -07:00 |
|
Jared Goodwin
|
33d4384bec
|
Convert AgentHub to use a strongly-typed client.
|
2023-08-03 10:45:59 -07:00 |
|
Jared Goodwin
|
0b8fcc5f91
|
Update entity relationships and migration to make all DB providers happy.
|
2023-08-01 14:12:31 -07:00 |
|
Jared Goodwin
|
bf094a637b
|
Make query builder callbacks cleaner.
|
2023-07-31 14:28:20 -07:00 |
|
Jared Goodwin
|
d0e6bce99a
|
Fix string interpolation in queries.
|
2023-07-27 10:13:46 -07:00 |
|
Jared Goodwin
|
a0807cf26b
|
Fix AuthComponentBase and tests.
|
2023-07-27 09:49:23 -07:00 |
|
Jared Goodwin
|
aa11983acf
|
Refactor script results and move entities.
|
2023-07-26 15:56:24 -07:00 |
|
Jared Goodwin
|
6e1c2318a4
|
Create new convention for transferring DTOs to entities.
|
2023-07-26 15:22:43 -07:00 |
|
Jared Goodwin
|
a3a1ad5425
|
Fix change tracking issue.
|
2023-07-26 14:14:02 -07:00 |
|
Jared Goodwin
|
7a8809ca90
|
Add AsNoTracking to read-only queries.
|
2023-07-26 14:07:54 -07:00 |
|
Jared Goodwin
|
ac6487c6c5
|
Another pass of nullable refactoring.
|
2023-07-26 11:31:34 -07:00 |
|
Jared Goodwin
|
0f9ea4957b
|
Clean up errors and majority of warnings.
|
2023-07-25 14:05:59 -07:00 |
|
Jared Goodwin
|
28079f887a
|
Refactor API controllers.
|
2023-07-25 11:34:35 -07:00 |
|
Jared Goodwin
|
8b341562bc
|
Refactor OrganizationManagementController, ApiAuthorizationFilter, and ExpiringTokenFilter.
|
2023-07-25 07:18:34 -07:00 |
|
Jared Goodwin
|
b500f7e9e0
|
Refactor DataService for nullability. Need to refactor calling services next.
|
2023-07-24 16:11:43 -07:00 |
|
Jared Goodwin
|
e5470f9d5f
|
First pass of nullable references.
|
2023-07-24 09:16:22 -07:00 |
|
Jared Goodwin
|
a164bcad69
|
Convert to file-scoped namespaces.
|
2023-07-21 10:16:29 -07:00 |
|
Jared Goodwin
|
066a1bdd4d
|
Update DataCleanupService to also remove expired recordings.
|
2023-07-05 14:51:15 -07:00 |
|
Jared Goodwin
|
eff8985822
|
Implement remote control session recording.
|
2023-07-03 14:23:44 -07:00 |
|
Jared Goodwin
|
65f61eec82
|
Add FilterDevicesByOnlineStatus to AgentHubSessionCache.
|
2023-06-24 12:12:50 -07:00 |
|
Jared Goodwin
|
f1e83df87a
|
Realign property name casing in DeviceClientDto. Move update check after reconnection, so these can be properly cased later.
|
2023-06-24 10:06:00 -07:00 |
|
Jared Goodwin
|
7c8337146a
|
Add DeviceClientDto for transfer from agent to server. Refactor to allow correct scoping of services in tests.
|
2023-06-23 07:51:47 -07:00 |
|
Jared Goodwin
|
fb0bfe4579
|
Update tests.
|
2023-06-23 04:20:25 -07:00 |
|
Jared Goodwin
|
0b8123ad1e
|
Add unit tests.
|
2023-06-22 13:40:05 -07:00 |
|
Jared Goodwin
|
3bb5098910
|
Make IMessenger scoped (which essentially becomes singleton per user).
|
2023-06-22 10:16:21 -07:00 |
|
Jared Goodwin
|
0630b2e007
|
Account for null (need nullable references enabled).
|
2023-06-22 08:51:59 -07:00 |
|
Jared Goodwin
|
e8b428e733
|
Register WOL service in agent. Show toast after sending WOL commands.
|
2023-06-22 08:37:07 -07:00 |
|
Jared Goodwin
|
1794059822
|
Implement wake-on-lan.
|
2023-06-22 07:57:31 -07:00 |
|
Jared Goodwin
|
73bd139710
|
Implement new IHubEventHandler methods.
|
2023-06-08 06:22:32 -07:00 |
|
Jared Goodwin
|
934bf9a14a
|
Adjust load tester. Made AddOrUpdateDevice async.
|
2023-06-02 13:31:01 -07:00 |
|
Jared Goodwin
|
382a9a6c32
|
Implement submodule changes. Handle task cancellation in CpuUtilizationSampler.
|
2023-06-01 15:24:10 -07:00 |
|
Jared Goodwin
|
a2cea49c2f
|
Update submodule.
|
2023-05-23 15:46:57 -07:00 |
|
Jared Goodwin
|
c647e03aea
|
Refactor logging. Update submodule.
|
2023-05-23 14:46:20 -07:00 |
|
Jared Goodwin
|
db19e92823
|
Finish implementing Serilog, LogManager, and full-screen loader.
|
2023-05-22 15:43:45 -07:00 |
|
Jared Goodwin
|
d1c432efd9
|
Implement Serilog and LogsManager.
|
2023-05-22 10:27:02 -07:00 |
|
Jared Goodwin
|
509919179f
|
Merge branch 'master' into jaredg-respect-httplogging-setting
|
2023-05-22 09:08:47 -07:00 |
|
Jared Goodwin
|
b418621244
|
Force dark theme until light theme is implemented on viewer.
|
2023-05-19 13:31:13 -07:00 |
|
Jared Goodwin
|
1909925e11
|
Merge branch 'master' into jaredg-viewer-design-update
|
2023-05-19 13:24:56 -07:00 |
|
Jared Goodwin
|
bea7a0c0f3
|
WIP on viewer design implementation.
|
2023-05-18 09:33:38 -07:00 |
|
Jared Goodwin
|
1a796500dd
|
WIP on replacing DbLogger with Serilog.
|
2023-05-16 08:53:37 -07:00 |
|
Jared Goodwin
|
eb7cfc1356
|
Use ExecuteDeleteAsync to speed up deletion of all server logs.
|
2023-05-15 17:47:48 -07:00 |
|