LANCommander/LANCommander.Server
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
..
Configuration Define Seq connection string, add default value when selected 2025-11-09 17:38:38 -06:00
Controllers Refactor Settings 2025-11-16 12:31:25 -06:00
Endpoints Refactor Settings 2025-11-16 12:31:25 -06:00
Extensions Refactor Settings 2025-11-16 12:31:25 -06:00
Helpers Remove lazy loading 2024-11-27 01:51:47 -06:00
Hubs Fix log 2025-11-13 18:33:08 -06:00
Jobs Refactor Settings 2025-11-16 12:31:25 -06:00
Logging Refactor Settings 2025-11-16 12:31:25 -06:00
manifests/l/LANCommander/Server/1.1.5 Updated links for WinGet manifest 2025-05-05 19:15:22 -05:00
Middlewares Change namespace of abstractions 2025-03-16 14:35:53 -05:00
Models Move file manager component to UI project 2025-09-06 12:57:15 -05:00
Properties Fix start URL 2025-02-03 17:49:19 -06:00
Providers Refactor Settings 2025-11-16 12:31:25 -06:00
Snippets Add snippets for new cmdlets 2025-02-05 01:21:25 -06:00
Startup Refactor Settings 2025-11-16 12:31:25 -06:00
Styles Allow more granular selection of records for import/export 2025-08-01 02:27:06 -05:00
Templates Add more auth provider templates 2025-01-01 23:29:07 -06:00
UI Refactor Settings 2025-11-16 12:31:25 -06:00
wwwroot Update icon 2025-03-06 18:38:50 -06:00
appsettings.Development.json Map external user auths to users via custom fields 2024-12-29 18:58:01 -06:00
appsettings.json Rename server project 2024-08-04 18:44:33 -05:00
docker-compose.yml Update docker-compose.yml 2025-11-07 00:29:58 -06:00
Dockerfile Change order of copy, fix .NET publish 2025-11-14 18:20:13 -06:00
entrypoint.sh Make entry script for Docker safer, idempotent 2025-11-09 18:17:51 -06:00
InstallService-Linux.sh Add service install scripts 2025-02-06 19:10:55 -06:00
InstallService-macOS.sh Add service install scripts 2025-02-06 19:10:55 -06:00
InstallService-Windows.ps1 Add service install scripts 2025-02-06 19:10:55 -06:00
LANCommander.ico Add icon 2025-03-13 01:24:45 -05:00
LANCommander.Server.csproj Refactor Settings 2025-11-16 12:31:25 -06:00
LANCommanderMappingProfile.cs Refactor Settings 2025-11-16 12:31:25 -06:00
package-lock.json Use webpack 2025-03-15 15:52:58 -05:00
package.json Use webpack 2025-03-15 15:52:58 -05:00
PCGamingWikiClient.cs Better handling of mixed notes-content, stripping out lines and HTML entities 2025-04-25 01:22:32 +02:00
Program.cs Refactor Settings 2025-11-16 12:31:25 -06:00
runtimeconfig.template.json Rename server project 2024-08-04 18:44:33 -05:00
ScaffoldingReadMe.txt Rename server project 2024-08-04 18:44:33 -05:00
steamcmd.sh Create wrapper script for steamcmd 2025-08-12 00:53:04 -05:00
webpack.config.js Use webpack 2025-03-15 15:52:58 -05:00