ProjectLighthouse/ProjectLighthouse.Servers.Website/Pages
Slendy 1737a16f38
Use SQLite in-memory in lieu of EF In-Memory for testing
Also replaces usages of DateTime.Now with DateTime.UtcNow for internal time storage
2024-03-24 20:52:39 -05:00
..
Admin Implement in-game and website notifications (#932) 2023-10-29 20:27:41 +00:00
Debug Remove IP addresses from game tokens and matchmaking 2024-03-17 21:41:10 -04:00
Email Use SQLite in-memory in lieu of EF In-Memory for testing 2024-03-24 20:52:39 -05:00
Errors Refactor Database class (#616) 2023-02-15 23:54:30 -06:00
ExternalAuth Revert website Forbid and Unauthorized method usage to StatusCode 2023-03-30 19:23:11 -05:00
Layouts Fix link generation for source code footer link 2023-10-30 03:22:48 -05:00
Login Use SQLite in-memory in lieu of EF In-Memory for testing 2024-03-24 20:52:39 -05:00
Moderation Use UtcNow instead of Now for internal time keeping (#965) 2024-01-20 21:24:28 +00:00
Partials Initial implementation of recent activity 2024-03-24 20:51:02 -05:00
TwoFactor Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
LandingPage.cshtml Add proper ban page when logging in (#773) 2023-05-30 19:25:31 +00:00
LandingPage.cshtml.cs Sort team picks by the time they were team picked (#980) 2024-02-23 14:38:02 +00:00
NotificationsPage.cshtml Implement in-game and website notifications (#932) 2023-10-29 20:27:41 +00:00
NotificationsPage.cshtml.cs Implement in-game and website notifications (#932) 2023-10-29 20:27:41 +00:00
PhotosPage.cshtml Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
PhotosPage.cshtml.cs Implement property dependency injection for the website (#806) 2023-06-20 05:02:24 +00:00
SlotPage.cshtml Prevent displaying user/slot bio when privacy settings are enabled 2024-02-27 15:52:54 -05:00
SlotPage.cshtml.cs Fix infinite redirect when slot name generates empty slug 2023-12-23 20:07:52 -06:00
SlotSettingsPage.cshtml Major refactor and reorganization of types (#652) 2023-02-13 22:02:58 -06:00
SlotSettingsPage.cshtml.cs Prevent null values from being censored 2023-04-03 01:02:41 -05:00
SlotsPage.cshtml Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
SlotsPage.cshtml.cs Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserPage.cshtml Prevent displaying user/slot bio when privacy settings are enabled 2024-02-27 15:52:54 -05:00
UserPage.cshtml.cs Miscellaneous website/moderation/notification fixes (#940) 2023-10-30 17:46:05 +00:00
UserPrivacyPage.cshtml Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserPrivacyPage.cshtml.cs Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00
UserSettingsPage.cshtml Simplify rank badges and implement profile tags (#880) 2023-08-28 20:37:06 +00:00
UserSettingsPage.cshtml.cs Simplify rank badges and implement profile tags (#880) 2023-08-28 20:37:06 +00:00
UsersPage.cshtml Refactor serialization system (#702) 2023-03-28 00:39:54 +00:00
UsersPage.cshtml.cs Implement profile and level privacy settings (#841) 2023-07-22 21:49:56 +00:00