LANCommander/LANCommander.Server/UI/Pages/FirstTimeSetup
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
..
Administrator.razor Bypass password policy on first-time-setup for administrator creation 2025-06-18 00:19:58 +02:00
Database.razor Refactor Settings 2025-11-16 12:31:25 -06:00
FirstTimeSetupLayout.razor Fix first time setup background 2025-02-16 02:26:55 -06:00
FirstTimeSetupStep.cs Refactored first time setup 2024-10-12 18:36:00 -05:00
Metadata.razor Refactor Settings 2025-11-16 12:31:25 -06:00
Paths.razor Refactor Settings 2025-11-16 12:31:25 -06:00