LANCommander/LANCommander.Server/Startup
Pat Hartl 6ec919d1be Separate import and export functionality
This refactor splits the import and export functionality out of the ImportContext and adds an ExportContext. This also introduced separate importer and exporter implementations.

Additionally, adding archive, save, scripts, and server files to the final export archive has been implemented at the exporter implementation for each instead of handling it in the context. This should be a good pattern if other files need to be added down the road.
2025-07-27 17:51:50 -05:00
..
ApplicationSettings.cs Clean up startup 2025-03-11 21:21:16 -05:00
Authentication.cs Clean up startup 2025-03-11 21:21:16 -05:00
Beacon.cs If beacon address is blank, auto populate using beacon's bound interface 2025-05-04 19:25:08 -05: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 Reorder database init to fix migrations 2025-03-23 20:01:44 -05:00
Debug.cs Clean up startup 2025-03-11 21:21:16 -05:00
Endpoints.cs Add test for checking CreatedBy on basic record creation 2025-03-16 21:04:24 -05:00
Filesystem.cs Clean up startup 2025-03-11 21:21:16 -05:00
Hangfire.cs Clean up startup 2025-03-11 21:21:16 -05:00
Identity.cs Add test for checking CreatedBy on basic record creation 2025-03-16 21:04:24 -05:00
Kestrel.cs Clean up startup 2025-03-11 21:21:16 -05:00
Logger.cs Clean up startup 2025-03-11 21:21:16 -05:00
Middleware.cs Added middleware to use JWT bearer authentication if header exists 2025-03-12 23:48:53 -05:00
Razor.cs Clean up startup 2025-03-11 21:21:16 -05: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 Use server engines to start/stop servers 2025-03-24 00:19:33 -05:00
Services.cs Separate import and export functionality 2025-07-27 17:51:50 -05:00
SignalR.cs Clean up startup 2025-03-11 21:21:16 -05:00
Thumbnails.cs Use server engines to start/stop servers 2025-03-24 00:19:33 -05:00