305 Commits (e74e199b976768da49e6d03e768d76468912df7e)

Author SHA1 Message Date
maliming 1a8df4eb76
Implement localized error messages for AbpIdentityResultException 8 months ago
Ma Liming 73cf4792e1
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs 8 months ago
Ma Liming 289087c282
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs 8 months ago
Ma Liming 2ef4fdef20
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs 8 months ago
maliming 9b29a11d8a
Use `AbpIdentityErrorDescriber` to localize error message instead of `AbpIdentityResultExtensions`. 8 months ago
maliming 534695d57c
Refactor role search methods to use names instead of IDs and update related components 9 months ago
maliming 08b539403f
Set AbpSqliteOptions.BusyTimeout to null in test modules 9 months ago
maliming 01713685b7
Set AbpSqliteOptions.BusyTimeout to null in test modules 9 months ago
maliming 8eba1b80ce
Add test for FindByPasskeyIdAsync with third credential 9 months ago
maliming f372e5dceb
Add passkey support to Identity module. 10 months ago
maliming 7d6e3d7259
Add new tests for user and role search methods 10 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 1 year ago
maliming 3124a0cc0f
Update MongoSandbox pcakages. 1 year ago
maliming c89946a70e
feat: add includeChildren parameter to GetMembersCountAsync for hierarchical member counting 1 year ago
liangshiwei 750574ad99 Update IdentityClaimTypeManager_Tests.cs 1 year ago
maliming 299512d391
Add custom IdentityErrorDescriber for localized error messages. 2 years ago
maliming a23fc0c335
Upgrade `MongoDB.Driver` to `3.1.0`. 2 years ago
maliming 731d6f1995
Merge `InvalidUserName` localization texts. 2 years ago
Patrik Johansson 568c16a18c
Translated to Swedish (sv) 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
liangshiwei f632772a96 Prevent a new user's email use another existing user's name 2 years ago
Patrik Johansson df795c071e Translated to Swedish (sv) 2 years ago
maliming f253c336a7
Add `RemoveClaimFromAllRolesAsync` method to `IIdentityRoleRepository`. 2 years ago
maliming 3a7b4191f2
Rename to `RemoveClaimFromAllUsersAsync `. 2 years ago
maliming 54e52eaafd
Add `RemoveClaimFromAllUsers` to `IIdentityUserRepository`. 2 years ago
maliming bae8008beb
Publish `EntityUpdatedEvent` when navigation changes. 3 years ago
maliming 2c5ed8dd63
Use `AbpUnitTestSqliteConnection` instead of `SqliteConnection`. 3 years ago
liangshiwei c415180bf4 Filter users if a role comes from an organization unit 3 years ago
liangshiwei c4a0b4662e Add ClaimNameExist to IdentityErrorCodes 3 years ago
maliming 3a2326984e Only check if there are more than or equal to 4 numbers. 3 years ago
liangshiwei 82029fb1cf Revise all zh-Hans.json localization texts. 3 years ago
maliming 1d2375d5c0 Handle the case when email contains invalid chars. 3 years ago
maliming 75c5d72970 Add `GetUserNameFromEmailAsync` to `IdentityUserManager`. 3 years ago
maliming 4d798c24f2 Add `ValidateUserNameAsync` & `GetRandomUserNameAsync` to `IdentityUserManager`. 3 years ago
liangshiwei 45a8e43298 Add GetListByNamesAsync to IIDentityClaimTypeRepository 3 years ago
Berkan Sasmaz a4766f0852 AUTO: Add missing localizations for hr 3 years ago
Berkan Sasmaz 140674a4da AUTO: Add missing localizations for de 3 years ago
liangshiwei 1b719cea1b Update unit tests 3 years ago
liangshiwei 71bba01966 Get all RoleNames of users 3 years ago
liangshiwei d25774687d Remove user-related data when deleting a user 3 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
liangshiwei e6ba0bc351 Rename GetListByRoleAsync to GetListByRoleIdAsync 3 years ago
maliming ee3377adf5
Remove `dynamic claim cache` when deleting organization's role. 3 years ago
maliming 3f2d1fd7a8
Clear Dynamic claims cache when role or organization are changed. 3 years ago
maliming a4bb1583d0 Add `GetRolesAsync` by `organizationUnitIds` method to `IOrganizationUnitRepository`. 3 years ago
maliming 02bd699c4d Add `RemoteDynamicClaimsPrincipalContributor`. 3 years ago
maliming 9a1b4c2004
Create IdentityDynamicClaimsPrincipalContributor_Tests.cs 3 years ago
maliming 605054835d
Remove all user related thing when deleting a user. 3 years ago
maliming 9059198ee9
Add unit tests for user/role delete event. 3 years ago
maliming 0eac81d5f4
Add unit tests. 3 years ago