LANCommander/LANCommander.Server/Startup
Aaron Powell e2b2654a61 Adding SQLite database migration step
Created a new abstraction for migrations that have to run against the file system, so that we don't need to do the check in each migration.

Adding the default DB name to the settings so it's got a const value.

Updated the Settings migrator to check a few more places
2025-12-17 17:09:36 +11:00
..
ApplicationSettings.cs Removing serilog from server 2025-12-11 16:18:33 +11:00
Authentication.cs Removing serilog from server 2025-12-11 16:18:33 +11:00
BackgroundProcessing.cs Schedule background process for packaging 2025-08-02 23:27:27 -05:00
Beacon.cs Refactor Settings 2025-11-16 12:31:25 -06:00
Cors.cs Clean up startup 2025-03-11 21:21:16 -05:00
Daemon.cs Clean up startup 2025-03-11 21:21:16 -05:00
Database.cs Fix default storage location paths 2025-12-16 19:35:36 -06:00
Debug.cs Clean up startup 2025-03-11 21:21:16 -05:00
Endpoints.cs Removing serilog from server 2025-12-11 16:18:33 +11:00
Filesystem.cs Update snippet pathing 2025-12-11 02:06:04 -06:00
Identity.cs Removing serilog from server 2025-12-11 16:18:33 +11:00
Kestrel.cs Refactor Settings 2025-11-16 12:31:25 -06:00
Logger.cs Consolidating to consistent logging across all apps 2025-12-11 16:18:33 +11:00
Middleware.cs Added middleware to use JWT bearer authentication if header exists 2025-03-12 23:48:53 -05:00
Migrations.cs Adding SQLite database migration step 2025-12-17 17:09:36 +11:00
Razor.cs Removing serilog from server 2025-12-11 16:18:33 +11:00
Scalar.cs Move Scalar config out of extensions, add bearer token field to API reference 2025-03-11 19:32:38 -05:00
Servers.cs Refactor Settings 2025-11-16 12:31:25 -06:00
Services.cs Removing serilog from server 2025-12-11 16:18:33 +11:00
SignalR.cs Implementation of script debugger component with RPC via SignalR 2025-12-10 20:55:38 -06:00
Thumbnails.cs Use server engines to start/stop servers 2025-03-24 00:19:33 -05:00