LANCommander/LANCommander.Server/Controllers
Pat Hartl 7efac9867a WIP fix for save uploading, move saves to endpoint
Ref #190

Ported the save API functionality to endpoints as part of ongoing efforts to use minimal API patterns.

Added some more security checks to make sure users can only alter or download their own saves.

Moved upload pathing to use the default save storage location. Settings pages will need to be updated to use this storage location. Other areas of the application will have to be checked to make sure they're not reading from `Settings.yml`.
2025-03-08 20:06:34 -06:00
..
Api WIP fix for save uploading, move saves to endpoint 2025-03-08 20:06:34 -06:00
_BaseController.cs Rename settings models 2024-10-07 18:38:27 -05:00
AccountController.cs Start adding component to download launcher from login 2025-02-13 02:11:23 -06:00
GamesController.cs Fix scripts missing from metadata exports 2025-02-16 02:12:59 -06:00
RedistributablesController.cs Refactor import dialog, add storage location selector 2025-01-08 17:10:03 -06:00
ServerController.cs Fix eager loading 2024-12-20 11:34:59 -06:00
UploadController.cs Refactor import dialog, add storage location selector 2025-01-08 17:10:03 -06:00