Jared Goodwin
f59b7cca68
Fix auto-update and mac install.
2024-02-22 11:25:58 -08:00
Jared Goodwin
07905eedaf
Replace RewritableStream with AppendableStream. Use PowerShell installer for Windows (exe not working)
2024-02-21 16:17:31 -08:00
Jared Goodwin
8afdd97640
Move appsettings to DB.
2024-02-20 16:15:03 -08:00
Jared Goodwin
9b7f0f02db
Convert the remaining Razor Pages to Blazor components.
2024-02-19 17:18:36 -08: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
33d4384bec
Convert AgentHub to use a strongly-typed client.
2023-08-03 10:45:59 -07:00
Jared Goodwin
45845e8877
Move DeviceGroup to correct namespace.
2023-08-01 11:35:20 -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
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
e70d083a3f
Don't send the whole script result back from the API.
2023-07-26 12:52:15 -07:00
Jared Goodwin
ac6487c6c5
Another pass of nullable refactoring.
2023-07-26 11:31:34 -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
eff8985822
Implement remote control session recording.
2023-07-03 14:23:44 -07:00
Jared Goodwin
0b8123ad1e
Add unit tests.
2023-06-22 13:40:05 -07:00
Jared Goodwin
1794059822
Implement wake-on-lan.
2023-06-22 07:57:31 -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
1909925e11
Merge branch 'master' into jaredg-viewer-design-update
2023-05-19 13:24:56 -07:00
Jared Goodwin
543538ce44
Fix SignalR call to start remote control session.
2023-05-17 07:30:41 -07:00
Jared Goodwin
1a796500dd
WIP on replacing DbLogger with Serilog.
2023-05-16 08:53:37 -07:00
Jared Goodwin
0381742064
Merge master.
2023-05-04 11:43:22 -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
f72d6dad02
Add capture metrics to viewer.
2023-05-03 11:23:03 -07:00
Jared Goodwin
e3cf287165
Fix session info state after reconnects. Use hosting for agent. Fix shutdown process. Fix idle timer when disconnected.
2023-04-26 15:10:33 -07:00
Jared Goodwin
bb2126bbab
Sync Remotely with latest integration changes.
2023-04-25 15:09:57 -07:00
Jared Goodwin
c0b10ef93d
Refactor to align with changes in submodule.
2023-04-18 14:40:32 -07:00
Jared Goodwin
eff1b634e4
Add "ForceClientHttps" application option.
2023-02-01 20:43:12 -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
56ee561ca2
Bug - Proto forwarded header not being seen by ASP.NET Core. ( #554 )
...
* Set permissions on log file so non-elevated process can write to it.
* Replace more instances of static Logger with ILogger<T>.
* Add default Docker host to known proxies.
* Update Immense.RemoteControl
* Update Immense.RemoteControl
2023-01-06 16:48:03 -08:00
Jared Goodwin
080aed5d7b
Installer and client download fixes. ( #549 )
...
* Check for empty ETag during install. Update log path.
* Use effective theme in ClientDownloadsController. Fix typo.
* Fix FileLogger pattern matching.
* Change log wording.
2023-01-02 14:03:09 -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
Steve Sobol
846e5415b7
DeviceGroup(): return NotFound, instead of BadRequest
2021-12-14 17:28:20 -08:00
dkattan
6176d966c0
Added Get route for device groups
2021-12-03 14:05:33 -06:00
Jared Goodwin
39044acb02
Update projects.
2021-12-02 06:10:03 -08:00
Jared Goodwin
66325ccc45
Add macOS arm64.
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
a941f76d81
Refactor server installer prompts.
2021-07-29 07:58:08 -07:00
Jared Goodwin
61738688c4
Display message when attempting MacOS remote control.
2021-07-29 07:58:07 -07:00
Jared Goodwin
17b77a39f8
Add Mac updater.
2021-07-29 07:58:06 -07:00
Jared Goodwin
2f9e5cb30a
Rename "Linux" to "XPlat"
2021-07-29 07:58:06 -07:00
Jared Goodwin
18c565b207
Adjust styling on Downloads page.
2021-07-29 07:58:06 -07:00