diff --git a/Authentication/MongoAuth/MongoAuth.csproj b/Authentication/MongoAuth/MongoAuth.csproj index bd7c2a4..50b30db 100644 --- a/Authentication/MongoAuth/MongoAuth.csproj +++ b/Authentication/MongoAuth/MongoAuth.csproj @@ -9,7 +9,7 @@ Properties MongoAuth MongoAuth - v4.7.1 + v4.7.2 512 true @@ -33,9 +33,9 @@ 4 - - - + + + diff --git a/Authentication/MongoAuth/Properties/Resources.Designer.cs b/Authentication/MongoAuth/Properties/Resources.Designer.cs index 4bfc26f..53d9fce 100644 --- a/Authentication/MongoAuth/Properties/Resources.Designer.cs +++ b/Authentication/MongoAuth/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace MongoAuth.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { diff --git a/Authentication/MongoAuth/app.config b/Authentication/MongoAuth/app.config index ac76913..58ea6d1 100644 --- a/Authentication/MongoAuth/app.config +++ b/Authentication/MongoAuth/app.config @@ -1,18 +1,7 @@ + - - - - - - - - - - - - - + diff --git a/BuildFeed.Model/BuildFeed.Model.csproj b/BuildFeed.Model/BuildFeed.Model.csproj index decf0bd..76a3572 100644 --- a/BuildFeed.Model/BuildFeed.Model.csproj +++ b/BuildFeed.Model/BuildFeed.Model.csproj @@ -9,7 +9,7 @@ Properties BuildFeed.Model BuildFeed.Model - v4.7.1 + v4.7.2 512 true @@ -34,22 +34,22 @@ - 7.0.1 + 8.0.0 - 1.8.9 + 1.8.11 - 5.2.6 + 5.2.7 - 3.2.6 + 3.2.7 - 3.2.6 + 3.2.7 - 2.7.0 + 2.7.2 diff --git a/BuildFeed.Model/app.config b/BuildFeed.Model/app.config index ac76913..d75053d 100644 --- a/BuildFeed.Model/app.config +++ b/BuildFeed.Model/app.config @@ -1,18 +1,7 @@ + - - - - - - - - - - - - - + - + \ No newline at end of file diff --git a/BuildFeed.sln.DotSettings b/BuildFeed.sln.DotSettings index ae8dc6d..048ee6e 100644 --- a/BuildFeed.sln.DotSettings +++ b/BuildFeed.sln.DotSettings @@ -291,6 +291,7 @@ True True True + True True True True diff --git a/BuildFeed/Areas/admin/Views/web.config b/BuildFeed/Areas/admin/Views/web.config index 9ab7a67..44b67c1 100644 --- a/BuildFeed/Areas/admin/Views/web.config +++ b/BuildFeed/Areas/admin/Views/web.config @@ -9,7 +9,7 @@ - + diff --git a/BuildFeed/BuildFeed.csproj b/BuildFeed/BuildFeed.csproj index 93b1115..638d00a 100644 --- a/BuildFeed/BuildFeed.csproj +++ b/BuildFeed/BuildFeed.csproj @@ -14,7 +14,7 @@ Properties BuildFeed BuildFeed - v4.7.1 + v4.7.2 false true true @@ -67,34 +67,36 @@ - - + + - 2.5.1 + 2.5.16 - 5.2.6 + 5.2.7 - 3.2.6 + 3.2.7 - 5.2.6 + 5.2.7 - 3.2.6 + 3.2.7 2.0.1 - 2.9.0 + 2.10.0 + runtime; build; native; contentfiles; analyzers + all 1.0.0 - 0.3.0 + 0.4.1 1.0.3 @@ -126,7 +128,6 @@ - @@ -163,10 +164,12 @@ + package.json + @@ -175,6 +178,9 @@ winter.css + + + @@ -351,6 +357,11 @@ + + + + + diff --git a/BuildFeed/Controllers/BaseController.cs b/BuildFeed/Controllers/BaseController.cs index b26be30..8f23b03 100644 --- a/BuildFeed/Controllers/BaseController.cs +++ b/BuildFeed/Controllers/BaseController.cs @@ -1,4 +1,5 @@ -using System.Globalization; +using System.Configuration; +using System.Globalization; using System.Linq; using System.Reflection; using System.Web.Mvc; @@ -25,6 +26,8 @@ namespace BuildFeed.Controllers ViewBag.Theme = new Theme(Theme.DetectTheme(requestContext.HttpContext)); ViewBag.Version = VersionString; + ViewBag.CanonicalBase = ConfigurationManager.AppSettings["web:CanonicalBase"] ?? ""; + base.Initialize(requestContext); } } diff --git a/BuildFeed/Views/Web.config b/BuildFeed/Views/Web.config index 03aca21..056602e 100644 --- a/BuildFeed/Views/Web.config +++ b/BuildFeed/Views/Web.config @@ -8,7 +8,7 @@ - + diff --git a/BuildFeed/Views/front/index.cshtml b/BuildFeed/Views/front/index.cshtml index 6205e8a..09fc46c 100644 --- a/BuildFeed/Views/front/index.cshtml +++ b/BuildFeed/Views/front/index.cshtml @@ -103,7 +103,7 @@ } } - @@ -129,7 +129,7 @@ } } - @@ -155,7 +155,7 @@ } } - diff --git a/BuildFeed/Views/shared/_default.cshtml b/BuildFeed/Views/shared/_default.cshtml index b2ed7ed..f4e1d73 100644 --- a/BuildFeed/Views/shared/_default.cshtml +++ b/BuildFeed/Views/shared/_default.cshtml @@ -44,14 +44,14 @@ break; } - + - + - + @@ -76,17 +76,17 @@