Commit Graph

56 Commits

Author SHA1 Message Date
Andrew Stanton-Nurse d19f44124b netcoreapp2.0 (#1183) 2017-05-04 15:49:48 -07:00
Smit Patel 660525a8ac Update API Check related files
React to aspnet/BuildTools#238
2017-04-25 08:18:46 -07:00
Alec Papierniak 6b65ed2d83 Fixing minor typo 2017-04-10 17:33:29 -05:00
Pranav K 234b882758 Remove net451 as a compilation target 2017-03-21 16:49:04 -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 3078ce110b
Downgrade to stable packages 2017-02-14 16:15:35 -08:00
John Luo a5ca720ff1 Upgrading to VS 2017 2017-02-02 17:16:39 -08:00
Hao Kung 2d15778346 UserStore: Add protected virtuals for queries 2017-01-23 14:44:05 -08:00
Hao Kung 57a25d080d AddEFStores: Infer generics from DbContext 2017-01-17 12:45:45 -08:00
Hao Kung 5aed9742a4 Add authenticator support 2016-12-27 12:59:44 -08:00
Pranav K 20a55b8d1f Updating to 4.4 CoreFx packages 2016-12-21 16:46:46 -08:00
Hao Kung 5e4e9ccdf1 Add Identity.Specfification.Tests 2016-12-12 13:55:08 -08:00
Hao Kung 4dd38e8ca8 Guard against null security stamps 2016-11-21 12:17:09 -08:00
Hao Kung 13ae7b21f3 Improve generic support for AddEntityFrameworkStores 2016-11-17 15:06:29 -08:00
Pranav K 3be87cef81 Updating versions to 1.2.0-* 2016-11-09 14:18:00 -08:00
jacalvar e72f98bc87 Created public API baselines 2016-11-07 22:06:44 -08:00
Kevin Walter 0332e91a08 Update UserStore.cs
Fixed incorrect code comment
2016-10-27 14:26:15 -07:00
Pranav K 9019e6ab39 Updating partner package versions 2016-10-03 19:59:26 -07:00
Hao Kung 971292544a EF: Switch to Find where possible 2016-10-03 13:44:39 -07:00
Hao Kung 5d759abcde Make role name index unique by default 2016-09-26 10:52:40 -07:00
Pavel Krymets e131ebae47 Use TaskCache class from Microsoft.Extensions.TaskCache.Sources (#955)
Instead of Task.FromResult(0)
2016-09-07 11:24:45 -07:00
雨宮丶優子 eabec2b476 Fixed missed constructor 2016-08-19 16:09:57 -07:00
Hao Kung 1a0cd3c4d1 Add generic parm for IdentityRoleClaim 2016-08-19 15:58:16 -07:00
Hao Kung ec4c08d11a Add missing doc comments 2016-07-11 15:44:06 -07:00
Doug Bunting d676e8f068 One build to rule them all
- well, at least VS and command-line builds will share output
- part of aspnet/Coherence-Signed#277
2016-07-07 12:03:10 -07:00
Pranav K ae9b21971b Updating to dev versions 2016-06-16 10:18:01 -07:00
Hao Kung 7b3b362795 Fix doc comments 2016-06-13 22:28:22 -07:00
jacalvar a877ec1783 Remove unncessary imports 2016-06-08 15:04:06 -07:00
John Luo 53b7fbb0ae React to updated CoreCLR packages
https://github.com/aspnet/Coherence/issues/97
2016-05-26 18:28:53 -07:00
Hao Kung 104f216191 Restore support for EF User store generics 2016-05-23 13:05:12 -07:00
Aliaksei Maniuk 6b6b21a5bf Minor fix in description for LockoutEnabled property. 2016-05-20 13:22:38 -07:00
Pranav K 1e20fd8439 Revert "React to updated CoreCLR packages."
This reverts commit 428e6c2d80.
2016-05-18 09:40:34 -07:00
John Luo 428e6c2d80 React to updated CoreCLR packages.
https://github.com/aspnet/Coherence/issues/97
2016-05-17 12:22:30 -07:00
Pranav K 238bddbfcd Merge branch 'release' into dev 2016-05-02 14:56:22 -07:00
Pranav K b0e8ffc1f8 Fix build warnings 2016-05-02 11:27:17 -07:00
Hao Kung 0bf7ff2418 Add Unique constraint to user name index by default. 2016-04-18 14:51:13 -07:00
Pranav K b984f46096 Removing imports from src projects 2016-04-08 06:49:33 -07:00
Eilon Lipton f4b2548565 Update project.json 2016-03-27 23:00:19 -07:00
Eilon Lipton ebd6ed7d94 Update project.json 2016-03-27 22:31:19 -07:00
Eilon Lipton 32b2f1b528 Fix package metadata 2016-03-27 14:18:33 -07:00
Arthur Vickers 5fba08562f Update IdentityDbContext constructors to reflect EF changes
EF now has a parameterless constructor that can only be used when a derived context has OnConfiguring and is hence protected, and a constructor that takes a DbContextOptions.
2016-03-11 08:47:07 -08:00
Brice Lambson 6bea519092 Don't reference facades 2016-03-10 13:08:00 -08:00
Hao Kung 82863e9444 Add support for Authentication Tokens to Identity 2016-03-07 13:53:54 -08:00
Ajay Bhargav Baaskaran 4792719236 Added Company, Copyright and Product attributes to AssemblyInfo 2016-03-03 17:33:53 -08:00
Doug Bunting 4f68f0e8d4 Remove project name from output path
- aspnet/Coherence-Signed#187
- remove `<RootNamespace>` settings but maintain other unique aspects e.g. `<DnxInvisibleContent ... />`
- in a few cases, standardize on VS version `14.0` and not something more specific
2016-03-02 18:52:58 -08:00
N. Taylor Mullen 76a4a75de5 Transition to netstandard.
- dotnet5.X => netstandard1.y (where y = x-1).
- DNXCore50 => netstandardapp1.5.
- Applied the same changes to ifdefs.
2016-03-01 13:39:17 -08:00
Hao Kung 472c6f8734 Make ThrowIfDisposed protected 2016-02-26 11:45:58 -08:00
Ajay Bhargav Baaskaran e30653c71b Enabled xml doc generation 2016-02-18 16:01:36 -08:00
Hao Kung 7ba61d6c6f UserManager should normalize role name 2016-02-04 14:09:11 -08:00
Hao Kung ada5756c87 Add more IdentityDbContext ctors 2016-02-04 13:23:42 -08:00