Граф коммитов

1255 Коммитов

Автор SHA1 Сообщение Дата
Nate McMaster 788e324115
Bumping version from 2.1.1 to 2.1.2 2018-06-12 14:13:53 -07:00
Hao Kung c66bd98a61
Don't hook cancellation tokens by default (#1816) 2018-06-12 13:39:36 -07:00
ASP.NET CI 64a88252ce Update dependencies.props
[auto-updated: dependencies]
2018-06-12 19:21:20 +00:00
Hao Kung 9481e88aa1
Merge pull request #1827 from tstivers1990/patch-1
Fix /// comments
2018-06-11 13:56:43 -07:00
tstivers1990 dbe054ba6c
Fix /// comments
The returns tag incorrectly states that AddDefaultIdentity<T>
returns IServiceCollection when it actually returns IdentityBuilder.
2018-06-11 16:42:10 -04:00
Ryan Brandenburg b444f9a209 Adding VSTS file 2018-06-08 11:00:53 -07:00
ASP.NET CI 301e43f6d4 Update dependencies.props
[auto-updated: dependencies]
2018-06-07 19:36:44 +00:00
Nate McMaster 20f2b8737d
Add certificate names for code signing 2018-06-05 22:32:42 -07:00
ASP.NET CI 4f3d1f4f75 Update dependencies.props
[auto-updated: dependencies]
2018-06-03 19:15:55 +00:00
Nate McMaster d18de6b00e
Bumping version from 2.1.0 to 2.1.1 2018-05-30 09:50:01 -07:00
Hao Kung 54c43ac2fc
Add additional test assertions (#1801) 2018-05-29 13:53:58 -07:00
ASP.NET CI c408fb3103 Update dependencies.props
[auto-updated: dependencies]
2018-05-29 09:39:30 -07:00
ASP.NET CI 262f2403c1 Update dependencies.props
[auto-updated: dependencies]
2018-05-27 19:16:04 +00:00
Nate McMaster (automated) 9715f10afa
Update bootstrapper scripts (automated commit) [ci skip] 2018-05-25 16:15:42 -07:00
ASP.NET CI b4fc72c944 Update dependencies.props
[auto-updated: dependencies]
2018-05-20 19:33:25 +00:00
Hao Kung 2629ceed08 CheckPassword only reset lockout when TFA disabled 2018-05-17 14:05:39 -07:00
Kiran Challa ae6933af2e Added test for verifying fallbacksrc data 2018-05-16 14:21:59 -07:00
Kiran Challa 880ae9aee9 Merge branch 'release/2.1' into dev 2018-05-16 11:54:47 -07:00
Kiran Challa 5403ec47ec Fixed sha-integrity content of script tags in IdentityUI's cshtml files
Related to https://github.com/aspnet/templating/issues/520
2018-05-16 11:46:58 -07:00
ASP.NET CI 3180cd2b06 Update dependencies.props
[auto-updated: dependencies]
2018-05-13 14:10:15 -07:00
Ryan Brandenburg 50b6e72152 Upgrade to netcoreapp22 2018-05-07 16:32:08 -07:00
ASP.NET CI 03a28c8578 Update dependencies.props
[auto-updated: dependencies]
2018-05-06 12:17:10 -07:00
Hao Kung 3435376449 Merge release/2.1 to dev 2018-05-04 14:07:23 -07:00
Hao Kung e306b8680e
Fix namespace for AddDefaultIdentity (#1781) 2018-05-04 14:05:13 -07:00
ASP.NET CI 534e20b49e Update dependencies.props
[auto-updated: dependencies]
2018-05-04 07:36:37 -07:00
Jass Bagga 93f9e768ed
Merge pull request #1778 from aspnet/release/2.1
AllowAnonymous for external login providers and confirm email (#1769)
2018-05-01 12:33:13 -07:00
Jass Bagga a89dc30d43
AllowAnonymous for external login providers and confirm email (#1769)
Addresses #1762
2018-05-01 12:30:46 -07:00
Nate McMaster 134c123ea7
Merge branch 'release/2.1' into dev 2018-04-30 15:46:58 -07:00
Nate McMaster (automated) 5cf691e35b
Bump version to 2.1.0-rtm 2018-04-30 14:51:41 -07:00
ASP.NET CI 5ca87b7943 Update dependencies.props
[auto-updated: dependencies]
2018-04-29 12:17:55 -07:00
ASP.NET CI 3e57162499 Update dependencies.props
[auto-updated: dependencies]
2018-04-23 12:10:26 -07:00
Nate McMaster cb8e316001
Merge branch release/2.1 into dev 2018-04-20 15:08:32 -07:00
ASP.NET CI 390e1e3a6a Update dependencies.props
[auto-updated: dependencies]
2018-04-19 22:23:07 -07:00
Nate McMaster 8c79001d18
Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:39:47 -07:00
Pranav K 6a898753b5
Merge remote-tracking branch 'origin/release/2.1' into dev 2018-04-19 10:25:29 -07:00
Pranav K f873c15057 Fix build break
* Use Razor.Sdk package to not perform runtime compilation
* Use Mvc with PageResult fix (https://github.com/aspnet/Mvc/issues/7665)
2018-04-19 10:17:27 -07:00
Ryan Brandenburg ce9253d370 Update version number to 2.2.0 2018-04-16 16:58:24 -07:00
Ryan Brandenburg 7df1811589 Merge branch 'release/2.1' into dev 2018-04-16 16:58:24 -07:00
Ryan Brandenburg 9b2a7d35f4 Branching for 2.1.0-rc1 2018-04-16 16:58:19 -07:00
ASP.NET CI 985c8a8b07 Update dependencies.props
[auto-updated: dependencies]
2018-04-15 14:11:32 -07:00
Jass Bagga ae9aa9ebec
Add AllowAnonymous for resetting password navigation flow (#1744)
Addresses #1736 and aspnet/templating#448
2018-04-13 16:46:00 -07:00
Pranav K e5d9efbd48
Prepare for RazorAssemblyAttribute -> RazorTargetAssemblyAttribute rename 2018-04-13 16:12:19 -07:00
Javier Calvarro Nelson f51af820a5 [Fixes #1742, #1722, #1706, #1725, #1688] Fixes multiple issues
* Update test infrastructure to use the latest bits.
* Add tests for different types of users.
* Logout must redirect instead of just rendering
  the page so that the identity in the request gets
  properly updated
* Remove IUserFactory and IdentityUserFactory.
* Added tests to verify that the default UI endpoints are not accessible
  when the default UI is not enabled.
* Update the user name at the same time when the email is updated.
2018-04-13 15:47:23 -07:00
Hao Kung a273e349ee
Fix error message (#1752)
Fixes https://github.com/aspnet/Identity/issues/1669
2018-04-13 14:31:35 -07:00
Hao Kung 5a2eb3becd
Include social logins and authenticator key as part of personal download (#1745) 2018-04-12 15:41:27 -07:00
Barry Dorrans 956e76f6cf
Add Alexandre's MongoDb provider 2018-04-09 11:27:27 -07:00
Nate McMaster 0007385eb0
Ensure experimental package version is 0.4.0-preview3-final, not 0.4.0-preview3-buildnumber-final 2018-04-06 12:33:46 -07:00
ASP.NET CI 3fc7fec4a2 Update dependencies.props
[auto-updated: dependencies]
2018-04-03 22:28:21 +00:00
Pranav K ea4aaa18c3
Merge remote-tracking branch 'origin/release/2.1' into dev 2018-04-03 10:36:23 -07:00
Pranav K 034e2ad188 React to future Razor Sdk package breaking changes 2018-04-03 10:35:09 -07:00