Jared Goodwin
|
e614e7b7fb
|
Fix ETag var.
|
2024-02-21 10:06:47 -08:00 |
|
Jared Goodwin
|
c2d53db92b
|
Fix server logs.
|
2024-02-21 10:02:43 -08:00 |
|
Jared Goodwin
|
f2d0ca68fe
|
Update compose and build scripts.
|
2024-02-21 07:28:00 -08:00 |
|
Jared Goodwin
|
a05f4f776e
|
Fix some spacing and color.
|
2024-02-20 17:22:18 -08:00 |
|
Jared Goodwin
|
05a434827d
|
Add design time contexts. Add migrations.
|
2024-02-20 17:10:28 -08:00 |
|
Jared Goodwin
|
8afdd97640
|
Move appsettings to DB.
|
2024-02-20 16:15:03 -08:00 |
|
Jared Goodwin
|
2af48bf663
|
Update scripts. Add docker compose.
|
2024-02-20 09:43:59 -08:00 |
|
Jared Goodwin
|
c7ef28b044
|
Fix some alignment and spacing issues.
|
2024-02-19 17:35:13 -08:00 |
|
Jared Goodwin
|
9b7f0f02db
|
Convert the remaining Razor Pages to Blazor components.
|
2024-02-19 17:18:36 -08:00 |
|
Jared Goodwin
|
e3da9f00be
|
Map additional endpoints for Identity.
|
2024-02-19 15:30:40 -08:00 |
|
Jared Goodwin
|
2694188547
|
Migrate to Blazor Web App
|
2024-02-19 15:28:07 -08:00 |
|
Jared Goodwin
|
b7011dee6c
|
Update NuGet packages. Update APIs.
|
2024-02-19 09:05:50 -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
|
5f04782380
|
Reduce sorting/filtering needed by tracking state between renders.
|
2023-08-31 10:01:27 -07:00 |
|
Jared Goodwin
|
469c91a87c
|
Fix device filtering. Remove MacAddresses from sortable properties.
|
2023-08-31 09:15:57 -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
|
9292ea35d4
|
Limit icon size on branding page.
|
2023-08-21 13:16:31 -07:00 |
|
Jared Goodwin
|
137db6af40
|
Remove branding properties that no longer exist.
|
2023-08-21 12:05:29 -07:00 |
|
Jared Goodwin
|
6fc0d98dd0
|
Update target frameworks.
|
2023-08-18 11:14:23 -07:00 |
|
Jared Goodwin
|
ac6c961950
|
Get latest submodule changes working.
|
2023-08-16 10:30:17 -07:00 |
|
Jared Goodwin
|
933c0afbfa
|
Send chat disconnected message when tech closes the window (was missing).
|
2023-08-15 03:59:04 -07:00 |
|
Jared Goodwin
|
520710647e
|
Refactor for API changes in SimpleMessenger.
|
2023-08-09 09:33:00 -07:00 |
|
Jared Goodwin
|
4e01804019
|
Replace ConcurrentList with BCL collections.
|
2023-08-07 06:35:00 -07:00 |
|
Jared Goodwin
|
ec22b607e8
|
Remove CircuitEvent class.
|
2023-08-07 06:04:43 -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
|
ce9d65a236
|
Make User nullable in AuthComponentBase. Add utility method to make sure it's populated. Refactor as necessary.
|
2023-08-01 15:52:08 -07:00 |
|
Jared Goodwin
|
b8153c03c3
|
Fix namespace scopes. Put pre-migration cleanup back in.
|
2023-08-01 14:17:27 -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
|
45845e8877
|
Move DeviceGroup to correct namespace.
|
2023-08-01 11:35:20 -07:00 |
|
Jared Goodwin
|
4cb129bb80
|
Add DateTimeOffset converter for Postgres.
|
2023-07-31 15:22:24 -07:00 |
|
Jared Goodwin
|
0a8c74da8b
|
Use MigrateAsync instead of Migrate.
|
2023-07-31 14:28:20 -07:00 |
|
Jared Goodwin
|
bf094a637b
|
Make query builder callbacks cleaner.
|
2023-07-31 14:28:20 -07:00 |
|
Jared Goodwin
|
d67f02cbef
|
Add provider-specific SQL syntax in latest migration.
|
2023-07-31 14:28:20 -07:00 |
|
Jared Goodwin
|
240bcc2f75
|
Import and override DeletePersonalData page. Use DataService instead of built-in UserManager to allow cascade deletes.
|
2023-07-31 14:02:52 -07:00 |
|
Jared Goodwin
|
1a033fb0e7
|
Moved code from Razor components to code-behind to fix Identity UI scaffolding.
|
2023-07-31 14:02:52 -07:00 |
|
Jared Goodwin
|
f10ed874ff
|
Add more cleanup to migration.
|
2023-07-28 14:34:30 -07:00 |
|
Jared Goodwin
|
88ed5f8d6a
|
Fix call to get org name.
|
2023-07-27 14:54:00 -07:00 |
|
Jared Goodwin
|
b2609fdbb7
|
Add method back for backwards compatibility.
|
2023-07-27 14:47:46 -07:00 |
|
Jared Goodwin
|
8104bfa5ba
|
Fix RemoteControlController.
|
2023-07-27 14:22:21 -07:00 |
|
Jared Goodwin
|
3d33fe12cc
|
Fix script output.
|
2023-07-27 12:24:17 -07:00 |
|
Jared Goodwin
|
105f811b77
|
Add migrations.
|
2023-07-27 12:16:43 -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
|
9bf53192da
|
Reconfigure script relationships.
|
2023-07-26 15:30:25 -07:00 |
|