Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/websecurity
Signed-off-by: Bjarke Berg <mail@bergmania.dk> # Conflicts: # src/Umbraco.Web/Editors/AuthenticationController.cs
This commit is contained in:
@@ -24,7 +24,7 @@ namespace Umbraco.Web.Common.Install
|
||||
|
||||
[UmbracoApiController]
|
||||
[TypeFilter(typeof(HttpResponseExceptionFilter))]
|
||||
[TypeFilter(typeof(AngularJsonOnlyConfigurationAttribute))]
|
||||
[AngularJsonOnlyConfiguration]
|
||||
[InstallAuthorize]
|
||||
[Area(Umbraco.Core.Constants.Web.Mvc.InstallArea)]
|
||||
public class InstallApiController : ControllerBase
|
||||
@@ -106,7 +106,7 @@ namespace Umbraco.Web.Common.Install
|
||||
|
||||
/// <summary>
|
||||
/// Installs.
|
||||
/// </summary>
|
||||
/// </summary>
|
||||
public async Task<InstallProgressResultModel> PostPerformInstall(InstallInstructions installModel)
|
||||
{
|
||||
if (installModel == null) throw new ArgumentNullException(nameof(installModel));
|
||||
|
||||
Reference in New Issue
Block a user