Javier Calvarro Nelson
185482c8cf
[ Fixes #1572 ] Improve the extensibility of the default identity UI
2018-01-26 16:08:16 -08:00
Pranav K
1c6b7e9161
Exclude content files from package
2018-01-26 14:20:37 -08:00
Jass Bagga
d195866baa
Revert "Update jquery"
2018-01-24 17:16:22 -08:00
Jass Bagga
e0d7835448
Revert "Update jquery"
...
This reverts commit e030d85654 .
2018-01-24 16:40:46 -08:00
Jass Bagga
f886845184
Update jQuery
2018-01-23 16:56:24 -08:00
Pranav K
7aa9149179
Branching for 2.1.0-preview1
2018-01-23 15:31:27 -08:00
Jass Bagga
e030d85654
Update jquery
2018-01-23 14:18:18 -08:00
Javier Calvarro Nelson
df4db2f49c
Fix manage views layout
2018-01-22 14:44:44 -08:00
Javier Calvarro Nelson
5079f708e1
[ Fixes #1583 ] Add authorization to the default Identity UI
2018-01-21 11:31:56 -08:00
Javier Calvarro Nelson
d968fdd31f
[ Fixes #1580 , #1581 ] Update Identity UI to use Razor precompilation
...
* Switch from using the embedded file provider for the precompiled views
for actual razor precompilation.
* Add MSBuild props and targets file to include additional assembly
attributes on the generated precompiled views.
2018-01-21 11:19:16 -08:00
Hao Kung
f1ed482c26
Add PersonalData tab/functionality
2018-01-17 11:58:38 -08:00
Pranav K
330823bed8
Make options registerations post configure
2018-01-14 12:59:07 -08:00
Pranav K
e44cba9b75
Split showing and generating recovery codes
2018-01-12 11:10:39 -08:00
Pranav K
ce88212f49
Use AuthenticatorUrl generated on the server in EnableAuthenticator pages
2018-01-12 11:08:28 -08:00
Hao Kung
435ab653db
Update initial migration for DefaultUI sample ( #1561 )
2018-01-10 13:58:03 -08:00
Hao Kung
b07a95dd09
Add Store.MaxLengthForKeys ( #1555 )
...
* Add Store.MaxLengthForKeys
If set this will set max length of things we use for composite keys in
UserTokens/Logins
Needed for https://github.com/aspnet/templating/issues/62
2018-01-09 11:32:40 -08:00
Hao Kung
85f8a49aef
Shorten folder names
2018-01-08 12:15:12 -08:00
ASP.NET CI
fbb0dde2a4
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-06 14:48:15 -08:00
Nate McMaster
0a8389625b
Merge branch 'release/2.0.0' into dev
...
For real this time
2018-01-04 15:19:47 -08:00
Nate McMaster
79de498dcb
Merge branch 'release/2.0.0' into dev
2018-01-04 15:09:57 -08:00
ASP.NET CI
f15e49fa99
Update dependencies.props
...
[auto-updated: dependencies]
2018-01-04 01:16:23 +00:00
Ryan Nowak
0baa738120
Merge pull request #1551 from aspnet/rynowak/allow-pages
...
React to breaking change in MVC
2018-01-02 15:49:45 -08:00
Ryan Nowak
de9a35cec6
React to breaking change in MVC
...
/cc @javiercn
2018-01-02 15:44:04 -08:00
ASP.NET CI
f3c1ab6b0c
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-31 21:09:30 +00:00
Javier Calvarro Nelson
07bf52ec0d
Fix fixed dependency
2017-12-30 13:43:44 -08:00
Javier Calvarro Nelson
56158b4fb0
Remove unnecessary dependencies ( #1548 )
2017-12-30 12:27:07 -08:00
Javier Calvarro Nelson
7ccc463f6d
Remove .vscode files
2017-12-29 16:39:53 -08:00
Javier Calvarro Nelson
93016c602a
Add .vscode to the .gitignore
2017-12-29 16:39:32 -08:00
Javier Calvarro Nelson
4b49f2b482
Revert "Revert Move identity into an Area in a library (using Razor Pages) ( #1537 )"
...
This reverts commit d612d20344 .
2017-12-21 18:17:29 -08:00
Pavel Krymets
d612d20344
Revert Move identity into an Area in a library (using Razor Pages) ( #1537 )
2017-12-21 16:58:59 -08:00
Javier Calvarro Nelson
2964515d85
Adds support for a default UI for identity.
...
* The default UI uses its own Area (Identity).
* The default UI requires MVC and StaticFiles to be present on the
request processing pipeline.
* The default UI requires the user to provide a '_LoginPartial ' partial
view in their application in a location that the view engine will find
it. This location is tipically /Pages/Shared or /Views/Shared
* Current limitations:
* The UI is self-contained and non-customizable (outside of things possible with Razor pages).
* Customizing the User, role, etc. is not supported at this time.
2017-12-21 14:20:42 -08:00
ASP.NET CI
f05baec284
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-18 17:07:51 -08:00
ASP.NET CI
6204b822e5
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-13 20:53:18 +00:00
ASP.NET CI
d79018aca6
Update dependencies.props
...
[auto-updated: dependencies]
2017-12-10 12:52:24 -08:00
Nate McMaster
becf1df9c5
Mark Identity service packages as IsPackable=false
2017-12-06 15:08:58 -08:00
Ryan Brandenburg
f3ff51f113
Update bootstrappers
2017-12-01 12:28:26 -08:00
Pranav K
1e53a61983
Specify runtime versions to install
2017-11-29 14:09:27 -08:00
Pranav K
c352a9b8dc
Replace aspnetcore-ci-dev feed with aspnetcore-dev
2017-11-21 15:48:00 -08:00
Nate McMaster
145f645bcf
Use MSBuild to set NuGet feeds instead of NuGet.config ( #1506 )
2017-11-20 15:22:19 -08:00
Pranav K
66aa93540f
Use MicrosoftNETCoreApp21PackageVersion to determine the runtime framework in netcoreapp2.1
2017-11-17 13:00:25 -08:00
Pranav K
e93d29522e
Update package versions to resolve compiler error
2017-11-15 11:27:25 -08:00
Pranav K
935780644a
Update samples and tests to target netcoreapp2.1
2017-11-14 10:40:53 -08:00
Zarickan
6a31f73984
Corrected typo in IUserTwoFactorTokenProvider.cs
...
- Corrected typo: "heck" should be "check"
2017-11-13 12:59:21 -08:00
Hao Kung
669aaea3f3
Fix additional code path and add a test
2017-11-10 14:37:14 -08:00
Hao Kung
794bd54cdb
Fix issue with AddEntityFrameworkStores and user only store
2017-11-09 13:26:21 -08:00
Iskandar Rafiev
c59fda0e1b
Add alternative RavenDB provider by maqduni.
2017-11-06 14:22:06 -08:00
Nate McMaster
52dfb02175
Pin tool and package versions to make builds more repeatable
2017-10-31 14:43:19 -07:00
Hao Kung
87bbff6586
Alternative fix to GenerateChangePhoneNumber
2017-10-26 14:52:15 -07:00
Hao Kung
8c47b90677
Update fix to ChangePhoneNumber
...
- Added Quirk mode to control default provider
- Fixed new regression
2017-10-26 14:44:01 -07:00
Hao Kung
f147951d92
Revert "use WebHost.CreateDefaultBuilder in IdentitySample.Mvc"
...
This reverts commit 20ec50d5d2 .
2017-10-24 14:54:41 -07:00