From 74abbd05033566e31f4f05956261c97c41e29f94 Mon Sep 17 00:00:00 2001 From: Pat Hartl Date: Wed, 4 Jan 2023 19:30:32 -0600 Subject: [PATCH] Move LANCommander application to its own directory --- LANCommander.sln | 2 +- .../Pages/Account/AccessDenied.cshtml | 0 .../Pages/Account/AccessDenied.cshtml.cs | 0 .../Pages/Account/FirstTimeSetup.cshtml | 0 .../Pages/Account/FirstTimeSetup.cshtml.cs | 0 .../Pages/Account/ForgotPassword.cshtml | 0 .../Pages/Account/ForgotPassword.cshtml.cs | 0 .../Identity/Pages/Account/Login.cshtml | 0 .../Identity/Pages/Account/Login.cshtml.cs | 0 .../Identity/Pages/Account/Logout.cshtml | 0 .../Identity/Pages/Account/Logout.cshtml.cs | 0 .../Account/Manage/ChangePassword.cshtml | 0 .../Account/Manage/ChangePassword.cshtml.cs | 0 .../Pages/Account/Manage/Index.cshtml | 0 .../Pages/Account/Manage/Index.cshtml.cs | 0 .../Pages/Account/Manage/ManageNavPages.cs | 0 .../Pages/Account/Manage/SetPassword.cshtml | 0 .../Account/Manage/SetPassword.cshtml.cs | 0 .../Pages/Account/Manage/_Layout.cshtml | 0 .../Pages/Account/Manage/_ManageNav.cshtml | 0 .../Pages/Account/Manage/_ViewImports.cshtml | 0 .../Identity/Pages/Account/Register.cshtml | 0 .../Identity/Pages/Account/Register.cshtml.cs | 0 .../Pages/Account/ResetPassword.cshtml | 0 .../Pages/Account/ResetPassword.cshtml.cs | 0 .../Account/ResetPasswordConfirmation.cshtml | 0 .../ResetPasswordConfirmation.cshtml.cs | 0 .../Pages/Account/_ViewImports.cshtml | 0 .../Pages/_ValidationScriptsPartial.cshtml | 0 .../Areas}/Identity/Pages/_ViewImports.cshtml | 0 .../Areas}/Identity/Pages/_ViewStart.cshtml | 0 .../Controllers}/ArchivesController.cs | 0 .../Controllers}/CompaniesController.cs | 0 .../Controllers}/GamesController.cs | 0 .../Controllers}/HomeController.cs | 0 .../Controllers}/TagsController.cs | 0 .../Controllers}/UploadController.cs | 0 .../Data}/DatabaseContext.cs | 0 {Data => LANCommander/Data}/Models/Archive.cs | 0 .../Data}/Models/BaseModel.cs | 0 {Data => LANCommander/Data}/Models/Company.cs | 0 {Data => LANCommander/Data}/Models/Game.cs | 0 {Data => LANCommander/Data}/Models/Role.cs | 0 {Data => LANCommander/Data}/Models/Tag.cs | 0 {Data => LANCommander/Data}/Models/User.cs | 0 {Data => LANCommander/Data}/Repository.cs | 0 .../Extensions}/StringExtensions.cs | 0 .../LANCommander.csproj | 0 .../LANCommander.db | Bin 163840 -> 237568 bytes .../LANCommander.db.bak | Bin .../20220905222402_InitialSeed.Designer.cs | 0 .../Migrations}/20220905222402_InitialSeed.cs | 0 .../20220907043213_AddCompanies.Designer.cs | 0 .../20220907043213_AddCompanies.cs | 0 ...082813_AlterGameRequiredFields.Designer.cs | 0 .../20221229082813_AlterGameRequiredFields.cs | 0 ...20221230033714_AddGameArchives.Designer.cs | 0 .../20221230033714_AddGameArchives.cs | 0 .../20230103064847_RekeyUsers.Designer.cs | 0 .../Migrations}/20230103064847_RekeyUsers.cs | 0 ...3070011_SimplifyUserNavigation.Designer.cs | 0 .../20230103070011_SimplifyUserNavigation.cs | 0 .../DatabaseContextModelSnapshot.cs | 0 .../Models}/ChunkUpload.cs | 0 .../Models}/DashboardViewModel.cs | 0 .../Models}/ErrorViewModel.cs | 0 Program.cs => LANCommander/Program.cs | 0 .../Properties}/launchSettings.json | 0 .../Properties}/serviceDependencies.json | 0 .../serviceDependencies.local.json | 0 .../ScaffoldingReadMe.txt | 0 .../Views}/Archives/Add.cshtml | 0 .../Views}/Companies/Create.cshtml | 0 .../Views}/Companies/Delete.cshtml | 0 .../Views}/Companies/Details.cshtml | 0 .../Views}/Companies/Edit.cshtml | 0 .../Views}/Companies/Index.cshtml | 0 .../Views}/Games/Add.cshtml | 0 .../Views}/Games/Delete.cshtml | 0 .../Views}/Games/Edit.cshtml | 0 .../Views}/Games/Index.cshtml | 0 .../Views}/Home/Index.cshtml | 0 .../Views}/Home/Privacy.cshtml | 0 .../Views}/Shared/Error.cshtml | 0 .../Views}/Shared/_Layout.cshtml | 0 .../Views}/Shared/_Layout.cshtml.css | 0 .../Views}/Shared/_LayoutBasic.cshtml | 0 .../Views}/Shared/_LayoutBasic.cshtml.css | 0 .../Views}/Shared/_LoginPartial.cshtml | 0 .../Shared/_ValidationScriptsPartial.cshtml | 0 .../Views}/Tags/Create.cshtml | 0 .../Views}/Tags/Delete.cshtml | 0 .../Views}/Tags/Details.cshtml | 0 .../Views}/Tags/Edit.cshtml | 0 .../Views}/Tags/Index.cshtml | 0 .../Views}/_ViewImports.cshtml | 0 .../Views}/_ViewStart.cshtml | 0 .../appsettings.Development.json | 0 .../appsettings.json | 0 tsconfig.json => LANCommander/tsconfig.json | 0 .../wwwroot}/css/site.css | 0 .../wwwroot}/css/tabler-flags.css | 0 .../wwwroot}/css/tabler-flags.min.css | 0 .../wwwroot}/css/tabler-flags.rtl.css | 0 .../wwwroot}/css/tabler-flags.rtl.min.css | 0 .../wwwroot}/css/tabler-payments.css | 0 .../wwwroot}/css/tabler-payments.min.css | 0 .../wwwroot}/css/tabler-payments.rtl.css | 0 .../wwwroot}/css/tabler-payments.rtl.min.css | 0 .../wwwroot}/css/tabler-vendors.css | 0 .../wwwroot}/css/tabler-vendors.min.css | 0 .../wwwroot}/css/tabler-vendors.rtl.css | 0 .../wwwroot}/css/tabler-vendors.rtl.min.css | 0 .../wwwroot}/css/tabler.css | 0 .../wwwroot}/css/tabler.min.css | 0 .../wwwroot}/css/tabler.rtl.css | 0 .../wwwroot}/css/tabler.rtl.min.css | 0 {wwwroot => LANCommander/wwwroot}/favicon.ico | Bin .../wwwroot}/js/Upload.js | 0 .../wwwroot}/js/Upload.js.map | 0 .../wwwroot}/js/Upload.ts | 0 {wwwroot => LANCommander/wwwroot}/js/site.js | 0 .../wwwroot}/js/tabler.esm.js | 0 .../wwwroot}/js/tabler.esm.min.js | 0 .../wwwroot}/js/tabler.js | 0 .../wwwroot}/js/tabler.min.js | 0 .../lib/apexcharts/dist/apexcharts.min.js | 0 .../wwwroot}/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../bootstrap/dist/css/bootstrap-grid.css.map | 0 .../bootstrap/dist/css/bootstrap-grid.min.css | 0 .../dist/css/bootstrap-grid.min.css.map | 0 .../bootstrap/dist/css/bootstrap-grid.rtl.css | 0 .../dist/css/bootstrap-grid.rtl.css.map | 0 .../dist/css/bootstrap-grid.rtl.min.css | 0 .../dist/css/bootstrap-grid.rtl.min.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.css | 0 .../dist/css/bootstrap-reboot.css.map | 0 .../dist/css/bootstrap-reboot.min.css | 0 .../dist/css/bootstrap-reboot.min.css.map | 0 .../dist/css/bootstrap-reboot.rtl.css | 0 .../dist/css/bootstrap-reboot.rtl.css.map | 0 .../dist/css/bootstrap-reboot.rtl.min.css | 0 .../dist/css/bootstrap-reboot.rtl.min.css.map | 0 .../dist/css/bootstrap-utilities.css | 0 .../dist/css/bootstrap-utilities.css.map | 0 .../dist/css/bootstrap-utilities.min.css | 0 .../dist/css/bootstrap-utilities.min.css.map | 0 .../dist/css/bootstrap-utilities.rtl.css | 0 .../dist/css/bootstrap-utilities.rtl.css.map | 0 .../dist/css/bootstrap-utilities.rtl.min.css | 0 .../css/bootstrap-utilities.rtl.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.rtl.css | 0 .../bootstrap/dist/css/bootstrap.rtl.css.map | 0 .../bootstrap/dist/css/bootstrap.rtl.min.css | 0 .../dist/css/bootstrap.rtl.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../dist/js/bootstrap.bundle.min.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.esm.js | 0 .../bootstrap/dist/js/bootstrap.esm.js.map | 0 .../bootstrap/dist/js/bootstrap.esm.min.js | 0 .../dist/js/bootstrap.esm.min.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.js | 0 .../lib/bootstrap/dist/js/bootstrap.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.min.js | 0 .../bootstrap/dist/js/bootstrap.min.js.map | 0 .../wwwroot}/lib/countup.js/dist/countUp.js | 0 .../jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot}/lib/jquery-validation/LICENSE.md | 0 .../dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../jquery-validation/dist/jquery.validate.js | 0 .../dist/jquery.validate.min.js | 0 .../wwwroot}/lib/jquery/LICENSE.txt | 0 .../wwwroot}/lib/jquery/dist/jquery.js | 0 .../wwwroot}/lib/jquery/dist/jquery.min.js | 0 .../wwwroot}/lib/jquery/dist/jquery.min.map | 0 .../lib/litepicker/dist/litepicker.js | 0 .../lib/nouislider/dist/nouislider.min.js | 0 .../tom-select/dist/js/tom-select.base.min.js | 0 .../wwwroot}/static/access-denied.mp3 | Bin 189 files changed, 1 insertion(+), 1 deletion(-) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/AccessDenied.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/AccessDenied.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/FirstTimeSetup.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/FirstTimeSetup.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/ForgotPassword.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/ForgotPassword.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Login.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Login.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Logout.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Logout.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/ChangePassword.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/ChangePassword.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/Index.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/Index.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/ManageNavPages.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/SetPassword.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/SetPassword.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/_Layout.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/_ManageNav.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Manage/_ViewImports.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Register.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/Register.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/ResetPassword.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/ResetPassword.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/ResetPasswordConfirmation.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.cs (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/Account/_ViewImports.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/_ValidationScriptsPartial.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/_ViewImports.cshtml (100%) rename {Areas => LANCommander/Areas}/Identity/Pages/_ViewStart.cshtml (100%) rename {Controllers => LANCommander/Controllers}/ArchivesController.cs (100%) rename {Controllers => LANCommander/Controllers}/CompaniesController.cs (100%) rename {Controllers => LANCommander/Controllers}/GamesController.cs (100%) rename {Controllers => LANCommander/Controllers}/HomeController.cs (100%) rename {Controllers => LANCommander/Controllers}/TagsController.cs (100%) rename {Controllers => LANCommander/Controllers}/UploadController.cs (100%) rename {Data => LANCommander/Data}/DatabaseContext.cs (100%) rename {Data => LANCommander/Data}/Models/Archive.cs (100%) rename {Data => LANCommander/Data}/Models/BaseModel.cs (100%) rename {Data => LANCommander/Data}/Models/Company.cs (100%) rename {Data => LANCommander/Data}/Models/Game.cs (100%) rename {Data => LANCommander/Data}/Models/Role.cs (100%) rename {Data => LANCommander/Data}/Models/Tag.cs (100%) rename {Data => LANCommander/Data}/Models/User.cs (100%) rename {Data => LANCommander/Data}/Repository.cs (100%) rename {Extensions => LANCommander/Extensions}/StringExtensions.cs (100%) rename LANCommander.csproj => LANCommander/LANCommander.csproj (100%) rename LANCommander.db => LANCommander/LANCommander.db (67%) rename LANCommander.db.bak => LANCommander/LANCommander.db.bak (100%) rename {Migrations => LANCommander/Migrations}/20220905222402_InitialSeed.Designer.cs (100%) rename {Migrations => LANCommander/Migrations}/20220905222402_InitialSeed.cs (100%) rename {Migrations => LANCommander/Migrations}/20220907043213_AddCompanies.Designer.cs (100%) rename {Migrations => LANCommander/Migrations}/20220907043213_AddCompanies.cs (100%) rename {Migrations => LANCommander/Migrations}/20221229082813_AlterGameRequiredFields.Designer.cs (100%) rename {Migrations => LANCommander/Migrations}/20221229082813_AlterGameRequiredFields.cs (100%) rename {Migrations => LANCommander/Migrations}/20221230033714_AddGameArchives.Designer.cs (100%) rename {Migrations => LANCommander/Migrations}/20221230033714_AddGameArchives.cs (100%) rename {Migrations => LANCommander/Migrations}/20230103064847_RekeyUsers.Designer.cs (100%) rename {Migrations => LANCommander/Migrations}/20230103064847_RekeyUsers.cs (100%) rename {Migrations => LANCommander/Migrations}/20230103070011_SimplifyUserNavigation.Designer.cs (100%) rename {Migrations => LANCommander/Migrations}/20230103070011_SimplifyUserNavigation.cs (100%) rename {Migrations => LANCommander/Migrations}/DatabaseContextModelSnapshot.cs (100%) rename {Models => LANCommander/Models}/ChunkUpload.cs (100%) rename {Models => LANCommander/Models}/DashboardViewModel.cs (100%) rename {Models => LANCommander/Models}/ErrorViewModel.cs (100%) rename Program.cs => LANCommander/Program.cs (100%) rename {Properties => LANCommander/Properties}/launchSettings.json (100%) rename {Properties => LANCommander/Properties}/serviceDependencies.json (100%) rename {Properties => LANCommander/Properties}/serviceDependencies.local.json (100%) rename ScaffoldingReadMe.txt => LANCommander/ScaffoldingReadMe.txt (100%) rename {Views => LANCommander/Views}/Archives/Add.cshtml (100%) rename {Views => LANCommander/Views}/Companies/Create.cshtml (100%) rename {Views => LANCommander/Views}/Companies/Delete.cshtml (100%) rename {Views => LANCommander/Views}/Companies/Details.cshtml (100%) rename {Views => LANCommander/Views}/Companies/Edit.cshtml (100%) rename {Views => LANCommander/Views}/Companies/Index.cshtml (100%) rename {Views => LANCommander/Views}/Games/Add.cshtml (100%) rename {Views => LANCommander/Views}/Games/Delete.cshtml (100%) rename {Views => LANCommander/Views}/Games/Edit.cshtml (100%) rename {Views => LANCommander/Views}/Games/Index.cshtml (100%) rename {Views => LANCommander/Views}/Home/Index.cshtml (100%) rename {Views => LANCommander/Views}/Home/Privacy.cshtml (100%) rename {Views => LANCommander/Views}/Shared/Error.cshtml (100%) rename {Views => LANCommander/Views}/Shared/_Layout.cshtml (100%) rename {Views => LANCommander/Views}/Shared/_Layout.cshtml.css (100%) rename {Views => LANCommander/Views}/Shared/_LayoutBasic.cshtml (100%) rename {Views => LANCommander/Views}/Shared/_LayoutBasic.cshtml.css (100%) rename {Views => LANCommander/Views}/Shared/_LoginPartial.cshtml (100%) rename {Views => LANCommander/Views}/Shared/_ValidationScriptsPartial.cshtml (100%) rename {Views => LANCommander/Views}/Tags/Create.cshtml (100%) rename {Views => LANCommander/Views}/Tags/Delete.cshtml (100%) rename {Views => LANCommander/Views}/Tags/Details.cshtml (100%) rename {Views => LANCommander/Views}/Tags/Edit.cshtml (100%) rename {Views => LANCommander/Views}/Tags/Index.cshtml (100%) rename {Views => LANCommander/Views}/_ViewImports.cshtml (100%) rename {Views => LANCommander/Views}/_ViewStart.cshtml (100%) rename appsettings.Development.json => LANCommander/appsettings.Development.json (100%) rename appsettings.json => LANCommander/appsettings.json (100%) rename tsconfig.json => LANCommander/tsconfig.json (100%) rename {wwwroot => LANCommander/wwwroot}/css/site.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-flags.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-flags.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-flags.rtl.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-flags.rtl.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-payments.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-payments.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-payments.rtl.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-payments.rtl.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-vendors.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-vendors.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-vendors.rtl.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler-vendors.rtl.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler.rtl.css (100%) rename {wwwroot => LANCommander/wwwroot}/css/tabler.rtl.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/favicon.ico (100%) rename {wwwroot => LANCommander/wwwroot}/js/Upload.js (100%) rename {wwwroot => LANCommander/wwwroot}/js/Upload.js.map (100%) rename {wwwroot => LANCommander/wwwroot}/js/Upload.ts (100%) rename {wwwroot => LANCommander/wwwroot}/js/site.js (100%) rename {wwwroot => LANCommander/wwwroot}/js/tabler.esm.js (100%) rename {wwwroot => LANCommander/wwwroot}/js/tabler.esm.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/js/tabler.js (100%) rename {wwwroot => LANCommander/wwwroot}/js/tabler.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/apexcharts/dist/apexcharts.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/LICENSE (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-grid.rtl.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-utilities.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-utilities.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-utilities.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap.rtl.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap.rtl.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap.rtl.min.css (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.esm.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.esm.js.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.esm.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.esm.min.js.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/countup.js/dist/countUp.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery-validation/LICENSE.md (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery-validation/dist/additional-methods.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery-validation/dist/additional-methods.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery-validation/dist/jquery.validate.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery/LICENSE.txt (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery/dist/jquery.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery/dist/jquery.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/jquery/dist/jquery.min.map (100%) rename {wwwroot => LANCommander/wwwroot}/lib/litepicker/dist/litepicker.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/nouislider/dist/nouislider.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/lib/tom-select/dist/js/tom-select.base.min.js (100%) rename {wwwroot => LANCommander/wwwroot}/static/access-denied.mp3 (100%) diff --git a/LANCommander.sln b/LANCommander.sln index 90c7074..6d53f3e 100644 --- a/LANCommander.sln +++ b/LANCommander.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.1.32328.378 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander", "LANCommander.csproj", "{C64D17A8-CDB3-4D1E-858F-6CF05B6FED4D}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LANCommander", "LANCommander\LANCommander.csproj", "{C64D17A8-CDB3-4D1E-858F-6CF05B6FED4D}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LANCommander.Playnite.Extension", "LANCommander.Playnite.Extension\LANCommander.Playnite.Extension.csproj", "{F9EB13D4-8FD9-4095-B934-F7EC681E6901}" EndProject diff --git a/Areas/Identity/Pages/Account/AccessDenied.cshtml b/LANCommander/Areas/Identity/Pages/Account/AccessDenied.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/AccessDenied.cshtml rename to LANCommander/Areas/Identity/Pages/Account/AccessDenied.cshtml diff --git a/Areas/Identity/Pages/Account/AccessDenied.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/AccessDenied.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/AccessDenied.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/AccessDenied.cshtml.cs diff --git a/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml b/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/FirstTimeSetup.cshtml rename to LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml diff --git a/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/FirstTimeSetup.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/FirstTimeSetup.cshtml.cs diff --git a/Areas/Identity/Pages/Account/ForgotPassword.cshtml b/LANCommander/Areas/Identity/Pages/Account/ForgotPassword.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/ForgotPassword.cshtml rename to LANCommander/Areas/Identity/Pages/Account/ForgotPassword.cshtml diff --git a/Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/ForgotPassword.cshtml.cs diff --git a/Areas/Identity/Pages/Account/Login.cshtml b/LANCommander/Areas/Identity/Pages/Account/Login.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Login.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Login.cshtml diff --git a/Areas/Identity/Pages/Account/Login.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/Login.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/Login.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/Login.cshtml.cs diff --git a/Areas/Identity/Pages/Account/Logout.cshtml b/LANCommander/Areas/Identity/Pages/Account/Logout.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Logout.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Logout.cshtml diff --git a/Areas/Identity/Pages/Account/Logout.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/Logout.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/Logout.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/Logout.cshtml.cs diff --git a/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml b/LANCommander/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml diff --git a/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/Manage/ChangePassword.cshtml.cs diff --git a/Areas/Identity/Pages/Account/Manage/Index.cshtml b/LANCommander/Areas/Identity/Pages/Account/Manage/Index.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Manage/Index.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Manage/Index.cshtml diff --git a/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/Manage/Index.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/Manage/Index.cshtml.cs diff --git a/Areas/Identity/Pages/Account/Manage/ManageNavPages.cs b/LANCommander/Areas/Identity/Pages/Account/Manage/ManageNavPages.cs similarity index 100% rename from Areas/Identity/Pages/Account/Manage/ManageNavPages.cs rename to LANCommander/Areas/Identity/Pages/Account/Manage/ManageNavPages.cs diff --git a/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml b/LANCommander/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Manage/SetPassword.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml diff --git a/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/Manage/SetPassword.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/Manage/SetPassword.cshtml.cs diff --git a/Areas/Identity/Pages/Account/Manage/_Layout.cshtml b/LANCommander/Areas/Identity/Pages/Account/Manage/_Layout.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Manage/_Layout.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Manage/_Layout.cshtml diff --git a/Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml b/LANCommander/Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Manage/_ManageNav.cshtml diff --git a/Areas/Identity/Pages/Account/Manage/_ViewImports.cshtml b/LANCommander/Areas/Identity/Pages/Account/Manage/_ViewImports.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Manage/_ViewImports.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Manage/_ViewImports.cshtml diff --git a/Areas/Identity/Pages/Account/Register.cshtml b/LANCommander/Areas/Identity/Pages/Account/Register.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/Register.cshtml rename to LANCommander/Areas/Identity/Pages/Account/Register.cshtml diff --git a/Areas/Identity/Pages/Account/Register.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/Register.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/Register.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/Register.cshtml.cs diff --git a/Areas/Identity/Pages/Account/ResetPassword.cshtml b/LANCommander/Areas/Identity/Pages/Account/ResetPassword.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/ResetPassword.cshtml rename to LANCommander/Areas/Identity/Pages/Account/ResetPassword.cshtml diff --git a/Areas/Identity/Pages/Account/ResetPassword.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/ResetPassword.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/ResetPassword.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/ResetPassword.cshtml.cs diff --git a/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml b/LANCommander/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml rename to LANCommander/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml diff --git a/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.cs b/LANCommander/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.cs similarity index 100% rename from Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.cs rename to LANCommander/Areas/Identity/Pages/Account/ResetPasswordConfirmation.cshtml.cs diff --git a/Areas/Identity/Pages/Account/_ViewImports.cshtml b/LANCommander/Areas/Identity/Pages/Account/_ViewImports.cshtml similarity index 100% rename from Areas/Identity/Pages/Account/_ViewImports.cshtml rename to LANCommander/Areas/Identity/Pages/Account/_ViewImports.cshtml diff --git a/Areas/Identity/Pages/_ValidationScriptsPartial.cshtml b/LANCommander/Areas/Identity/Pages/_ValidationScriptsPartial.cshtml similarity index 100% rename from Areas/Identity/Pages/_ValidationScriptsPartial.cshtml rename to LANCommander/Areas/Identity/Pages/_ValidationScriptsPartial.cshtml diff --git a/Areas/Identity/Pages/_ViewImports.cshtml b/LANCommander/Areas/Identity/Pages/_ViewImports.cshtml similarity index 100% rename from Areas/Identity/Pages/_ViewImports.cshtml rename to LANCommander/Areas/Identity/Pages/_ViewImports.cshtml diff --git a/Areas/Identity/Pages/_ViewStart.cshtml b/LANCommander/Areas/Identity/Pages/_ViewStart.cshtml similarity index 100% rename from Areas/Identity/Pages/_ViewStart.cshtml rename to LANCommander/Areas/Identity/Pages/_ViewStart.cshtml diff --git a/Controllers/ArchivesController.cs b/LANCommander/Controllers/ArchivesController.cs similarity index 100% rename from Controllers/ArchivesController.cs rename to LANCommander/Controllers/ArchivesController.cs diff --git a/Controllers/CompaniesController.cs b/LANCommander/Controllers/CompaniesController.cs similarity index 100% rename from Controllers/CompaniesController.cs rename to LANCommander/Controllers/CompaniesController.cs diff --git a/Controllers/GamesController.cs b/LANCommander/Controllers/GamesController.cs similarity index 100% rename from Controllers/GamesController.cs rename to LANCommander/Controllers/GamesController.cs diff --git a/Controllers/HomeController.cs b/LANCommander/Controllers/HomeController.cs similarity index 100% rename from Controllers/HomeController.cs rename to LANCommander/Controllers/HomeController.cs diff --git a/Controllers/TagsController.cs b/LANCommander/Controllers/TagsController.cs similarity index 100% rename from Controllers/TagsController.cs rename to LANCommander/Controllers/TagsController.cs diff --git a/Controllers/UploadController.cs b/LANCommander/Controllers/UploadController.cs similarity index 100% rename from Controllers/UploadController.cs rename to LANCommander/Controllers/UploadController.cs diff --git a/Data/DatabaseContext.cs b/LANCommander/Data/DatabaseContext.cs similarity index 100% rename from Data/DatabaseContext.cs rename to LANCommander/Data/DatabaseContext.cs diff --git a/Data/Models/Archive.cs b/LANCommander/Data/Models/Archive.cs similarity index 100% rename from Data/Models/Archive.cs rename to LANCommander/Data/Models/Archive.cs diff --git a/Data/Models/BaseModel.cs b/LANCommander/Data/Models/BaseModel.cs similarity index 100% rename from Data/Models/BaseModel.cs rename to LANCommander/Data/Models/BaseModel.cs diff --git a/Data/Models/Company.cs b/LANCommander/Data/Models/Company.cs similarity index 100% rename from Data/Models/Company.cs rename to LANCommander/Data/Models/Company.cs diff --git a/Data/Models/Game.cs b/LANCommander/Data/Models/Game.cs similarity index 100% rename from Data/Models/Game.cs rename to LANCommander/Data/Models/Game.cs diff --git a/Data/Models/Role.cs b/LANCommander/Data/Models/Role.cs similarity index 100% rename from Data/Models/Role.cs rename to LANCommander/Data/Models/Role.cs diff --git a/Data/Models/Tag.cs b/LANCommander/Data/Models/Tag.cs similarity index 100% rename from Data/Models/Tag.cs rename to LANCommander/Data/Models/Tag.cs diff --git a/Data/Models/User.cs b/LANCommander/Data/Models/User.cs similarity index 100% rename from Data/Models/User.cs rename to LANCommander/Data/Models/User.cs diff --git a/Data/Repository.cs b/LANCommander/Data/Repository.cs similarity index 100% rename from Data/Repository.cs rename to LANCommander/Data/Repository.cs diff --git a/Extensions/StringExtensions.cs b/LANCommander/Extensions/StringExtensions.cs similarity index 100% rename from Extensions/StringExtensions.cs rename to LANCommander/Extensions/StringExtensions.cs diff --git a/LANCommander.csproj b/LANCommander/LANCommander.csproj similarity index 100% rename from LANCommander.csproj rename to LANCommander/LANCommander.csproj diff --git a/LANCommander.db b/LANCommander/LANCommander.db similarity index 67% rename from LANCommander.db rename to LANCommander/LANCommander.db index b0d25eda86a6be9c1bb2d8438cff4e5bc893174d..cc632b9c92b996cc6be1e35e0f5cf7fd64c88557 100644 GIT binary patch delta 6556 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 delta 1207 zcmbtUZD?Cn7(VYgxA*3wxhKVTcQM`WZ6!^!HZ{4)+N8or*EI8^+G0~D*4b`rwg##j zO)P>)tE>!%O4n##XjnnVz(0<K}iI{_}(3f^35L(fpKcQqRpA#epFDp0D>j z@56J?eeZkE;$?Ml(Xs4pau7l~#i*PAYdFR%lq>$@A%FFyTpDZjfB*7%sbZ9*%5D9_ z1eM(-dHE*4RFRDH(#Gg^=y%<3yG~THLby-;)^*eMi8JlorCe1?a;V`uX@b5>kBgva zXJ4D4gp_X&LYq>^+4q!YZ3;+)&^WeDK!?LFTvgLFI9M#LB&9yXFgse$p~wBh&Hc=MUr6DKos4^96gFSKnzYrSi#$1JVU=a0;0 zb2FKN|1DN-eFSbu4~UFwq@VCBs^PlknrQr`G3&hHJm!=fEB1N&pz?vTr1;q}`E&WW z4A3b5MlK4vu(=@qxXQYq6T_R-gFVQ4ShuVp-=uBex4_u$QwR4bn%4`jHslWxdxz zM3?Z-rJWs$^=Z!V+G7qJem0Y}O*D_EKyJWyn9xc)G3 zoH_&&y3esIbUJ{C-ef+oW91<1qtl&uu|j=dv$opmTg*=behjU#PUXH}m#htV3va6) zd~ggnbd+6BLo1cTt+Fol`Z|9s{7A=sVcd*%bgl!`7)LH zLL@LYK1kx`eo;HIa4?oMQ^9B|)f