Commit Graph

761 Commits

Author SHA1 Message Date
Nate McMaster cc4183c7ed Upgrade test framework versions and fix test issues 2017-05-15 12:19:17 -07:00
Javier Calvarro Nelson 4083f3d597 React to changes in cryptography APIs 2017-05-12 14:04:14 -07:00
Javier Calvarro Nelson 21ea69ed63 Fix references 2017-05-12 13:38:26 -07:00
Javier Calvarro Nelson c7567f9f74 Add support for exposing identity as a service 2017-05-11 15:52:29 -07:00
Pavel Krymets ba64cd0fb0 Remove unnecessary package references (#1190) 2017-05-10 11:31:51 -07:00
Andrew Stanton-Nurse 1909240393 Merge branch 'rel/2.0.0-preview1' into dev 2017-05-04 15:50:44 -07:00
Andrew Stanton-Nurse d19f44124b netcoreapp2.0 (#1183) 2017-05-04 15:49:48 -07:00
Pranav K ef3e6100e1 Merge remote-tracking branch 'origin/rel/2.0.0-preview1' into dev 2017-05-01 22:02:07 -07:00
Pranav K 18ff4c3a63 Use the bundled NETStandard.Library package in netstandard targeting libraries 2017-05-01 12:39:33 -07:00
Nate McMaster ca192308c8 Revert "Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved"
This reverts commit dff2a3a559.
2017-04-28 11:50:16 -07:00
Pranav K 7b05f5012a Updating package version to preview2 2017-04-26 07:13:04 -07:00
Pranav K 2e853c444f Merge branch 'rel/2.0.0-preview1' into dev 2017-04-25 22:03:01 -07:00
Pranav K 948e465e93 Branching for 2.0.0-preview1 2017-04-25 22:02:58 -07:00
Brice Lambson dff2a3a559 Temporarily disable DotNetCliToolReference in samples until aspnet/Universe#506 is resolved 2017-04-25 15:05:16 -07:00
Pranav K 7721f32a39 Use Bundled NETStandard.Library \ NETCoreApp versions instead of explicitly specifying one 2017-04-25 11:04:08 -07:00
Smit Patel 660525a8ac Update API Check related files
React to aspnet/BuildTools#238
2017-04-25 08:18:46 -07:00
Hao Kung 7f421a0403 Update tests 2017-04-20 16:50:15 -07:00
Hao Kung bc757faeba Add GetExternalAuthenticationSchemes back 2017-04-20 15:46:20 -07:00
Hao Kung c142085695 UseIdentity => UseAuthentication 2017-04-20 12:34:07 -07:00
Hao Kung 4aafafe6f9 Update sample 2017-04-19 17:59:14 -07:00
Hao Kung 2b34372689 Disable API check for now 2017-04-19 17:06:29 -07:00
Hao Kung 14b4bea964 Identity => Auth 2.0 2017-04-19 13:02:19 -07:00
Barry Dorrans d4669453ba Merge pull request #1161 from Nordic-Dev/dev
Fixing minor typo
2017-04-19 12:10:21 -07:00
Pranav K ba8675507c Remove dependency on Microsoft.AspNetCore.Testing from test specifications 2017-04-13 10:19:06 -07:00
Alec Papierniak 6b65ed2d83 Fixing minor typo 2017-04-10 17:33:29 -05:00
John Luo b1d1d85aee Remove cyclic dependency 2017-04-05 18:16:43 -07:00
Kiran Challa 7e051d92cb Converted samples and test projects to run on netcoreapp2.0 2017-04-05 12:10:45 -07:00
Pranav K 4db377dfb0 Updating versions to 2.0.0-preview1 2017-04-03 21:41:10 -07:00
Pranav K b2b32d691b Revert "Adding System.Security.Claims to samples and tests"
This reverts commit 36184161fb.

Fixes #1141
2017-04-03 11:24:23 -07:00
Hao Kung 5894b58e1a Merge pull request #1152 from aspnet/FixTests
Remove call to Normlize() for now
2017-03-30 11:11:17 -07:00
Hao Kung 1ddc6b111a Remove call to Normlize() for now
https://github.com/aspnet/Identity/issues/1149#issuecomment-290142263

Can bring it back once we are on 2.0
2017-03-30 10:00:30 -07:00
Pranav K 9b7b309ced Updating to 2.0.0 Internal.AspNetCore.Sdk 2017-03-29 11:30:34 -07:00
Pranav K 36184161fb Adding System.Security.Claims to samples and tests
This should go away after we migrate everything, but for now this
is required to get the build going.
2017-03-21 16:49:32 -07:00
Pranav K 234b882758 Remove net451 as a compilation target 2017-03-21 16:49:04 -07:00
Pranav K 4f3584f129 Remove unused sample 2017-03-21 16:45:53 -07:00
Nate McMaster e98291ef2d
Update Travis to macOS Sierra
[skip appveyor]
2017-03-21 12:14:59 -07:00
Nate McMaster 8d8faf9adc Unify dependency versions to one file and remove workarounds
Upgrade to stable version of Moq
Simplify sample dependencies by using metapackage
2017-03-15 14:47:08 -07:00
Nate McMaster 8802db249a
Update appveyor and travis settings 2017-03-14 13:40:35 -07:00
Ansari b1e4df0c06 Typo Error Fixed. 2017-03-14 09:43:23 -07:00
David Fowler eed9bd668e Merge pull request #1126 from aspnet/no-mono
No mono
2017-03-09 13:12:00 -08:00
David Fowler ea66d3e0c9 Update .travis.yml 2017-03-08 19:53:18 -08:00
Hao Kung 12aa4a3f81 Reenable email validation 2017-03-08 12:58:23 -08:00
Vasiliy Solovey 39772210aa Add DynamoDB provider to the providers list 2017-03-07 16:32:23 -08:00
Jamie West b10c8ec0b8 Update IdentityBuilder.cs <typeparam> tag definition
Updated the <typeparam> tag used for AddUserStore<T> to match the definition used for AddRoleStore<T>.
2017-03-07 16:32:23 -08:00
Nate McMaster 6e25a84993 Update AppVeyor and Travis settings 2017-03-01 18:25:41 -08:00
Nate McMaster 5ecb48662e Change korebuild branch and fix argument forwarding in bootstrapper 2017-03-01 18:14:14 -08:00
Arthur Vickers dcafefd1ab Update in-memory tests to used named database. 2017-02-28 16:51:26 -08:00
Cesar Blum Silveira fc56cba8e7 Bump Microsoft.AspNetCore.Identity.Specification.Tests to net452. 2017-02-22 15:49:10 -08:00
Hao Kung c9404e53d3 Rename tests 2017-02-22 13:08:43 -08:00
Hao Kung 119eb3fa68 Add test verifying SetEmail invalidates token 2017-02-22 13:03:22 -08:00