LANCommander/LANCommander.Server/Controllers/Api
Pat Hartl 86c906f8db Add project for automated tests
Had to remove the responsibility of providing the current version of the application from UpdateService. A new IVersionProvider can be used to get the version. This also allows for this to be mocked in tests.
2025-03-15 21:00:00 -05:00
..
_BaseApiController.cs Rename settings models 2024-10-07 18:38:27 -05:00
ArchivesController.cs Fix use of tags 2025-02-09 01:49:33 -06:00
AuthController.cs Move registration to AuthenticationService, add scripts for UserLogin and UserRegistration 2025-02-04 18:45:24 -06:00
DepotController.cs Fix depot list API, gracefully handle depot errors 2025-03-14 02:19:11 -05:00
GamesController.cs Add server scripts to execute on game start/stop, refactor how play sessions are recorded 2025-02-23 15:39:06 -06:00
IssueController.cs Fix issue submitting 2025-02-09 19:04:55 -06:00
KeysController.cs Fix eager loading 2024-12-20 11:34:59 -06:00
LauncherController.cs Add project for automated tests 2025-03-15 21:00:00 -05:00
LibraryController.cs Add ability to disable user libraries 2025-02-22 00:43:03 -06:00
MediaController.cs Rename async controller routes 2024-11-12 23:22:01 -06:00
PlaySessionsController.cs Increase API performance 2025-01-25 12:46:24 -06:00
ProfileController.cs Fix eager loading 2024-12-20 11:34:59 -06:00
RedistributablesController.cs Use generic implementations 2025-02-16 10:08:05 -06:00
ServersController.cs Use generic implementations 2025-02-16 10:08:05 -06:00
SettingsController.cs Rename async controller routes 2024-11-12 23:22:01 -06:00
UploadController.cs Increase cache lifetime of chunk upload key 2025-01-21 18:47:06 -06:00