Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-03Fix invalid redirection after 2FA signin (#44395) (#44435)Vladislav Moiseev
2022-10-31Use TryGetValue() for dictionary lookup (#44791)Martin Costello
2022-10-24Remove temporary allocations from Identity (#44557)Brennan
2022-10-17Fix documentation for AddIdentityResources (#44560)gmhewett
2022-10-17Add Uri StringSyntaxAttribute syntaxes (#44570)blouflashdb
2022-10-13Add IDE 20, 38, and 200Brennan Conroy
2022-09-09[automated] Merge branch 'release/7.0' => 'main' (#43830)dotnet-maestro-bot
2022-08-31Update SDK to 7.0.100-rc.2.22419.24 (#43028)Mackinnon Buck
2022-08-05Updated jquery dependency to v3.6.0 (#43060)Artak
2022-08-01Updated to jquery.validate.unobtrusive v4.0.0 (#42999)Artak
2022-07-22IdentityUI: Accessability Fix focus contrast (#42840)Hao Kung
2022-07-21Trim identity (#42675)James Newton-King
2022-07-16refactor : use new `ThrowIf` overload of `ObjectDisposedException` (#42613)Shreyas Jejurkar
2022-07-14Updated README for Identity (#42689)Eric Dean Kauffman
2022-06-30Identity UI: Input forms' `form-floating` broken styles fixed. (#42075)Tanvir Ahmad Arjel
2022-06-30Accessibility: Specify role for button (#42501)Hao Kung
2022-06-24Update SDK (#41798)Steve Sanderson
2022-06-09Updated Microsoft.CodeAnalysis.PublicApiAnalyzers to latest stable (#41115)Brennan
2022-06-07Identity UI: Tweak styles for floating identity forms (#42056)Hao Kung
2022-05-19Update duende versions to 6.0.4 (#41370)Hao Kung
2022-05-13Remove temporary allocations in Session and Identity (#41671)Brennan
2022-05-10Fix documentation for the property displayName in the UserLoginInfo Construct...Roman Marusyk
2022-05-05Add rule to seal internal and private types (#41457)Brennan
2022-04-01Update V3 password hashing to use SHA512 with 100k iterations. (#40987)Aditya Mandaleeka
2022-03-29Prevent razor pages from being packed in UI nupkg (#40839)Hao Kung
2022-03-16Update recovery code generation (#40723)Hao Kung
2022-03-03Correct Identity.Test project (#40492)Doug Bunting
2022-03-02Enable IDE0060 (#40461)Pranav K
2022-02-26Added reference to the Deveel's MongoDB (#40323)Antonello Provenzano
2022-02-25Enable CA1810 as a warning (#40384)Pranav K
2022-02-17React to runtime nullability changes (#40268)Pranav K
2022-02-16Add nullability to Identity / Identity.UI (#40167)Pranav K
2022-02-15[main] Update dependencies from dotnet/runtime (#40140)dotnet-maestro[bot]
2022-02-15Change log level from warning to debug in SignInManager (#40179)Markus Schlotbohm
2022-02-15Change log level from warning to debug in UserManager (#40178)Markus Schlotbohm
2022-02-11Add nullable annotations to Identity.Extensions (#40007)Pranav K
2022-02-07Add missing returns in EnableAuthenticator (#40040)DaniRzV
2022-02-05Change LogLevel Warning to Debug for LoggerEventIds.VerifyUserTokenFailed in ...Markus Schlotbohm
2022-02-03Enable CA2007 for all ns2.0 projectsPranav K
2022-01-31Remove Interop build step (#39553)Doug Bunting
2022-01-29Remove static char arrays (#39863)Martin Costello
2022-01-28Reenable tests on arm queues (#39821)Hao Kung
2022-01-27Enable IDE2000 (#39803)Pranav K
2022-01-14Enable warnings for IDE0062 (#39463)Pranav K
2022-01-13Enable IDE0059 (#39434)Pranav K
2022-01-11Bump up warning level for CA1822 (#39436)Pranav K
2022-01-11Fix some fast up to date check issues in VS (#32140)Kevin Pilch
2022-01-06Port of Bootstrap v4 SxS support to 7.0 (#38865)Hao Kung
2022-01-05Enforce braces for code-blocksPranav K
2022-01-04Identity stores tests fixes (#39088)Andrew White