From b2ec7eae57baa42f175980f09b0de366fb139f0d Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 14 May 2022 23:37:55 -0400 Subject: [PATCH] Move servers to `LBPU.PL.Servers` --- .run/Lighthouse API.run.xml | 3 ++- .run/Lighthouse Game API.run.xml | 7 ++++--- .run/Lighthouse Website.run.xml | 5 +++-- .../Controllers/SlotEndpoints.cs | 2 +- .../Controllers/StatisticsEndpoints.cs | 2 +- .../Controllers/UserEndpoints.cs | 2 +- .../Program.cs | 4 ++-- .../ProjectLighthouse.Servers.API.csproj | 4 ++-- .../Startup/ApiStartup.cs | 4 ++-- .../appsettings.Development.json | 0 .../appsettings.json | 0 .../ClientConfigurationController.cs | 2 +- .../Controllers/CommentController.cs | 2 +- .../Controllers/DeveloperController.cs | 2 +- .../Controllers/FriendsController.cs | 2 +- .../Controllers/LoginController.cs | 2 +- .../Matching/EnterLevelController.cs | 2 +- .../Controllers/Matching/MatchController.cs | 2 +- .../Controllers/MessageController.cs | 2 +- .../Controllers/ReportController.cs | 2 +- .../Controllers/Resources/PhotosController.cs | 2 +- .../Resources/ResourcesController.cs | 2 +- .../Controllers/Slots/CollectionController.cs | 2 +- .../Controllers/Slots/LevelTagsController.cs | 2 +- .../Controllers/Slots/ListController.cs | 2 +- .../Controllers/Slots/PublishController.cs | 2 +- .../Controllers/Slots/ReviewController.cs | 2 +- .../Controllers/Slots/ScoreController.cs | 2 +- .../Controllers/Slots/SearchController.cs | 2 +- .../Controllers/Slots/SlotsController.cs | 2 +- .../Controllers/StatisticsController.cs | 2 +- .../Controllers/StoreController.cs | 2 +- .../Controllers/UserController.cs | 2 +- .../Program.cs | 6 +++--- ...rojectLighthouse.Servers.GameServer.csproj | 4 ++-- .../Startup/GameServerStartup.cs | 15 +++----------- .../Startup/GameServerTestStartup.cs | 6 +++--- .../appsettings.Development.json | 0 .../appsettings.json | 0 .../Controllers/Admin/AdminPanelController.cs | 2 +- .../Admin/AdminReportController.cs | 2 +- .../Controllers/Admin/AdminSlotController.cs | 2 +- .../Controllers/Admin/AdminUserController.cs | 2 +- .../Debug/RoomVisualizerController.cs | 2 +- .../ExternalAuth/AuthenticationController.cs | 2 +- .../ExternalAuth/AutoApprovalController.cs | 2 +- .../Controllers/ResourcesController.cs | 2 +- .../Controllers/SlotPageController.cs | 2 +- .../Controllers/UserPageController.cs | 2 +- .../Pages/Admin/AdminBanUserPage.cshtml | 2 +- .../Pages/Admin/AdminBanUserPage.cshtml.cs | 4 ++-- .../Pages/Admin/AdminPanelPage.cshtml | 2 +- .../Pages/Admin/AdminPanelPage.cshtml.cs | 4 ++-- .../Pages/Admin/AdminPanelUsersPage.cshtml | 2 +- .../Pages/Admin/AdminPanelUsersPage.cshtml.cs | 4 ++-- .../Admin/AdminSetGrantedSlotsPage.cshtml | 2 +- .../Admin/AdminSetGrantedSlotsPage.cshtml.cs | 4 ++-- .../CompleteEmailVerificationPage.cshtml | 2 +- .../CompleteEmailVerificationPage.cshtml.cs | 4 ++-- .../Pages/Debug/FilterTestPage.cshtml | 2 +- .../Pages/Debug/FilterTestPage.cshtml.cs | 4 ++-- .../Pages/Debug/RoomVisualizerPage.cshtml | 2 +- .../Pages/Debug/RoomVisualizerPage.cshtml.cs | 4 ++-- .../Pages/Debug/VersionInfoPage.cshtml | 2 +- .../Pages/Debug/VersionInfoPage.cshtml.cs | 4 ++-- .../ExternalAuth/AuthenticationPage.cshtml | 2 +- .../ExternalAuth/AuthenticationPage.cshtml.cs | 4 ++-- .../ManageUserApprovedIpAddressesPage.cshtml | 2 +- ...anageUserApprovedIpAddressesPage.cshtml.cs | 4 ++-- .../Pages/LandingPage.cshtml | 2 +- .../Pages/LandingPage.cshtml.cs | 4 ++-- .../Pages/Layouts/BaseLayout.cshtml | 2 +- .../Pages/Layouts/BaseLayout.cshtml.cs | 2 +- .../Pages/LoginForm.cshtml | 2 +- .../Pages/LoginForm.cshtml.cs | 4 ++-- .../Pages/LogoutPage.cshtml | 2 +- .../Pages/LogoutPage.cshtml.cs | 4 ++-- .../AdminPanelStatisticPartial.cshtml | 0 .../AdminSetGrantedSlotsFormPartial.cshtml | 0 .../Pages/Partials/CaptchaPartial.cshtml | 0 .../Pages/Partials/CommentsPartial.cshtml | 0 .../Pages/Partials/PhotoPartial.cshtml | 0 .../Pages/Partials/SlotCardPartial.cshtml | 0 .../Pages/Partials/UserCardPartial.cshtml | 0 .../Pages/PasswordResetPage.cshtml | 2 +- .../Pages/PasswordResetPage.cshtml.cs | 4 ++-- .../Pages/PasswordResetRequiredPage.cshtml | 2 +- .../Pages/PasswordResetRequiredPage.cshtml.cs | 4 ++-- .../Pages/PhotosPage.cshtml | 2 +- .../Pages/PhotosPage.cshtml.cs | 4 ++-- .../Pages/RegisterForm.cshtml | 2 +- .../Pages/RegisterForm.cshtml.cs | 4 ++-- .../Pages/ReportsPage.cshtml | 2 +- .../Pages/ReportsPage.cshtml.cs | 4 ++-- .../Pages/SendVerificationEmailPage.cshtml | 2 +- .../Pages/SendVerificationEmailPage.cshtml.cs | 4 ++-- .../Pages/SetEmailForm.cshtml | 2 +- .../Pages/SetEmailForm.cshtml.cs | 4 ++-- .../Pages/SlotPage.cshtml | 2 +- .../Pages/SlotPage.cshtml.cs | 4 ++-- .../Pages/SlotsPage.cshtml | 2 +- .../Pages/SlotsPage.cshtml.cs | 4 ++-- .../Pages/UserPage.cshtml | 2 +- .../Pages/UserPage.cshtml.cs | 4 ++-- .../Pages/UsersPage.cshtml | 2 +- .../Pages/UsersPage.cshtml.cs | 4 ++-- .../Program.cs | 4 ++-- .../ProjectLighthouse.Servers.Website.csproj | 4 ++-- .../Startup/WebsiteStartup.cs | 2 +- .../appsettings.Development.json | 0 .../appsettings.json | 0 .../LighthouseWebTest.cs | 4 ++-- .../LighthouseServerTest.cs | 4 ++-- .../ProjectLighthouse.Tests.csproj | 6 +++--- ProjectLighthouse.sln | 15 +++++++++++--- ProjectLighthouse/ProjectLighthouse.csproj | 20 +++++++++++++------ 116 files changed, 173 insertions(+), 162 deletions(-) rename {ProjectLighthouse.API => ProjectLighthouse.Servers.API}/Controllers/SlotEndpoints.cs (97%) rename {ProjectLighthouse.API => ProjectLighthouse.Servers.API}/Controllers/StatisticsEndpoints.cs (94%) rename {ProjectLighthouse.API => ProjectLighthouse.Servers.API}/Controllers/UserEndpoints.cs (96%) rename {ProjectLighthouse.API => ProjectLighthouse.Servers.API}/Program.cs (91%) rename ProjectLighthouse.API/ProjectLighthouse.API.csproj => ProjectLighthouse.Servers.API/ProjectLighthouse.Servers.API.csproj (92%) rename {ProjectLighthouse.API => ProjectLighthouse.Servers.API}/Startup/ApiStartup.cs (94%) rename {ProjectLighthouse.API => ProjectLighthouse.Servers.API}/appsettings.Development.json (100%) rename {ProjectLighthouse.API => ProjectLighthouse.Servers.API}/appsettings.json (100%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/ClientConfigurationController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/CommentController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/DeveloperController.cs (76%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/FriendsController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/LoginController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Matching/EnterLevelController.cs (97%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Matching/MatchController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/MessageController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/ReportController.cs (95%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Resources/PhotosController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Resources/ResourcesController.cs (97%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Slots/CollectionController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Slots/LevelTagsController.cs (87%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Slots/ListController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Slots/PublishController.cs (99%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Slots/ReviewController.cs (99%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Slots/ScoreController.cs (98%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Slots/SearchController.cs (96%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/Slots/SlotsController.cs (99%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/StatisticsController.cs (93%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/StoreController.cs (77%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Controllers/UserController.cs (99%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/Program.cs (84%) rename ProjectLighthouse.GameAPI/ProjectLighthouse.GameAPI.csproj => ProjectLighthouse.Servers.GameServer/ProjectLighthouse.Servers.GameServer.csproj (90%) rename ProjectLighthouse.GameAPI/Startup/GameApiStartup.cs => ProjectLighthouse.Servers.GameServer/Startup/GameServerStartup.cs (95%) rename ProjectLighthouse.GameAPI/Startup/TestGameApiStartup.cs => ProjectLighthouse.Servers.GameServer/Startup/GameServerTestStartup.cs (55%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/appsettings.Development.json (100%) rename {ProjectLighthouse.GameAPI => ProjectLighthouse.Servers.GameServer}/appsettings.json (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/Admin/AdminPanelController.cs (79%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/Admin/AdminReportController.cs (97%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/Admin/AdminSlotController.cs (96%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/Admin/AdminUserController.cs (92%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/Debug/RoomVisualizerController.cs (94%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/ExternalAuth/AuthenticationController.cs (97%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/ExternalAuth/AutoApprovalController.cs (96%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/ResourcesController.cs (92%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/SlotPageController.cs (98%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Controllers/UserPageController.cs (97%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Admin/AdminBanUserPage.cshtml (87%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Admin/AdminBanUserPage.cshtml.cs (92%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Admin/AdminPanelPage.cshtml (96%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Admin/AdminPanelPage.cshtml.cs (92%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Admin/AdminPanelUsersPage.cshtml (92%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Admin/AdminPanelUsersPage.cshtml.cs (84%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Admin/AdminSetGrantedSlotsPage.cshtml (74%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Admin/AdminSetGrantedSlotsPage.cshtml.cs (90%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/CompleteEmailVerificationPage.cshtml (87%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/CompleteEmailVerificationPage.cshtml.cs (91%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Debug/FilterTestPage.cshtml (85%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Debug/FilterTestPage.cshtml.cs (80%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Debug/RoomVisualizerPage.cshtml (97%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Debug/RoomVisualizerPage.cshtml.cs (78%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Debug/VersionInfoPage.cshtml (90%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Debug/VersionInfoPage.cshtml.cs (64%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/ExternalAuth/AuthenticationPage.cshtml (96%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/ExternalAuth/AuthenticationPage.cshtml.cs (87%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/ExternalAuth/ManageUserApprovedIpAddressesPage.cshtml (85%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/ExternalAuth/ManageUserApprovedIpAddressesPage.cshtml.cs (83%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/LandingPage.cshtml (94%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/LandingPage.cshtml.cs (91%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Layouts/BaseLayout.cshtml (99%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Layouts/BaseLayout.cshtml.cs (94%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/LoginForm.cshtml (96%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/LoginForm.cshtml.cs (96%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/LogoutPage.cshtml (80%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/LogoutPage.cshtml.cs (81%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Partials/AdminPanelStatisticPartial.cshtml (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Partials/AdminSetGrantedSlotsFormPartial.cshtml (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Partials/CaptchaPartial.cshtml (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Partials/CommentsPartial.cshtml (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Partials/PhotoPartial.cshtml (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Partials/SlotCardPartial.cshtml (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/Partials/UserCardPartial.cshtml (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/PasswordResetPage.cshtml (95%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/PasswordResetPage.cshtml.cs (91%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/PasswordResetRequiredPage.cshtml (78%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/PasswordResetRequiredPage.cshtml.cs (82%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/PhotosPage.cshtml (93%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/PhotosPage.cshtml.cs (92%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/RegisterForm.cshtml (98%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/RegisterForm.cshtml.cs (96%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/ReportsPage.cshtml (99%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/ReportsPage.cshtml.cs (94%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/SendVerificationEmailPage.cshtml (84%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/SendVerificationEmailPage.cshtml.cs (94%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/SetEmailForm.cshtml (93%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/SetEmailForm.cshtml.cs (95%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/SlotPage.cshtml (99%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/SlotPage.cshtml.cs (94%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/SlotsPage.cshtml (95%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/SlotsPage.cshtml.cs (95%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/UserPage.cshtml (98%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/UserPage.cshtml.cs (94%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/UsersPage.cshtml (94%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Pages/UsersPage.cshtml.cs (91%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Program.cs (91%) rename ProjectLighthouse.Website/ProjectLighthouse.Website.csproj => ProjectLighthouse.Servers.Website/ProjectLighthouse.Servers.Website.csproj (91%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/Startup/WebsiteStartup.cs (96%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/appsettings.Development.json (100%) rename {ProjectLighthouse.Website => ProjectLighthouse.Servers.Website}/appsettings.json (100%) diff --git a/.run/Lighthouse API.run.xml b/.run/Lighthouse API.run.xml index 6e12972b..bd337dfc 100644 --- a/.run/Lighthouse API.run.xml +++ b/.run/Lighthouse API.run.xml @@ -8,7 +8,8 @@