1568 Commits (b5b83374dd561be2ff11a554cb17deacaabe6fdf)

Author SHA1 Message Date
maliming ef84dbaef3
Include sorting and paging in role list fetch 3 weeks ago
maliming fddf02774a
feat: Add `IsAvailableAsync` to resource permission management providers 1 month ago
maliming 93a7195fe9
Switch to the user's tenant in `AbpSignInManager`. 1 month ago
voloagent 5a8e8e4597 Update_NPM_Packages 1 month ago
Ma Liming 7780b9b558
Fix typo in FindByEmailAsync method name 1 month ago
maliming 38ef51cec5
Refactor token providers to include cancellation token support and update token handling logic 1 month ago
maliming 6e97ceb0df
Refactor token provider tests to use a common base class for single active token providers and improve token verification logic 1 month ago
maliming 71b52a8ee2
Implement single active token providers for email change, email confirmation, and password reset 1 month ago
maliming 2c37961d71
Upgrade to Blazorise 2.0. 1 month ago
copilot-swe-agent[bot] 5a8ac4d32c Make OrganizationUnitManager.FindChildrenAsync virtual 1 month ago
maliming a90ac774a9
Use case-insensitive set ops for role names 2 months ago
maliming a475272eb5
Implement role-based permission management and admin role checks 2 months ago
maliming 61ae09b742
Refactor forms in various management pages to include specific form IDs for better handling of submissions 2 months ago
maliming fdae1e3fb9
Use Lazy for principal and guard empty permissions 2 months ago
voloagent 118c2deb00 Update_NPM_Packages 2 months ago
maliming cddf0ffa7a
Prevent Privilege Escalation: Add Assignment Restrictions for Roles and Permissions 2 months ago
voloagent d5805c5f5a Update_NPM_Packages 2 months ago
maliming 1a8df4eb76
Implement localized error messages for AbpIdentityResultException 2 months ago
maliming 39dd49122c
Implement localized error messages for AbpIdentityResultException 2 months ago
maliming 594b0bb628
Add tests for shared user validation across tenants 2 months ago
maliming 273e87f9ed
Add tests for shared tenant user sharing strategy 2 months ago
maliming 50e835ad9d
Add tests for user repository multi-tenant and batch queries 2 months ago
maliming a430c87664
Update tests to expect AbpIdentityResultException on password change 2 months ago
Ma Liming 73cf4792e1
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs 3 months ago
Ma Liming 289087c282
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs 3 months ago
Ma Liming 2ef4fdef20
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs 3 months ago
maliming 9b29a11d8a
Use `AbpIdentityErrorDescriber` to localize error message instead of `AbpIdentityResultExtensions`. 3 months ago
maliming 4d5307f953
Refactor user validation logic in AbpIdentityUserValidator 3 months ago
maliming dbe0dbc3bb
Improve host user selection logic in IdentityUserManager 3 months ago
maliming 4026313a6e
Rename user lookup methods for shared user strategy 3 months ago
maliming 2192d90d29
Add GetUsersByPasskeyIdAsync method to identity user repositories 3 months ago
voloagent 7e6ed8c8e4 Update_NPM_Packages 3 months ago
maliming d51a767151
Add multi-tenant external login support for IdentityUser 3 months ago
maliming 1a0b738444
Add multi-tenant user lookup for email and username 3 months ago
voloagent ea4bbb8b51 Update_NPM_Packages 3 months ago
maliming 32bc32250b
Fix tenant context when validating user uniqueness 3 months ago
maliming 562914fc69
Refactor resource permission key lookup to use names/ClientIds 3 months ago
maliming f21ffe274f
Add shared user account infrastructure. 3 months ago
maliming 291e11aec9
Add MaxPassKeyNameLength constant to passkey consts 3 months ago
maliming 534695d57c
Refactor role search methods to use names instead of IDs and update related components 4 months ago
Halil İbrahim Kalkan 9632923d74 Minor refactor 4 months ago
maliming 08b539403f
Set AbpSqliteOptions.BusyTimeout to null in test modules 4 months ago
maliming 01713685b7
Set AbpSqliteOptions.BusyTimeout to null in test modules 4 months ago
voloagent a6f894a2b0 Update_NPM_Packages 4 months ago
maliming 9339c92a51
Remove last sign-in time update from SignInManager 4 months ago
maliming ec8d08a57f
Fix PreSignInCheck call in CallPreSignInCheckAsync 4 months ago
maliming 37349371a8
Refactor PasswordSignInAsync and add CallPreSignInCheckAsync method for enhanced pre-sign-in validation 4 months ago
maliming 6b7bfb1ce6
Track and update user's last sign-in time 4 months ago
maliming 8eba1b80ce
Add test for FindByPasskeyIdAsync with third credential 4 months ago
maliming f372e5dceb
Add passkey support to Identity module. 4 months ago