ProjectLighthouse/ProjectLighthouse.Servers.GameServer/Controllers/Slots
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
..
CategoryController.cs Refactor LBP3 text search to use the category system 2023-05-31 20:35:39 -05:00
LevelTagsController.cs Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
ListController.cs Fix hearted profiles being sorted in reverse order 2023-05-31 21:25:35 -05:00
PlaylistController.cs Implement deleting playlists 2023-05-31 20:37:17 -05:00
PublishController.cs Implement read-only mode (#1001) 2024-03-30 02:51:12 +00:00
ReviewController.cs Implement read-only mode (#1001) 2024-03-30 02:51:12 +00:00
ScoreController.cs Only update score timestamps when you get more points 2023-08-28 16:32:58 -05:00
SearchController.cs Add ordering to LBP2 search 2023-06-06 23:16:54 -05:00
SlotsController.cs Sort team picks by the time they were team picked (#980) 2024-02-23 14:38:02 +00:00