Commit Graph

78 Commits

Author SHA1 Message Date
Nate McMaster (automated) e53e3bc839
Update dependencies.props
[auto-updated: dependencies]
2018-03-28 10:47:17 -07:00
Pranav K f1abe24c76 React to Mvc changes 2018-03-23 09:38:48 -07:00
Pranav K aa49e6990c React to application part changes 2018-03-21 15:42:17 -07:00
Ryan Brandenburg f1d965e5e4 Set 2.0 baselines 2018-03-21 10:52:15 -07:00
Brice Lambson 4f5b3bea98 Remove Microsoft.EntityFrameworkCore.Tools.DotNet 2018-03-19 13:01:16 -07:00
Pranav K fcc91c0541
Branching for 2.1.0-preview2 2018-03-16 11:15:03 -07:00
Pranav K 3919d18c62 React to Razor Sdk changes
Assembly attributes are autogened by Razor Sdk and results in duplicates
2018-03-16 10:18:09 -07:00
Hao Kung 3382a59c5a React to namespace 2018-03-08 16:09:36 -08:00
Pranav K d504edd7e0
Use dotnet-core feed in repos 2018-03-06 10:04:14 -08:00
ASP.NET CI db11892a20 Update dependencies.props
[auto-updated: dependencies]
2018-02-26 11:03:17 -08:00
Pranav K 0ee3a5d4f4 React to Razor Sdk changes 2018-02-23 15:39:59 -08:00
ASP.NET CI 5c105e6506 Update dependencies.props
[auto-updated: dependencies]
2018-02-18 12:19:23 -08:00
Pranav K 2d405b79d0 Use Razor Sdk from CLI 2018-02-15 08:41:39 -08:00
Javier Calvarro Nelson ac3bea16fd Add functional tests for Identity UI 2018-02-08 14:10:22 -08:00
ASP.NET CI 1653b63dbf Update dependencies.props
[auto-updated: dependencies]
2018-02-03 02:47:52 +00:00
Pranav K c8562728e7 React to Razor Sdk rename 2018-02-02 13:20:58 -08:00
Javier Calvarro Nelson 289ea010d7 Fix precompilation 2018-01-26 18:41:21 -08:00
Javier Calvarro Nelson d69f531ad4 Update dependencies 2018-01-26 16:16:03 -08:00
Javier Calvarro Nelson d968fdd31f [Fixes #1580, #1581] Update Identity UI to use Razor precompilation
* Switch from using the embedded file provider for the precompiled views
  for actual razor precompilation.
* Add MSBuild props and targets file to include additional assembly
  attributes on the generated precompiled views.
2018-01-21 11:19:16 -08:00
Pranav K e44cba9b75 Split showing and generating recovery codes 2018-01-12 11:10:39 -08:00
ASP.NET CI f15e49fa99 Update dependencies.props
[auto-updated: dependencies]
2018-01-04 01:16:23 +00:00
ASP.NET CI f3c1ab6b0c Update dependencies.props
[auto-updated: dependencies]
2017-12-31 21:09:30 +00:00
Javier Calvarro Nelson 07bf52ec0d Fix fixed dependency 2017-12-30 13:43:44 -08:00
Javier Calvarro Nelson 56158b4fb0
Remove unnecessary dependencies (#1548) 2017-12-30 12:27:07 -08:00
Javier Calvarro Nelson 4b49f2b482 Revert "Revert Move identity into an Area in a library (using Razor Pages) (#1537)"
This reverts commit d612d20344.
2017-12-21 18:17:29 -08:00
Pavel Krymets d612d20344
Revert Move identity into an Area in a library (using Razor Pages) (#1537) 2017-12-21 16:58:59 -08:00
Javier Calvarro Nelson 2964515d85 Adds support for a default UI for identity.
* The default UI uses its own Area (Identity).
* The default UI requires MVC and StaticFiles to be present on the
  request processing pipeline.
* The default UI requires the user to provide a '_LoginPartial ' partial
  view in their application in a location that the view engine will find
  it. This location is tipically /Pages/Shared or /Views/Shared
* Current limitations:
  * The UI is self-contained and non-customizable (outside of things possible with Razor pages).
  * Customizing the User, role, etc. is not supported at this time.
2017-12-21 14:20:42 -08:00
ASP.NET CI f05baec284 Update dependencies.props
[auto-updated: dependencies]
2017-12-18 17:07:51 -08:00
ASP.NET CI 6204b822e5 Update dependencies.props
[auto-updated: dependencies]
2017-12-13 20:53:18 +00:00
ASP.NET CI d79018aca6 Update dependencies.props
[auto-updated: dependencies]
2017-12-10 12:52:24 -08:00
Pranav K 1e53a61983 Specify runtime versions to install 2017-11-29 14:09:27 -08:00
Pranav K c352a9b8dc Replace aspnetcore-ci-dev feed with aspnetcore-dev 2017-11-21 15:48:00 -08:00
Nate McMaster 145f645bcf
Use MSBuild to set NuGet feeds instead of NuGet.config (#1506) 2017-11-20 15:22:19 -08:00
Pranav K 66aa93540f Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1 2017-11-17 13:00:25 -08:00
Pranav K e93d29522e Update package versions to resolve compiler error 2017-11-15 11:27:25 -08:00
Nate McMaster 52dfb02175 Pin tool and package versions to make builds more repeatable 2017-10-31 14:43:19 -07:00
Nate McMaster 6ec67d9521 Remove Identity.Samples.sln and add the WPF sample to Identity.sln (#1407) 2017-08-31 17:05:41 -07:00
Nate McMaster 1734c7ff3d Use PackageLineup to manage PackageReference versions 2017-08-29 14:55:50 -07:00
Nate McMaster 55a5001c03 Use Directory.Build.props/targets 2017-08-29 14:13:32 -07:00
Nate McMaster 0f5bc9dac8 Upgrade to xunit 2.3.0-beta4 (#1393) 2017-08-23 14:51:39 -07:00
Javier Calvarro Nelson 7216144fb8 Remove WPF application from build 2017-08-22 12:55:54 -07:00
Nate McMaster 23a3c98e2e Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:32:36 -07:00
Pranav K edb58f1626 Updating to InternalAspNetCoreSdkVersion 2.1.1-* 2017-07-25 15:13:31 -07:00
Ryan Brandenburg e9841001cb Set AspNetCoreVersion 2017-07-24 17:56:33 -07:00
Pranav K 185e9e055f Change xunit version in specs to 2.2.0 2017-07-24 10:39:21 -07:00
Mike Harder 43e5c8699c Rename Owin version property for consistency (#1317) 2017-07-14 18:27:23 -07:00
Mike Harder 25308845b8 Update IdentityModel to latest (#1314) 2017-07-12 11:50:18 -07:00
Pavel Krymets 8f5117b278 Update AzureKeyVaultVersion to 2.3.2 (#1313) 2017-07-11 14:34:35 -07:00
Ryan Brandenburg 4cb7f030ba Set "TreatWarningsAsErrors" before NuGet restore
* Ensures our build stays clean of NuGet warnings
2017-07-06 13:41:46 -07:00
Nate McMaster a72acc93dc React to aspnet/BuildTools#293
[ci skip]
2017-07-06 10:37:49 -07:00