Pat Hartl
fd3fbf4a75
Initial backend implementation for chat
2025-08-19 03:08:30 -05:00
Pat Hartl
2453ef2043
Merge branch 'main' of https://github.com/LANCommander/LANCommander
2025-08-07 23:35:52 -05:00
Pat Hartl
9c98f8b5c5
Port server API routes to endpoints, add start/stop/getstatus
...
Implements #325
2025-08-07 23:35:50 -05:00
Bastien Vidé
b31afc934b
Modified getters in SaveEndoints to only get and download current user's game saves
2025-08-07 21:20:50 +02:00
Pat Hartl
305a6e1b7d
Remove antiforgery, fix auth service registration
2025-07-30 20:42:15 -05:00
RattleSN4K3
5ac36efe71
Download launcher via Endpoint (from configured storage)
2025-04-12 15:11:45 +02:00
Pat Hartl
692cd85161
Fixed save packaging and upload
...
Fixes #190
2025-03-19 17:35:16 -05:00
Pat Hartl
404697d588
Refactor save upload using SavePacker
2025-03-18 20:30:04 -05:00
Pat Hartl
698ddc378e
Add test for checking CreatedBy on basic record creation
2025-03-16 21:04:24 -05:00
Pat Hartl
6d9dcc5b9a
Added logging for unauthorized save endpoints
2025-03-12 01:09:35 -05:00
Pat Hartl
f001b6167b
Refactor application to use storage location path for saves
2025-03-09 00:15:47 -06:00
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
Pat Hartl
01c7bbfa8b
Fix archive download endpoint
...
Fixes #181
2025-02-25 21:22:19 -06:00