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
|
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
|
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
|
934bf9a14a
|
Adjust load tester. Made AddOrUpdateDevice async.
|
2023-06-02 13:31:01 -07:00 |
|
Jared Goodwin
|
1a796500dd
|
WIP on replacing DbLogger with Serilog.
|
2023-05-16 08:53:37 -07:00 |
|
Jared Goodwin
|
7b69141355
|
Add healthcheck controller with loopback-only authorization filter. Add curl install to Dockerfile.
|
2023-05-03 12:31:10 -07:00 |
|
Jared Goodwin
|
e2e92e9ab4
|
Fix scripts page "Creator" display field and public filter.
|
2023-05-02 12:21:44 -07:00 |
|
Jared Goodwin
|
564668f6cc
|
Enable lockout on new accounts created on the organization page.
|
2023-02-14 20:46:36 -08:00 |
|
Jared Goodwin
|
d5bb45a793
|
Restrict standard users from accessing device groups that don't have any users.
|
2023-02-01 21:01:19 -08:00 |
|
Jared Goodwin
|
6ddc20b322
|
Add UseHttpLogging option in appsettings. (#562)
* Add UseHttpLogging option.
* Default to false for UseHttpLogging.
* Fix log downloads.
|
2023-01-14 15:55:16 -08:00 |
|
Jared Goodwin
|
3f8d63c2c0
|
Azure Pipelines, Docker, and embedded server data. (#543)
* Add Azure Pipelines yml.
* Remove Server Installer.
* Update Release Build.yml for Azure Pipelines
* Update Release Build.yml
* Update Release Build.yml for Azure Pipelines
* Update Release Build.yml for Azure Pipelines
* Update Release Build.yml for Azure Pipelines
* Update Release Build.yml for Azure Pipelines
* Update signtool.exe
* Update Release Build.yml
* Update Publish.ps1
* Update pipeline and Dockerfile.
* Move docker files.
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile
* Move files.
* Update Dockerfile
* Update Dockerfile
* Create RewritableStream.
* Finish implementation of rewritable stream and embedded data searcher.
* Remove RelayCode.
* Get branding from default org if orgId is missing.
* Update README.md
* Remove AppConstants.ServerUrl. Fix main module file path.
* Update submodule.
* Extract embedded data in Program.cs.
* Add logging. Update submodule.
* Remove size block. BinaryWriter prefixes size.
* Remove unused async
* Update Immense.RemoteControl
* Update Release Build.yml for Azure Pipelines
* Update Release Build.yml for Azure Pipelines
* Use UpgradeService for determining out of date clients.
|
2022-12-31 19:10:40 -08:00 |
|
Jared Goodwin
|
3ef4cdf81a
|
Extract remote control functionality into separate library. (#539)
* Convert server to new single-file startup model.
* Add remote control implementations.
* Implement IViewerAuthorizer.
* Update hub endpoints.
* Implement HubEventHandler.
* Implement ViewerHubDataProvider.
* Implement page data provider.
* Implement RCL and refactor.
* Update submodule.
* Replace submodule with NuGet.
* Update copy URL.
* Update NuGet.
* Remove deprecated WebRTC.
* Remove deprecated WebRTC.
* Update Immense.RemoteControl
* Building out desktop projects.
* Bring more services into submodule.
* Update submodule.
* Update submodule.
* Refactoring for module.
* Update submodule.
* Update submodule
* Got Windows desktop app running.
* Refactor for submodule changes.
* FIx unattended session start.
* Switch desktop app out of console mode.
* Fix tests.
* Update publishing.
* Remove ClickOnce middleware.
* Remove ClickOnce remnants.
* Update submodule
* Add some logging.
* Update Linux path.
* Update submodule.
* Add cleanup service for unattended sessions that failed to start.
* Update submodule.
* Fix chat.
* Add ValidateExecutableReferencesMatchSelfContained property.
* Add other submodule projects. Align checkbox.
* Update submodule. Reduce deserialization in the browser, resulting in faster renders.
* Update submodule.
* Update submodule.
* Update submodule.
* Update submodule.
* Add orgId back for branding.
* Get branding loading in desktop apps.
* Update submodule.
* Create log dir.
* Refactor version check on config page.
* Update submodule.
* Update submodule.
* Change submodule URL.
* Correct namespace.
* Update submodule.
* Checkout submodules recursively.
|
2022-12-23 06:39:12 -08:00 |
|
Jared Goodwin
|
cedb8281cb
|
Replace WebRequest in AgentSocket.
|
2022-07-18 19:34:20 -07:00 |
|
Jared Goodwin
|
217138bdd0
|
Create AppDbFactory.
|
2021-12-03 07:09:20 -08:00 |
|
Jared Goodwin
|
295a5d1d9e
|
Fix tests.
|
2021-12-02 16:13:16 -08:00 |
|
Jared Goodwin
|
f82bf69cee
|
Fixed error when trying to save device back into group "None".
|
2021-12-02 12:40:35 -08:00 |
|
Jared Goodwin
|
b62659f6f9
|
Update publish profiles. Fix API changes in SignalR.
|
2021-12-02 07:13:51 -08:00 |
|
Jared Goodwin
|
5d79725c34
|
Don't delete script results when clearing logs.
|
2021-07-29 07:58:18 -07:00 |
|
Jared Goodwin
|
04d1e0429a
|
Remove unused condition of empty device groups.
|
2021-07-29 07:58:17 -07:00 |
|
Jared Goodwin
|
37feeed7ba
|
Add branding reset button. Add numeric inputs for rgb values.
|
2021-07-29 07:58:14 -07:00 |
|
Jared Goodwin
|
cefb7d14a8
|
Add condition for device no longer existing when filtering users.
|
2021-07-29 07:58:11 -07:00 |
|
Jared Goodwin
|
20469a16aa
|
Fix issue where outdated script runs would still run, even if superseded by more recent one. Added regression test.
|
2021-07-29 07:58:11 -07:00 |
|
Jared Goodwin
|
e729fb6bc1
|
Add more details to script run error emails.
|
2021-07-29 07:58:09 -07:00 |
|
Jared Goodwin
|
0ec0b7054f
|
DataService refactoring.
|
2021-07-29 07:58:07 -07:00 |
|
Jared Goodwin
|
3d49b74bf2
|
Change GetAllUsersInOrganization signature.
|
2021-07-29 07:58:05 -07:00 |
|
Jared Goodwin
|
5b576406b7
|
Don't run missed quick scripts.
|
2021-07-29 07:58:05 -07:00 |
|
Jared Goodwin
|
6a0cb369ac
|
Trigger heartbeat when device is expanded.
|
2021-07-29 07:58:03 -07:00 |
|
Jared Goodwin
|
347d92eed5
|
Make deep links for tabs.
|
2021-07-29 07:57:38 -07:00 |
|
Jared Goodwin
|
051e3f5332
|
Add alert details modal. Fix GetEffectiveTheme.
|
2021-07-29 07:57:38 -07:00 |
|
Jared Goodwin
|
b497a4c8bc
|
Remove synchronous code from AuthComponentBase.
|
2021-07-29 07:57:37 -07:00 |
|
Jared Goodwin
|
e5c9734ce4
|
Workarounds for issues with Postgres DB provider using async DbContext calls.
|
2021-07-29 07:57:37 -07:00 |
|
Jared Goodwin
|
ed48f209d0
|
Add new navigation properties to enable cascade delete.
|
2021-07-29 07:57:37 -07:00 |
|
Jared
|
428d699d69
|
Load navigation properties when delete device so cascade delete will work.
|
2021-07-29 07:57:36 -07:00 |
|
Jared Goodwin
|
8c3f997b89
|
Merged PR 5: Replace Server UI with Blazor
|
2021-07-29 07:57:31 -07:00 |
|
Jared
|
c00e01436b
|
Add button and API endpoint to clear all alerts.
|
2021-07-29 07:57:28 -07:00 |
|
Jared
|
d3a4e5be40
|
Fix NRE.
|
2021-07-29 07:57:26 -07:00 |
|
Jared
|
b89eabcdeb
|
Populate relay codes.
|
2021-07-29 07:56:55 -07:00 |
|
Jared
|
e2665771de
|
Remove third-party relay services.
|
2021-07-29 07:56:55 -07:00 |
|
Jared Goodwin
|
7f3536017f
|
Merged PR 4: Branding
|
2021-07-29 07:56:55 -07:00 |
|