Commit graph

9 commits

Author SHA1 Message Date
FeTetra
ef5bfd47eb Fix Zaprit suggestions 2025-05-26 18:27:00 -04:00
FeTetra
b77b7b3fb9 Rework parsing to check against GameVersion enum and game token GameVersion 2025-05-25 23:55:26 -04:00
FeTetra
63b61d831c Move configuration and revert logout changes 2025-05-25 23:53:41 -04:00
FeTetra
b84bf02373 403 user at login instead of logging out at /announce 2025-05-25 22:49:39 -04:00
FeTetra
0c8ff50176 Quick fixes (awesome name) 2025-05-25 22:13:10 -04:00
FeTetra
68dbf50253 Implement checking for the Patchwork user agent, move logout into standalone method 2025-05-25 20:10:26 -04:00
Henry Asbridge
f1fe542656
Add config options to restrict signup on certain platforms (#1077)
Some checks failed
Continuous Integration / Build & Test (push) Has been cancelled
Upload Translations to Crowdin / crowdin-sync (push) Has been cancelled
Build Docker Image / Build and Publish (push) Has been cancelled
Qodana / qodana (push) Has been cancelled
* feat: add config options to restrict signup on certain platforms

* add isPSN extension to platform enum

* actually forbid on invalid sign-up attempt, and fix compiler warnings

* Fix code review suggestions

* Apply suggestions from code review

Co-authored-by: Josh <josh@slendy.pw>

* Fix qodana pipeline

---------

Co-authored-by: Josh <josh@slendy.pw>
2024-11-02 16:40:55 +00:00
sudokoko
5283001511
Remove IP addresses from game tokens and matchmaking 2024-03-17 21:41:10 -04:00
Josh
0c1e350fa3
Rewrite gameserver slot filter system (#763)
* Initial implementation of new slot sorting and filtering system

* Initial implementation of filtering for lbp3 community tab

* Add support for organization on lbp3

* Add playlist and user categories

* Implement unit tests for all filters
Refactor more systems to use PaginationData

* Fix PlayerCountFilter test

* Add more unit tests and integration tests for the filter system

* Fix LBP2 move filter and gameFilterType

* Fix sort by likes in LBP3 category

* Add sort for total plays

* Remove extra whitespace and make styling more consistent

* Order hearted and queued levels by primary key ID

* Fix query without order warnings
2023-05-31 21:33:39 +00:00
Renamed from ProjectLighthouse.Servers.GameServer/Controllers/LoginController.cs (Browse further)