Commit Graph

203 Commits

Author SHA1 Message Date
Jared Goodwin
8afdd97640 Move appsettings to DB. 2024-02-20 16:15:03 -08:00
Jared Goodwin
b7011dee6c Update NuGet packages. Update APIs. 2024-02-19 09:05:50 -08:00
Jared Goodwin
e3692c757c For WinExe, expicitly exit after Avalonia dispatcher shutdown. 2023-09-11 10:10:10 -07:00
Jared Goodwin
69902ea217 Add platform guards for Windows APIs. 2023-08-30 14:49:16 -07:00
Jared Goodwin
03486df739 Fix namespace. 2023-08-21 14:09:50 -07:00
Jared Goodwin
3f28faba39 Add namespaces to Program.cs. Make publish locations runtime-agnostic. 2023-08-18 15:04:03 -07:00
Jared Goodwin
6fc0d98dd0 Update target frameworks. 2023-08-18 11:14:23 -07:00
Jared Goodwin
dff5830d0c Implement BrandingProvider changes. 2023-08-17 12:47:37 -07:00
Jared Goodwin
a41ac65e9e Fix TargetFramework. 2023-08-17 11:11:09 -07:00
Jared Goodwin
1628af62f8 Fix namespace-folder match. 2023-08-17 06:48:58 -07:00
Jared Goodwin
ac6c961950 Get latest submodule changes working. 2023-08-16 10:30:17 -07:00
Jared Goodwin
e5470f9d5f First pass of nullable references. 2023-07-24 09:16:22 -07:00
Jared Goodwin
a4e6e55700 Make transient IScreenCaster service disposable. 2023-05-03 07:15:54 -07:00
Jared Goodwin
4230ad784d Fix static services accessor (temporary). Create AppVersionHelper for getting app version. 2023-05-02 16:27:33 -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
cf39b88246 Update submodule. 2023-04-21 09:53:52 -07:00
Jared Goodwin
820cb53947 Update to .NET 7. 2023-04-21 06:50:14 -07:00
Jared Goodwin
9a538de5e5 Update submodule after namespace changes. 2023-04-19 07:29:09 -07:00
Jared Goodwin
c0b10ef93d Refactor to align with changes in submodule. 2023-04-18 14:40:32 -07:00
Jared Goodwin
8893f19ee4 Don't use app manifest when running in debug. 2023-04-15 16:30:43 -07:00
Jared Goodwin
eff1b634e4 Add "ForceClientHttps" application option. 2023-02-01 20:43:12 -08:00
Jared Goodwin
85bc735620
IConfiguration reload in Docker. (#548)
* Pattern match to IConfigurationRoot and reload.

* Update documentation.

* AgentHubConnection and logger updates.  Trying to deprecate static Logger.

* Update build.yml

* Update build.yml
2023-01-01 15:20:03 -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
eab1245c13 Restart casting on a new thread if switching to input desktop fails. 2022-07-16 04:27:58 -07:00
Jared Goodwin
9113659cb0 Add some performance tests. Rotate DirectX captures if needed. 2022-07-07 17:28:44 -07:00
Jared Goodwin
54a8726c29 Update packages. 2022-07-06 07:40:21 -07:00
Jared Goodwin
47378133d1 Replace System.Drawing with SkiaSharp. 2022-07-06 07:36:38 -07:00
dkattan
5814899b09 Added null check on BrandingInfo to prevent null reference exception. 2021-12-03 14:36:09 -06:00
Jared Goodwin
4041c14cfc Enable compression in single-file publish. 2021-12-02 07:20:49 -08:00
Jared Goodwin
b62659f6f9 Update publish profiles. Fix API changes in SignalR. 2021-12-02 07:13:51 -08:00
Jared Goodwin
39044acb02 Update projects. 2021-12-02 06:10:03 -08:00
Jared Goodwin
e68c05f1fc Throttling and capture tweaks. 2021-08-27 14:46:26 -07:00
Jared Goodwin
14291e0920 Change how casting thread is started. 2021-08-26 13:35:09 -07:00
Jared Goodwin
f635f78229 Capture screen on new STA thread. 2021-08-15 14:32:01 -07:00
Jared Goodwin
364c5abb9f Don't log SwitchToInputDesktop. 2021-08-15 13:34:57 -07:00
Jared Goodwin
ec2ae45e88 Merged PR 9: Auto-quality tweaks.
Auto-quality updates.
2021-08-07 17:53:14 +00:00
Jared goodwin
af0884e260 Update NuGet packages. 2021-08-05 15:17:01 -07:00
Jared Goodwin
849a4b73e5 Don't use BitBlt on Dx timeout result. 2021-07-29 07:58:19 -07:00
Jared Goodwin
d487b15f56 Check result of Connect in MainWindowViewModel. 2021-07-29 07:58:18 -07:00
Jared Goodwin
8ca0f77aa8 Add orientation to DirectXOutput model to detect orientation of non-primary monitors. 2021-07-29 07:58:12 -07:00
Jared Goodwin
25f27460e1 Log missing manifests folder as Debug, since it's expected. 2021-07-29 07:58:10 -07:00
Jared Goodwin
51c80ee1ae Check for and log input keys that can't be parsed. 2021-07-29 07:58:10 -07:00
Jared Goodwin
d7012b068f Refactor TryDisposeAll 2021-07-29 07:58:09 -07:00
Jared Goodwin
8e94682523 Update configuration name check for AnyCPU. 2021-07-29 07:58:08 -07:00
Jared Goodwin
a7416b3b5c Send larger chunks of audio. 2021-07-29 07:58:05 -07:00
Jared Goodwin
c2d6dae83b Revert WebRTC library back to Microsoft MixedReality WebRTC. 2021-07-29 07:58:04 -07:00
Jared
3a5471b553 Replace MR WebRTC with SIPSorcery. 2021-07-29 07:57:39 -07:00
Jared Goodwin
8704870727 Re-acquire and apply branding after switching servers. 2021-07-29 07:57:38 -07:00