Commit Graph

1071 Commits

Author SHA1 Message Date
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
Kiran Challa 90de4469af Merge branch 'release/2.1' into dev 2018-04-02 12:21:58 -07:00
Kiran Challa b22c88b567 Fix CDN urls to match the fallback source folders' versions 2018-04-02 12:12:15 -07:00
Kiran Challa 3b27596e9c Merge branch 'release/2.1' into dev 2018-03-30 16:32:14 -07:00
Kiran Challa 4105ee67e9 [Fixes #1643] Add third party notice to identity UI package 2018-03-30 16:05:42 -07:00
Kiran Challa 47e6c9ca9f Merge branch 'release/2.1' into dev 2018-03-30 15:59:48 -07:00
Kiran Challa 0a95aebcb5 Reacting to templating repo's script changes 2018-03-30 15:51:01 -07:00
Kiran Challa 93beb3aa35 Merge branch 'release/2.1' into dev 2018-03-30 07:39:45 -07:00
Kiran Challa 1e7ca96b51 [Fixes #1618] Consider returning a 404 in the DownloadPersonalData.OnGet 2018-03-30 07:35:08 -07:00
Kiran Challa 394e4746b8 Merge branch 'release/2.1' into dev 2018-03-30 07:14:09 -07:00
Kiran Challa 971f727ea2 [Fixes #1690] AddDefaultUI() throws when using IdentityUser<T> 2018-03-30 07:02:04 -07:00
Olivier Lefebvre 583e505b10 Update README.md
Hi guys,
Today I propose you Aguacongas.Identy.Redis, my implemention of APS.NET Identity Redis Provider
2018-03-28 17:07:14 -07:00
Arthur Vickers 3c9f0ecfd5
Update README.md 2018-03-28 16:51:18 -07:00
Hao Kung 34ae7eaeb6 Merge remote-tracking branch 'origin/release/2.1' into dev 2018-03-28 12:31:13 -07:00
Hao Kung c7711c2515
Reenable APICheck (#1715) 2018-03-28 12:23:22 -07:00
Hao Kung e0e69525e2
Update new security stamp logic (#1714) 2018-03-28 11:55:09 -07:00
Nate McMaster (automated) e53e3bc839
Update dependencies.props
[auto-updated: dependencies]
2018-03-28 10:47:17 -07:00
Barry Dorrans 3f990bfb83
Add pointer to the old stuff. 2018-03-26 14:08:00 -07:00
ASP.NET CI c39aa98b2b Update dependencies.props
[auto-updated: dependencies]
2018-03-25 15:41:01 -07:00
Pranav K 3f1732c03e
Merge pull request #1707 from aspnet/release/2.1
Release/2.1
2018-03-23 09:39:22 -07:00
Pranav K f1abe24c76 React to Mvc changes 2018-03-23 09:38:48 -07:00
Ryan Brandenburg 1fd33f62f4 Skip flaky tests 2018-03-22 12:09:48 -07:00
Pranav K 5ee278a569
Merge pull request #1703 from aspnet/release/2.1
Release/2.1
2018-03-21 15:42:44 -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
John Luo a48b32fd08 Merge branch 'release/2.1' into dev 2018-03-20 12:08:46 -07:00
John Luo e233e60e6f Add logging for functional tests 2018-03-20 12:05:12 -07:00
Hao Kung 167a108f4e
Add AddDefaultIdentity (#1698) 2018-03-20 10:10:22 -07:00
Hao Kung 56666e349c Add AddDefaultIdentity 2018-03-20 09:53:34 -07:00
Jass Bagga e09c72c7b4
Merge pull request #1697 from aspnet/release/2.1
Use partial tag helper (#1696)
2018-03-19 18:08:05 -07:00
Jass Bagga 910da89882
Use partial tag helper (#1696) 2018-03-19 18:07:45 -07:00
Jass Bagga f1222d7611
Merge pull request #1695 from aspnet/release/2.1
Update jQuery (#1692)
2018-03-19 13:39:29 -07:00
Jass Bagga 9fda68e9db
Update jQuery (#1692) 2018-03-19 13:39:03 -07:00
Brice Lambson b37d89adc4 Merge branch 'release/2.1' into dev 2018-03-19 13:21:14 -07:00
Brice Lambson 4f5b3bea98 Remove Microsoft.EntityFrameworkCore.Tools.DotNet 2018-03-19 13:01:16 -07:00