-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a default service to link local user accounts with external ones during the registration process #16110
Commits on May 20, 2024
-
feat(Users): added default services to retrieve user to link to login…
… data feat(Users): changed account controller code to use new services feat(Users): load all services in reversed enum to ret last registered services feat(Users): updated view code resolve OrchardCMS#16026
Configuration menu - View commit details
-
Copy full SHA for aa734f1 - Browse repository at this point
Copy the full SHA aa734f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for c387004 - Browse repository at this point
Copy the full SHA c387004View commit details
Commits on May 22, 2024
-
fix: avoid null excpetion in AccountController
fix: fixed LinkParameterValue name in ViewData fix: added to DI context DefaultExternalLoginUserToRelateFinder
Configuration menu - View commit details
-
Copy full SHA for 2ee51cd - Browse repository at this point
Copy the full SHA 2ee51cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a12d557 - Browse repository at this point
Copy the full SHA a12d557View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0ce3a96 - Browse repository at this point
Copy the full SHA 0ce3a96View commit details -
style: name changes, docs, indent, new line
style: formatting comment and code style: added last extra line style: change var name to usrLocator docs: reviewd comment
Configuration menu - View commit details
-
Copy full SHA for bd01473 - Browse repository at this point
Copy the full SHA bd01473View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed96f40 - Browse repository at this point
Copy the full SHA ed96f40View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfd2dd6 - Browse repository at this point
Copy the full SHA dfd2dd6View commit details -
style: from LinkParameterValue to ExternalUserIdentifier
Update src/OrchardCore.Modules/OrchardCore.Users/Views/Account/LinkExternalLogin.cshtml Co-authored-by: Mike Alhayek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d74eaf - Browse repository at this point
Copy the full SHA 6d74eafView commit details -
style: from LinkParameterValue to ExternalUserIdentifier
Update src/OrchardCore.Modules/OrchardCore.Users/Views/Account/LinkExternalLogin.cshtml Co-authored-by: Mike Alhayek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30188bf - Browse repository at this point
Copy the full SHA 30188bfView commit details -
style: from LinkParameterValue to ExternalUserIdentifier
Update src/OrchardCore.Modules/OrchardCore.Users/Views/Account/LinkExternalLogin.cshtml Co-authored-by: Mike Alhayek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ed52a4c - Browse repository at this point
Copy the full SHA ed52a4cView commit details -
style: rename method, comment interface
fix: build by move service to OrchardCore.Users.Core style: rename interface to IUserToExternalLoginProvider style: rename method to GetIdentifierKey style: rename service class to DefaultUserToExternalLoginProvider style: rename ViewData object to ExternalUserIdentifier
Configuration menu - View commit details
-
Copy full SHA for 4726652 - Browse repository at this point
Copy the full SHA 4726652View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8898a4 - Browse repository at this point
Copy the full SHA c8898a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e04b9aa - Browse repository at this point
Copy the full SHA e04b9aaView commit details -
Update src/OrchardCore.Modules/OrchardCore.Users/Views/Account/LinkEx…
…ternalLogin.cshtml
Configuration menu - View commit details
-
Copy full SHA for 1ce6665 - Browse repository at this point
Copy the full SHA 1ce6665View commit details -
Update src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserT…
…oExternalLoginProvider.cs
Configuration menu - View commit details
-
Copy full SHA for 5115dd3 - Browse repository at this point
Copy the full SHA 5115dd3View commit details -
Update src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserT…
…oExternalLoginProvider.cs
Configuration menu - View commit details
-
Copy full SHA for 604fd35 - Browse repository at this point
Copy the full SHA 604fd35View commit details -
Update src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserT…
…oExternalLoginProvider.cs
Configuration menu - View commit details
-
Copy full SHA for 8179182 - Browse repository at this point
Copy the full SHA 8179182View commit details -
Update src/OrchardCore/OrchardCore.Users.Abstractions/Services/IUserT…
…oExternalLoginProvider.cs
Configuration menu - View commit details
-
Copy full SHA for f210886 - Browse repository at this point
Copy the full SHA f210886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31967ed - Browse repository at this point
Copy the full SHA 31967edView commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 06e963f - Browse repository at this point
Copy the full SHA 06e963fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 010de02 - Browse repository at this point
Copy the full SHA 010de02View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9914fe - Browse repository at this point
Copy the full SHA c9914feView commit details
Commits on Jun 12, 2024
-
updated comment in IUserToExternalLoginProvider
Co-authored-by: Zoltán Lehóczky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12e0597 - Browse repository at this point
Copy the full SHA 12e0597View commit details -
simplified code in DefaultUserToExternalLoginProvider
Co-authored-by: Zoltán Lehóczky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3255f3d - Browse repository at this point
Copy the full SHA 3255f3dView commit details -
updated class comment IUserToExternalLoginProvider
Co-authored-by: Zoltán Lehóczky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a330c50 - Browse repository at this point
Copy the full SHA a330c50View commit details -
style: code to new line in ExternalLoginInfoExtensions
Co-authored-by: Zoltán Lehóczky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e50a95 - Browse repository at this point
Copy the full SHA 7e50a95View commit details -
docs: updated comment in the AccountController about order
Co-authored-by: Zoltán Lehóczky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 139ca99 - Browse repository at this point
Copy the full SHA 139ca99View commit details -
style: brackets on a new line in AccountController
Co-authored-by: Zoltán Lehóczky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c28fbca - Browse repository at this point
Copy the full SHA c28fbcaView commit details -
style(Users.Abstractions): change name to interface
feat(Users.Abstractions): remove GetIdentifierKey style(Users.Core): change name to default service style(Users): change name to mappers prop and local var
Configuration menu - View commit details
-
Copy full SHA for c3f4bbe - Browse repository at this point
Copy the full SHA c3f4bbeView commit details -
style: from GetUserAsync to FindByLoginAsync
styl: updated text in razor page
Configuration menu - View commit details
-
Copy full SHA for 5fd181a - Browse repository at this point
Copy the full SHA 5fd181aView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ec6a034 - Browse repository at this point
Copy the full SHA ec6a034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63e26ca - Browse repository at this point
Copy the full SHA 63e26caView commit details
Commits on Jun 15, 2024
-
fix: removed IExternalLoginMapper
fix: removed DefaultExternalLoginMapper fix: restored UsersServiceCollectionExtensions fix: implemente check of RequireUniqueEmail in AccountController
Configuration menu - View commit details
-
Copy full SHA for 5c378b8 - Browse repository at this point
Copy the full SHA 5c378b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2faf17 - Browse repository at this point
Copy the full SHA f2faf17View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ce348 - Browse repository at this point
Copy the full SHA a0ce348View commit details
Commits on Jun 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 807ca2d - Browse repository at this point
Copy the full SHA 807ca2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for da86ae6 - Browse repository at this point
Copy the full SHA da86ae6View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6459e5d - Browse repository at this point
Copy the full SHA 6459e5dView commit details -
Update src/OrchardCore.Modules/OrchardCore.Users/Controllers/AccountC…
…ontroller.cs Co-authored-by: Hisham Bin Ateya <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3e1010 - Browse repository at this point
Copy the full SHA d3e1010View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bfcd28 - Browse repository at this point
Copy the full SHA 3bfcd28View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a6ec2b9 - Browse repository at this point
Copy the full SHA a6ec2b9View commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7be7530 - Browse repository at this point
Copy the full SHA 7be7530View commit details