N. Taylor Mullen
ab43154577
Update LICENSE.txt and license header on files.
2015-05-01 13:52:26 -07:00
ajcvickers
b2a25ff288
Stop using ForRelational
2015-04-30 10:01:53 -07:00
Suhas Joshi
2ceb4b3a6c
Add SQL Identity support
2015-04-01 17:24:44 -07:00
Suhas Joshi
28dc0245bf
Moved POCOs to EF and fixed tests
2015-03-24 11:48:26 -07:00
ajcvickers
9e7f12a515
React to EF relationship API changes
2015-03-23 13:18:07 -07:00
AndriySvyryd
dd4ad28e1b
Reacting to EF changes
2015-01-16 13:12:50 -08:00
Hao Kung
a8c872aba9
Concurrency support for EF Store
...
- CRUD operations on IUserStore now return IdentityResult
- Fixes: https://github.com/aspnet/Identity/issues/296 ,
https://github.com/aspnet/Identity/issues/245
2015-01-07 13:17:36 -08:00
Hao Kung
5d29d11ccb
Remove all navigation property usage from EF Store
2014-12-19 13:26:54 -08:00
Hao Kung
3a9036a69f
Rationalize IdentityDbContext ctors
...
Also clean up unit tests
2014-10-16 15:14:46 -07:00
ajcvickers
e724e4248c
Reacting to provider-specific EF API changes
2014-10-15 17:31:04 -07:00
Hao Kung
a4ce31c30d
Rename Identity.SqlServer back to EntityFramework
2014-10-08 13:36:38 -07:00
Hao Kung
952bc6af88
Rename Identity.EF -> Identity.SqlServer
2014-08-25 11:15:52 -07:00
ajcvickers
6db51e74fb
Reacting to ConventionModelBuilder name change
2014-08-15 11:37:10 -07:00
ajcvickers
23fb9de162
Change ModelBuilder to ConventionModelBuilder
2014-08-15 08:43:52 -07:00
ajcvickers
0ae9406e5c
Updating to reflect EF fluent API chaining change.
2014-08-04 13:27:30 -07:00
ajcvickers
7f2ae65e3d
Reacting to ModelBuilder API change
2014-07-24 14:32:22 -07:00
Hao Kung
214db69b0a
Identity EF Cleanup
...
Rename extension method to AddIdentitySqlServer
Switch to using IdentityUser for EF
Add generic support for primary key
2014-07-16 11:53:11 -07:00
Hao Kung
bc4c53f086
Sql implementation + moving in memory stores to test
...
- Identity.Entity now means only Sql Server EF Identity implementation
- Identity.Entity.InMemory moved to a test project
(Identity.Entity.InMemory.Test)
- Identity.InMemory which was the identity in memory implementation also
moved to a test project (Identity.InMemory.Test)
- IClaimsFactory was promoted to a top level service and now adds any
claims found in a Role that a user belongs to.
- EF implementation now supports logins, claims, roles, two factor,
lockouts
- Initial pass at style cop (mostly line endings since resharper no
worky :()
2014-06-23 14:53:06 -07:00