ProjectLighthouse/ProjectLighthouse.Servers.Website/Controllers
Zaprit 3fcfaaf5cc
Profile Blocking (#662)
* Added blocked user DB object

* Added user blocking functions

* Fixed DB Migration

* Updated DB Functions

* Added blocked user support to website

* Fixed DB Migration

* I forgot to save 🫠

* More migration pain

* Fixed Unblock label

* Update ProjectLighthouse.Servers.Website/Pages/UserPage.cshtml

sounds cool

Co-authored-by: koko <68549366+sudokoko@users.noreply.github.com>

* Removed unnecessary imports in database

* Removed unnecessary  imports in UserPage.cshtml.cs

* Made comments in-game respect blocked users

* Update ProjectLighthouse/Database.cs

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

* Update ProjectLighthouse/Database.cs

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

* DB Code cleanup

* Cleaned up userPage block detection code

* Get only the creator id in lieu of the whole object

* Fixed null condition when not logged in

* Fixed null condition when not logged in

* Potential DB Optimisation

* Apply suggestions from code review

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

* Fix errors and null warning

* Use explicit type in lieu of var

* changed block icons

* Optimize blocked user check and save changes when unblocking

---------

Co-authored-by: koko <68549366+sudokoko@users.noreply.github.com>
Co-authored-by: Josh <josh@slendy.pw>
2023-02-11 08:25:06 +00:00
..
Admin Add some resource tests and other small changes (#638) 2023-01-20 00:18:57 -06:00
Debug Lots of bug fixes and performance improvements (#410) 2022-08-13 00:56:17 +00:00
ExternalAuth Rework login and registration systems (#600) 2022-12-26 01:03:14 -08:00
Moderator Fix bug where users can't be deleted (#648) 2023-01-29 22:10:36 -06:00
ResourcesController.cs Refactor deserialization and authentication (#550) 2022-11-10 21:14:16 -06:00
SlotPageController.cs Fix logging for posting website comments 2023-02-05 21:26:50 -06:00
StatusController.cs Add endpoints for status monitoring 2022-08-01 01:20:05 -04:00
UserPageController.cs Profile Blocking (#662) 2023-02-11 08:25:06 +00:00