LANCommander/LANCommander.Server/UI/Views/Shared
Pat Hartl add770b227 Refactor Settings
Settings for the server are now combined with the settings from the SDK. This introduces a large breaking change and a migration should be created. This refactor utilizes .NET Configuration and the Options pattern. This will allow for the overriding of any setting using envionment variables. It also means that Settings.yml can be used to override any .NET configuration. A SettingsProvider implementation was created, and any updating of settings was changed from SettingsService.SaveSettings() to SettingsProvider.Update(s => { ... })
2025-11-16 12:31:25 -06:00
..
_Layout.cshtml Rename server project 2024-08-04 18:44:33 -05:00
_Layout.cshtml.css Rename server project 2024-08-04 18:44:33 -05:00
_LayoutBasic.cshtml Refactor Settings 2025-11-16 12:31:25 -06:00
_LayoutBasic.cshtml.css Rename server project 2024-08-04 18:44:33 -05:00
_LoginPartial.cshtml WIP fix for MySQL connection concurrency issues 2024-10-13 20:42:45 -05:00
_ValidationScriptsPartial.cshtml Rename server project 2024-08-04 18:44:33 -05:00
Error.cshtml Rename server project 2024-08-04 18:44:33 -05:00