From 791c3f52084b039b809f991718e31005684f4b6f Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 11 Dec 2013 08:51:07 +1100 Subject: [PATCH] added missing view file --- src/Umbraco.Web.UI/Umbraco.Web.UI.csproj | 1 + .../Umbraco/Views/AuthorizeUpgrade.cshtml | 62 +++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 src/Umbraco.Web.UI/Umbraco/Views/AuthorizeUpgrade.cshtml 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*@ + + + + + +