From 2105ee907327c9ef8a1e5d36e8767621802900d3 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 29 Jul 2016 13:49:39 +0100 Subject: [PATCH] Update build no --- PlexRequests.UI/Views/Admin/_Sidebar.cshtml | 38 +++---- .../Views/Login/ChangePassword.cshtml | 72 ++++++------ PlexRequests.UI/Views/Login/Index.cshtml | 78 ++++++------- PlexRequests.UI/Views/Login/Register.cshtml | 28 ++--- PlexRequests.UI/Views/_ViewStart.cshtml | 4 +- PlexRequests.UI/web.config | 104 +++++++++--------- appveyor.yml | 6 +- 7 files changed, 165 insertions(+), 165 deletions(-) diff --git a/PlexRequests.UI/Views/Admin/_Sidebar.cshtml b/PlexRequests.UI/Views/Admin/_Sidebar.cshtml index 4791c9f19..37d6fb9e5 100644 --- a/PlexRequests.UI/Views/Admin/_Sidebar.cshtml +++ b/PlexRequests.UI/Views/Admin/_Sidebar.cshtml @@ -1,20 +1,20 @@ -@using PlexRequests.UI.Helpers -
-
- @Html.GetSidebarUrl(Context, "/admin", "Plex Request") - @Html.GetSidebarUrl(Context, "/admin/landingpage", "Landing Page") - @Html.GetSidebarUrl(Context, "/admin/authentication", "Authentication") - @Html.GetSidebarUrl(Context, "/admin/plex", "Plex") - @Html.GetSidebarUrl(Context, "/admin/couchpotato", "CouchPotato") - @Html.GetSidebarUrl(Context, "/admin/sonarr", "Sonarr") - @Html.GetSidebarUrl(Context, "/admin/sickrage", "SickRage") - @Html.GetSidebarUrl(Context, "/admin/headphones", "Headphones (Beta)") - @Html.GetSidebarUrl(Context, "/admin/emailnotification", "Email Notifications") - @Html.GetSidebarUrl(Context, "/admin/pushbulletnotification", "Pushbullet Notifications") - @Html.GetSidebarUrl(Context, "/admin/pushovernotification", "Pushover Notifications") - @Html.GetSidebarUrl(Context, "/admin/slacknotification", "Slack Notifications") - @Html.GetSidebarUrl(Context, "/admin/logs", "Logs") - @Html.GetSidebarUrl(Context, "/admin/status", "Status") - @Html.GetSidebarUrl(Context, "/admin/scheduledjobs", "Scheduled Jobs") -
+@using PlexRequests.UI.Helpers +
+
+ @Html.GetSidebarUrl(Context, "/admin", "Plex Request") + @Html.GetSidebarUrl(Context, "/admin/landingpage", "Landing Page") + @Html.GetSidebarUrl(Context, "/admin/authentication", "Authentication") + @Html.GetSidebarUrl(Context, "/admin/plex", "Plex") + @Html.GetSidebarUrl(Context, "/admin/couchpotato", "CouchPotato") + @Html.GetSidebarUrl(Context, "/admin/sonarr", "Sonarr") + @Html.GetSidebarUrl(Context, "/admin/sickrage", "SickRage") + @Html.GetSidebarUrl(Context, "/admin/headphones", "Headphones (Beta)") + @Html.GetSidebarUrl(Context, "/admin/emailnotification", "Email Notifications") + @Html.GetSidebarUrl(Context, "/admin/pushbulletnotification", "Pushbullet Notifications") + @Html.GetSidebarUrl(Context, "/admin/pushovernotification", "Pushover Notifications") + @Html.GetSidebarUrl(Context, "/admin/slacknotification", "Slack Notifications") + @Html.GetSidebarUrl(Context, "/admin/logs", "Logs") + @Html.GetSidebarUrl(Context, "/admin/status", "Status") + @Html.GetSidebarUrl(Context, "/admin/scheduledjobs", "Scheduled Jobs") +
\ No newline at end of file diff --git a/PlexRequests.UI/Views/Login/ChangePassword.cshtml b/PlexRequests.UI/Views/Login/ChangePassword.cshtml index 17eb5f7da..defe64a83 100644 --- a/PlexRequests.UI/Views/Login/ChangePassword.cshtml +++ b/PlexRequests.UI/Views/Login/ChangePassword.cshtml @@ -1,37 +1,37 @@ -
-
- Old Password
- New Password
- New Password again -
-
- -
- - \ No newline at end of file diff --git a/PlexRequests.UI/Views/Login/Index.cshtml b/PlexRequests.UI/Views/Login/Index.cshtml index bbdf57068..704b542c9 100644 --- a/PlexRequests.UI/Views/Login/Index.cshtml +++ b/PlexRequests.UI/Views/Login/Index.cshtml @@ -1,39 +1,39 @@ -@using PlexRequests.UI.Helpers -@{ - var baseUrl = Html.GetBaseUrl().ToHtmlString(); - var url = string.Empty; - if (!string.IsNullOrEmpty(baseUrl)) - { - url = "/" + baseUrl; - } -} -
- Username -
- Password -
- - -
- - - -
-@if (!Model.AdminExists) -{ -
If you have not yet created an Admin account you can do here: Register
-} -@if (Model.Errored) -{ -
- - Invalid Username or Password! -
-} - - +@using PlexRequests.UI.Helpers +@{ + var baseUrl = Html.GetBaseUrl().ToHtmlString(); + var url = string.Empty; + if (!string.IsNullOrEmpty(baseUrl)) + { + url = "/" + baseUrl; + } +} +
+ Username +
+ Password +
+ + +
+ + + +
+@if (!Model.AdminExists) +{ +
If you have not yet created an Admin account you can do here: Register
+} +@if (Model.Errored) +{ +
+ + Invalid Username or Password! +
+} + + diff --git a/PlexRequests.UI/Views/Login/Register.cshtml b/PlexRequests.UI/Views/Login/Register.cshtml index c53fa0193..105a5e22a 100644 --- a/PlexRequests.UI/Views/Login/Register.cshtml +++ b/PlexRequests.UI/Views/Login/Register.cshtml @@ -1,15 +1,15 @@ -
- Username -
- Password -
-
- -
-@if (Model.Errored) -{ -
- - An admin account already exists! -
+
+ Username +
+ Password +
+
+ +
+@if (Model.Errored) +{ +
+ + An admin account already exists! +
} \ No newline at end of file diff --git a/PlexRequests.UI/Views/_ViewStart.cshtml b/PlexRequests.UI/Views/_ViewStart.cshtml index 43e595698..52546bab9 100644 --- a/PlexRequests.UI/Views/_ViewStart.cshtml +++ b/PlexRequests.UI/Views/_ViewStart.cshtml @@ -1,3 +1,3 @@ -@{ - Layout = "Shared/_Layout.cshtml"; +@{ + Layout = "Shared/_Layout.cshtml"; } \ No newline at end of file diff --git a/PlexRequests.UI/web.config b/PlexRequests.UI/web.config index 3c9dd742a..336f45e06 100644 --- a/PlexRequests.UI/web.config +++ b/PlexRequests.UI/web.config @@ -1,52 +1,52 @@ - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/appveyor.yml b/appveyor.yml index cb3ad9698..5370cbdcd 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,11 +1,11 @@ -version: 1.8.{build} +version: 1.9.{build} configuration: Release assembly_info: patch: true file: '**\AssemblyInfo.*' - assembly_version: '1.8.5' + assembly_version: '1.9.0' assembly_file_version: '{version}' - assembly_informational_version: '1.8.5' + assembly_informational_version: '1.9.0' before_build: - cmd: appveyor-retry nuget restore build: