LANCommander/LANCommander.Server/Endpoints
Pat Hartl 6dfc0906ac Refactor launcher library importing, manifests
Switched the library importing in the launcher to work based on a queue. As a new game is added to the queue, it should find any related data and also add it to the queue. This should result in an easier to maintain importer while reducing the load on the launcher's DAL. This may result in more RAM usage while importing. Local manifests have also been refactored to match manifests in import/export LCX files, removing the old manifest format. This is a large breaking change that will probably break existing game installations. A migration will probably have to be created.
2025-11-29 18:24:27 -06:00
..
ArchivesEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
AuthApiEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -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
DepotEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
DownloadEndpoints.cs Rename to ArchiveService 2025-11-17 22:09:03 -06:00
ExportEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
GameEndpoints.cs Refactor launcher library importing, manifests 2025-11-29 18:24:27 -06:00
IssueEndpoints.cs Fix injection of logger 2025-11-21 00:48:46 -06:00
KeysEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
LauncherEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
LibraryEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
MediaEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
PlaySessionsEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
ProfileEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06:00
RedistributablesEndpoints.cs Port other controllers to endpoints 2025-11-21 01:28:37 -06: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
UploadEndpoints.cs Disable antiforgery on chunk upload 2025-11-21 12:06:14 -06:00