From 5d4a95c96b7b81410481c9404867e78d5bbfc88a Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 19 Aug 2020 12:46:58 +0200 Subject: [PATCH] renamed Umbraco to umbraco --- .../Umbraco/UmbracoBackOffice/Default.cshtml | 128 ------------------ .../UmbracoBackOffice/AuthorizeUpgrade.cshtml | 0 2 files changed, 128 deletions(-) delete mode 100644 src/Umbraco.Web.UI.NetCore/Umbraco/UmbracoBackOffice/Default.cshtml rename src/Umbraco.Web.UI.NetCore/{Umbraco => umbraco}/UmbracoBackOffice/AuthorizeUpgrade.cshtml (100%) diff --git a/src/Umbraco.Web.UI.NetCore/Umbraco/UmbracoBackOffice/Default.cshtml b/src/Umbraco.Web.UI.NetCore/Umbraco/UmbracoBackOffice/Default.cshtml deleted file mode 100644 index 55959c27a8..0000000000 --- a/src/Umbraco.Web.UI.NetCore/Umbraco/UmbracoBackOffice/Default.cshtml +++ /dev/null @@ -1,128 +0,0 @@ -@using Umbraco.Core -@using Umbraco.Web.WebAssets -@using Umbraco.Web.Common.Security -@using Umbraco.Core.WebAssets -@using Umbraco.Core.Configuration -@using Umbraco.Core.Hosting -@using Umbraco.Extensions -@using Umbraco.Core.Logging -@using Umbraco.Web.BackOffice.Controllers -@inject BackOfficeSignInManager signInManager -@inject BackOfficeServerVariables backOfficeServerVariables -@inject IUmbracoVersion umbracoVersion -@inject IHostingEnvironment hostingEnvironment -@inject IGlobalSettings globalSettings -@inject IRuntimeMinifier runtimeMinifier -@inject IProfilerHtml profilerHtml - -@{ - var isDebug = false; - var qryDebug = Context.Request.Query["umbDebug"].ToString().TryConvertTo(); - isDebug = qryDebug.Success && qryDebug.Result; - var backOfficePath = globalSettings.GetBackOfficePath(hostingEnvironment); -} - - - - - - - - - - - - - - Umbraco - - @Html.Raw(await runtimeMinifier.RenderCssHereAsync(BackOfficeWebAssets.UmbracoInitCssBundleName)) - - - - - - -
- - - - - - - - - - - -
- - - - - - - - - - - - - @await Html.BareMinimumServerVariablesScriptAsync(backOfficeServerVariables) - - - - - - - @if (isDebug) - { - @Html.Raw(profilerHtml.Render()) - } - - - diff --git a/src/Umbraco.Web.UI.NetCore/Umbraco/UmbracoBackOffice/AuthorizeUpgrade.cshtml b/src/Umbraco.Web.UI.NetCore/umbraco/UmbracoBackOffice/AuthorizeUpgrade.cshtml similarity index 100% rename from src/Umbraco.Web.UI.NetCore/Umbraco/UmbracoBackOffice/AuthorizeUpgrade.cshtml rename to src/Umbraco.Web.UI.NetCore/umbraco/UmbracoBackOffice/AuthorizeUpgrade.cshtml