ProjectLighthouse/ProjectLighthouse.Servers.GameServer/Controllers
sudokoko 0ee8970c64
Implement read-only mode (#1001)
* Implement read-only mode

* Use localized string under default language for announce text

* Redirect to user page rather than returning blank 400

* Protect call to `ParseBase64Image`

* Add protections to SlotSettingsPage and nitpick format

* Display the latest announcement (if any) on the landing page

* Fix a kokoism

Accidentally tried to use markdown within the landing page... I'm rather smart aren't I

* Prevent possible XSS

* Separate truncated announcement text and link with "..."

* Apply suggestion from code review

* Add read-only check to /postComment in slot page controller

* Fix inconsistent tabbing
2024-03-30 02:51:12 +00:00
..
Login Remove IP addresses from game tokens and matchmaking 2024-03-17 21:41:10 -04:00
Matching Remove IP addresses from game tokens and matchmaking 2024-03-17 21:41:10 -04:00
Resources Implement read-only mode (#1001) 2024-03-30 02:51:12 +00:00
Slots Implement read-only mode (#1001) 2024-03-30 02:51:12 +00:00
CommentController.cs Implement read-only mode (#1001) 2024-03-30 02:51:12 +00:00
DeveloperController.cs Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
FriendsController.cs Make FriendsController return text/xml 2023-05-02 21:05:41 -05:00
MessageController.cs Implement read-only mode (#1001) 2024-03-30 02:51:12 +00:00
ReportController.cs Rewrite gameserver slot filter system (#763) 2023-05-31 21:33:39 +00:00
StatisticsController.cs Rewrite gameserver slot filter system (#763) 2023-05-31 21:33:39 +00:00
StatusController.cs Allow head requests to status endpoints (#717) 2023-03-24 00:31:56 +00:00
StoreController.cs Refactor deserialization and authentication (#550) 2022-11-10 21:14:16 -06:00
UserController.cs Implement read-only mode (#1001) 2024-03-30 02:51:12 +00:00