LANCommander/LANCommander.Server/UI/Pages
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
..
Account Refactor Settings 2025-11-16 12:31:25 -06:00
Chat Index page for chat 2025-11-11 01:10:42 -06:00
Dashboard Refactor Settings 2025-11-16 12:31:25 -06:00
FirstTimeSetup Refactor Settings 2025-11-16 12:31:25 -06:00
Games Refactor Settings 2025-11-16 12:31:25 -06:00
Issues Put addons (mods/expansions) nested under base game in list 2025-05-23 02:17:06 -05:00
Metadata Add editing Company, showing a modal for changing name, using separate instance 2025-06-23 22:19:28 +02:00
Pages Render export dialog, resolve circular DI issues 2025-07-19 17:39:55 -05:00
Profile Refactor Settings 2025-11-16 12:31:25 -06:00
Redistributables Fix redistributables index 2025-08-01 02:35:23 -05:00
Servers Refactor Settings 2025-11-16 12:31:25 -06:00
Settings Refactor Settings 2025-11-16 12:31:25 -06:00
_Host.cshtml Rename server project 2024-08-04 18:44:33 -05:00
_Layout.cshtml Refactor Settings 2025-11-16 12:31:25 -06:00
Files.razor Use string constant for administrator role name 2024-10-16 02:06:02 -05:00