diff --git a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj index 2f055e73e7..69dd00ce1a 100644 --- a/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj +++ b/src/Umbraco.Web.UI/Umbraco.Web.UI.csproj @@ -2157,6 +2157,7 @@ + diff --git a/src/Umbraco.Web.UI/Umbraco/Views/AuthorizeUpgrade.cshtml b/src/Umbraco.Web.UI/Umbraco/Views/AuthorizeUpgrade.cshtml new file mode 100644 index 0000000000..043270750d --- /dev/null +++ b/src/Umbraco.Web.UI/Umbraco/Views/AuthorizeUpgrade.cshtml @@ -0,0 +1,62 @@ +@using System.Web.Mvc +@using System.Web.Mvc.Html +@using Umbraco.Core +@using ClientDependency.Core +@using ClientDependency.Core.Mvc +@using Umbraco.Web +@using Umbraco.Web.Editors +@using umbraco +@inherits System.Web.Mvc.WebViewPage +@{ + Layout = null; +} + + + + + + + + + + Umbraco + + + @*Because we're lazy loading angular js, the embedded cloak style will not be loaded initially, but we need it*@ + + + + + + + + @* + These are the bare minimal server variables that are required for the application to start without being authenticated, + we will load the rest of the server vars after the user is authenticated. + *@ + + + @*And finally we can load in our angular app*@ + + + + + +