LANCommander/LANCommander.Server.Services/Extensions
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
..
CacheExtensions.cs Clear Archives cache to update client manifest request when validating files 2025-05-17 23:04:54 +02:00
IEnumerableExtensions.cs Fix missing extension 2025-02-03 00:58:26 -06:00
IServiceCollectionExtensions.cs Refactor Settings 2025-11-16 12:31:25 -06:00
JsonSerializerExtensions.cs Separate import and export functionality 2025-07-27 17:51:50 -05:00
StringExtensions.cs Strip punctuation from search 2025-05-04 16:32:22 -05:00
ZipArchiveExtensions.cs Move data and service layers to separate projects, update packages 2024-10-07 18:04:26 -05:00