Commit Graph

1398 Commits

Author SHA1 Message Date
Jared Goodwin
02c08986a3 Implement submodule changes. 2023-04-28 10:14:59 -07:00
Jared Goodwin
533c5e0f75 Update submodule. 2023-04-28 08:25:25 -07:00
Jared Goodwin
a1384ed811 Add dev appsettings to gitignore. 2023-04-28 08:25:11 -07:00
Jared Goodwin
4f98ab30e3 Remove dev appsettings. 2023-04-28 06:19:11 -07:00
Jared Goodwin
603af55f40 Update submodule. 2023-04-27 14:27:53 -07:00
Jared Goodwin
4578915ea8 Fix WPF RelayCommand binding issue. 2023-04-27 14:27:47 -07:00
Jared Goodwin
62edeabc5b Allow saving of appsettings from server config page when in dev. 2023-04-27 13:43:53 -07:00
Jared Goodwin
47fc7e88f7 Remove node in pipeline. 2023-04-27 13:06:12 -07:00
Jared Goodwin
c4942ff372 Update submodule. 2023-04-27 12:04:06 -07:00
Jared Goodwin
12aef747d8 Update NUGet packages. Fix libman.json. 2023-04-27 12:03:45 -07:00
Jared Goodwin
e5e33f006c Update submodule. 2023-04-27 11:31:54 -07:00
Jared Goodwin
a044c83c99 Update Release Build.yml for Azure Pipelines 2023-04-27 11:31:16 -07:00
Jared Goodwin
0edbf4de3a Replace WindowsService.cs. 2023-04-27 10:50:06 -07:00
Jared Goodwin
886d6797d9 Update build task versions. 2023-04-27 09:10:10 -07:00
Jared Goodwin
339e552114 Update dotnet version in scripts and Dockerfile. 2023-04-27 07:53:02 -07:00
Jared Goodwin
6eb8e530fe Fix desktop process closure when changing Windows sessions. 2023-04-27 07:28:07 -07:00
Jared Goodwin
222c83c88b Update submodule. 2023-04-26 15:10:40 -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
0fa41e879f Update submodule ref. 2023-04-21 09:54:03 -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
19805a81b1 Update Release Build.yml for Azure Pipelines 2023-04-17 12:15:58 -07:00
Jared Goodwin
03abcbed19 Update Release Build.yml for Azure Pipelines 2023-04-17 12:13:24 -07:00
Jared Goodwin
b1cc1d185d
Merge pull request #619 from immense/jaredg-617-fix-linux-desktop-client
Fix linux desktop client.
2023-04-17 11:47:37 -07:00
Jared Goodwin
5add34338a Update submodule. 2023-04-17 11:41:21 -07:00
Jared Goodwin
4cba2974a1 Fix unattended session in Linux. 2023-04-16 10:49:56 -07:00
Jared Goodwin
903eafccc6 Update submodule. 2023-04-15 17:15:14 -07:00
Jared Goodwin
8893f19ee4 Don't use app manifest when running in debug. 2023-04-15 16:30:43 -07:00
Jared Goodwin
d2dd852a83 Fix desktop reconnection. Fix crash in Wayland (though still not supported). 2023-04-15 15:15:40 -07:00
Jared Goodwin
e97eda0c8a Update submodule. 2023-04-15 11:43:40 -07:00
Jared Goodwin
16477e7f9e Register missing IMessageBoxViewModel in DI, organize MessageBox-related classes, add FakeMessageBoxViewModel, fix resolution of current Application in AvaloniaDispatcher, and remove unused dependency on libdgiplus. 2023-04-15 11:43:32 -07:00
Jared Goodwin
57e3d5220f Enable lockout when user is created from the registration page. 2023-02-14 20:47:58 -08:00
Jared Goodwin
564668f6cc Enable lockout on new accounts created on the organization page. 2023-02-14 20:46:36 -08:00
Jared Goodwin
0e62543b19 Enable account lockout. 2023-02-14 20:01:04 -08:00
Jared Goodwin
cef26f5ca7 Add form label color in darkly theme for Identity input labels. 2023-02-01 21:15:21 -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
eff1b634e4 Add "ForceClientHttps" application option. 2023-02-01 20:43:12 -08:00
Jared Goodwin
97e31b44fc
Fix NRE in ViewerPageDataProvider. (#571) 2023-01-20 07:32:36 -08:00
Jared Goodwin
c5a1a56bdf
Move HTTP logging above forwarded headers, so the unmodified headers are logged. (#566) 2023-01-17 18:52:33 -08:00
Jared Goodwin
478b19e554
Update README.md 2023-01-16 06:28:25 -08:00
Jared Goodwin
11a99c611c
Update README.md 2023-01-14 15:58:09 -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
9cc964f52f Update Release Build.yml for Azure Pipelines 2023-01-04 06:34:28 -08:00
Jared Goodwin
95b9a45a0c
Fix regression bug related to agent reconnection. (#552)
* Update agent status on reconnect, without waiting for heartbeat.
2023-01-04 06:29:22 -08:00
Jared Goodwin
553c51251e
Update README.md 2023-01-02 14:27:14 -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