Doug Bunting
b2bf1a46f5
React to HttpAbstractions namespace changes
...
- aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592
- clean up `using`s
2016-03-30 16:21:34 -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
Pranav K
bbc507fe14
Reacting to CoreCLR package changes
2016-03-22 14:50:29 -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
Hao Kung
41fa99e9f3
Make ThrowIfDisposed protected
2016-03-10 14:32:00 -08:00
Brice Lambson
6bea519092
Don't reference facades
2016-03-10 13:08:00 -08:00
John Luo
9071b8fbe7
Redress cookie name
2016-03-07 16:57:04 -08:00
Hao Kung
82863e9444
Add support for Authentication Tokens to Identity
2016-03-07 13:53:54 -08:00
John Luo
c8849685cf
Update cookie name
2016-03-04 12:14:43 -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
Chad Tolkien
7649b3ebb3
Fix typo in TotpSecurityStampBasedTokenProvider docs
2016-02-23 14:26:34 -08:00
Hao Kung
f78c13c2fa
Add + to allowed username characters by default
2016-02-23 13:18:11 -08:00
Caleb Nelton
d1585617f9
Fixed parameter "role" cannot be resolved
...
Use 'nameof(*)' expression instead.
2016-02-22 11:40:38 -08:00
Ajay Bhargav Baaskaran
e30653c71b
Enabled xml doc generation
2016-02-18 16:01:36 -08:00
Hao Kung
06f4c306b7
Remove redundant setters for CookieAuthSchemes
2016-02-12 10:57:52 -08:00
Prasanna V. Loganathar
edb1a1045a
Correct Typo
2016-02-04 16:29:50 -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
Daniel Roth
12da45653e
Fixup doc comment formatting issues
2016-02-03 13:14:13 -08:00
Daniel Roth
bc903bb3cd
Fix up doc comment formatting issues
2016-02-02 22:19:56 -08:00
John Luo
4920530fd9
Relocating dependencies
2016-02-01 18:38:21 -08:00
John Luo
82ea86c9a2
Updating to new CLI
2016-02-01 15:28:32 -08:00
N. Taylor Mullen
c8a276e716
Update ASP.NET 5 versions for ASP.NET Core.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:28:48 -08:00
N. Taylor Mullen
078512dc94
Rename AspNet 5 file contents.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:42 -08:00
N. Taylor Mullen
4132083a6c
Rename AspNet 5 folders and files.
...
See https://github.com/aspnet/Announcements/issues/144 for more information.
2016-01-22 12:25:18 -08:00
Hao Kung
84804fec20
RequiresNonLetterOrDigit => RequiresNonAlphanumeric
2016-01-14 13:47:21 -08:00
Hao Kung
2dade94404
Move claims extensions to UserManager
...
Also update samples to Templates
2016-01-14 12:49:21 -08:00
John Luo
96c9eb7dc6
Updating to new options pattern
2016-01-08 16:33:48 -08:00
Hao Kung
167bb54c8d
Make IHttpContextAccessor Optional
2016-01-07 14:21:31 -08:00
Frédéric Barrière
042588e1b2
Fix check of default value in ConvertIdToString if TKey is a class and not a structure.
2015-12-21 16:33:19 -08:00
Camilo Bernal
d79c218210
Fix comment for DuplicateRoleName key in Resources.resx
2015-12-21 16:29:53 -08:00
Hao Kung
f871d1fd91
OptionsModel => Options
2015-12-21 15:25:17 -08:00
Pranav K
4d877ec98e
Fixing build break
2015-12-10 17:00:42 -08:00
Hao Kung
9a2de0f49b
Revert "Remove old 2.0 PrincipalExtensions which are no longer needed"
...
This reverts commit 1c26e8f5fa .
2015-12-08 22:49:50 -08:00
Hao Kung
1c26e8f5fa
Remove old 2.0 PrincipalExtensions which are no longer needed
2015-12-08 22:34:01 -08:00
Pranav K
d3fbc1486f
Removing extraneous dependencies
2015-12-08 17:55:08 -08:00
Hao Kung
267d0ac206
Initial identity 2/3 interop sample
2015-12-03 14:35:41 -08:00
Pavel Krymets
0249c6181c
Fix functional unit test after hosting changes
2015-11-19 12:26:54 -08:00
Hao Kung
2084a95f0a
Fix doc comments
2015-11-13 14:09:15 -08:00
N. Taylor Mullen
b0480e874f
Remove System beta tag in project.json for coreclr packages.
2015-11-12 12:24:44 -08:00
Hao Kung
379f1928a4
Update doc comments
2015-11-05 13:22:27 -08:00
Cesar Blum Silveira
35871143e9
Strong name everything.
2015-11-03 21:42:07 -08:00
Pranav K
6d2b1e447b
Adding System.Runtime to unbreak build
2015-10-28 19:12:17 -07:00
Pranav K
f6a28b09a2
Switching to generations TFMs
2015-10-22 01:27:52 -07:00
Hao Kung
4ce3efd28f
Add event ids for logging
2015-10-19 15:02:10 -07:00