Javier Calvarro Nelson
93016c602a
Add .vscode to the .gitignore
2017-12-29 16:39:32 -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
Nate McMaster
becf1df9c5
Mark Identity service packages as IsPackable=false
2017-12-06 15:08:58 -08:00
Ryan Brandenburg
f3ff51f113
Update bootstrappers
2017-12-01 12:28:26 -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
Pranav K
935780644a
Update samples and tests to target netcoreapp2.1
2017-11-14 10:40:53 -08:00
Zarickan
6a31f73984
Corrected typo in IUserTwoFactorTokenProvider.cs
...
- Corrected typo: "heck" should be "check"
2017-11-13 12:59:21 -08:00
Hao Kung
669aaea3f3
Fix additional code path and add a test
2017-11-10 14:37:14 -08:00
Hao Kung
794bd54cdb
Fix issue with AddEntityFrameworkStores and user only store
2017-11-09 13:26:21 -08:00
Iskandar Rafiev
c59fda0e1b
Add alternative RavenDB provider by maqduni.
2017-11-06 14:22:06 -08:00
Nate McMaster
52dfb02175
Pin tool and package versions to make builds more repeatable
2017-10-31 14:43:19 -07:00
Hao Kung
87bbff6586
Alternative fix to GenerateChangePhoneNumber
2017-10-26 14:52:15 -07:00
Hao Kung
8c47b90677
Update fix to ChangePhoneNumber
...
- Added Quirk mode to control default provider
- Fixed new regression
2017-10-26 14:44:01 -07:00
bchavez
97d488acda
Fix spelling error in failing test.
2017-10-24 15:09:45 -07:00
bchavez
44c58a3042
Corrected copy/paste error in XML doc for SignInManager
2017-10-24 14:59:31 -07:00
bchavez
8928f8446f
House Cleaning - Spell check and grammar. 🚿
2017-10-24 14:59:31 -07:00
Hao Kung
f147951d92
Revert "use WebHost.CreateDefaultBuilder in IdentitySample.Mvc"
...
This reverts commit 20ec50d5d2 .
2017-10-24 14:54:41 -07:00
Hao Kung
c69b0423a4
Revert "add Microsoft.AspNetCore dependency"
...
This reverts commit 9842863695 .
2017-10-24 14:54:39 -07:00
Hao Kung
707be3dca0
Fix comment of variance time for Rfc6238
2017-10-24 14:43:41 -07:00
Tugberk Ugurlu
9842863695
add Microsoft.AspNetCore dependency
2017-10-24 14:40:24 -07:00
Tugberk Ugurlu
20ec50d5d2
use WebHost.CreateDefaultBuilder in IdentitySample.Mvc
...
so that it picks up the logging config from the `appsettings.json`
2017-10-24 14:40:24 -07:00
Ryan Brandenburg
e85a935d45
Add RepositoryRoot
2017-10-18 09:39:46 -07:00
Javier Calvarro Nelson
1fbedc4c54
Microsoft.AspNetCore.CertificateGeneration.Task
2017-10-17 12:23:26 -07:00
Nate McMaster
98fa107c05
Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105
2017-10-13 13:11:44 -07:00
Kristian Hellang
8136fc5306
Use AddHttpContextAccessor method added in aspnet/HttpAbstractions#947
2017-10-10 12:27:27 -07:00
Scott Sauber
700c2afc21
- Add summary to LockoutOptions AllowedForNewUsers.
...
- Move defaults to summary for better intellisense.
- Added defaults to xml docs where missing.
2017-10-10 12:23:14 -07:00
Judah Gabriel Himango
b442d1af2f
Added RavenDB identity provider.
2017-10-10 12:22:01 -07:00
Tugberk Ugurlu
6ab39281e5
Rename IUserAuthenticatorInfoStore.cs to IUserAuthenticatorKeyStore.cs
2017-10-10 12:21:31 -07:00
hangy
388fea2ed6
Fix ResetPasswordAsync documentation
...
This seems like it should be the other way around.
2017-10-10 12:20:46 -07:00
Nate McMaster
8a880adf72
Undo unintentional change. Use xunit 2.2.0 in spec.tests projects
2017-10-09 15:00:02 -07:00
Ryan Brandenburg
33281499ed
Update bootstrappers
2017-10-09 12:46:52 -07:00
Nate McMaster
ea707f8d8a
Update how PackageReference versions are set
...
Changes:
- Remove floating versions
- Disable myget feeds during a Universe build
- Use package-specific MSBuild variables. Pattern = `packageId.Pascalize() + "PackageVersion"`, with a few exceptions.
2017-10-09 11:10:45 -07:00
Nate McMaster
343f3b2ecd
Workaround xunit/xunit#1487
2017-10-06 09:14:32 -07:00
Nate McMaster
7c633d12c9
Use MSBuild to set NuGet feeds instead of NuGet.config
2017-10-02 14:12:44 -07:00
Nate McMaster
c24a60c544
Import dependencies.props last to ensure TargetFramework is set first
2017-09-29 17:01:59 -07:00
Justin Kotalik
9977c35d80
Increase Minimum Version of Visual Studio to 15.3.0
2017-09-21 17:48:47 -07:00
Nate McMaster
74f6605cc4
Update build scripts, tools, and dependencies for 2.0.x
2017-09-20 17:23:13 -07:00
Nate McMaster
e779536811
Update the list of packages patching in 2.0.x
2017-09-20 13:39:56 -07:00
Javier Calvarro Nelson
109b0feecd
Fix the build
2017-09-19 18:41:48 -07:00
Ryan Brandenburg
89b55679f2
Update bootstrappers
2017-09-19 15:27:31 -07:00
Ryan Brandenburg
f9fa765fe8
Update bootstrappers
2017-09-19 15:27:31 -07:00