LANCommander/LANCommander.Server/Endpoints
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
..
AuthenticationEndpoints.cs Move auth routes to endpoints, change OIDC response mode to query, fix link w/o antiforgery 2025-10-21 02:41:00 -05:00
ChatEndpoints.cs Initial backend implementation for chat 2025-08-19 03:08:30 -05:00
DownloadEndpoints.cs Rename SDK services -> clients, implement new configuration, use dependency injection for clients 2025-09-24 20:58:23 -05:00
SaveEndpoints.cs Refactor Settings 2025-11-16 12:31:25 -06:00
ServerEndpoints.cs Port server API routes to endpoints, add start/stop/getstatus 2025-08-07 23:35:50 -05:00
SettingsEndpoints.cs Refactor Settings 2025-11-16 12:31:25 -06:00
TagEndpoints.cs Add test for checking CreatedBy on basic record creation 2025-03-16 21:04:24 -05:00