LANCommander/LANCommander.Server/UI/Pages/Servers/Edit
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
..
Actions.razor Remove reference to DatabaseServiceFactory, fix multiplayer modes and save paths editor 2025-02-09 03:28:00 -06:00
Autostart.razor Update AntBlazor 2025-05-23 02:17:45 -05:00
Consoles.razor Update AntBlazor 2025-05-23 02:17:45 -05:00
General.razor Refactor Settings 2025-11-16 12:31:25 -06:00
HttpPaths.razor Update AntBlazor 2025-05-23 02:17:45 -05:00
Monitor.razor Update AntBlazor 2025-05-23 02:17:45 -05:00
Scripts.razor Add server scripts to execute on game start/stop, refactor how play sessions are recorded 2025-02-23 15:39:06 -06:00