255 Commits (024f16cd99c06b7a65496730d5a0674d00a8f99c)

Author SHA1 Message Date
maliming 2192d90d29
Add GetUsersByPasskeyIdAsync method to identity user repositories 3 months ago
maliming d51a767151
Add multi-tenant external login support for IdentityUser 3 months ago
maliming f21ffe274f
Add shared user account infrastructure. 3 months ago
maliming 534695d57c
Refactor role search methods to use names instead of IDs and update related components 4 months ago
maliming f372e5dceb
Add passkey support to Identity module. 4 months ago
maliming 7e76587f60
Add batch retrieval for IdentityLinkUser entities 6 months ago
maliming 404881cd39
Add PasswordHistories relationship to User entity 6 months ago
maliming 56840737a1
Remove UserPasswordHistories DbSet and update model builder 6 months ago
maliming 685714e133
Revert "Add UserPasswordHistories DbSet to IIdentityDbContext" 6 months ago
maliming b1a9ddbee2
Add UserPasswordHistories DbSet to IIdentityDbContext 6 months ago
maliming be6d2f9b8a
Add user password history entity. 6 months ago
maliming 8a15eee94f
Optimize Clock.Now usage in user delegation repositories 7 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 7 months ago
erdemcaygor 38805d14f5 code refactoring 7 months ago
maliming 4480b70ad1
Set includeDetails default to false in repository methods 8 months ago
maliming f7a74906ed
feat: enhance organization management by including child organization units in user updates 1 year ago
maliming c89946a70e
feat: add includeChildren parameter to GetMembersCountAsync for hierarchical member counting 1 year ago
Mansur Besleney 75d679a2db
Update EfCoreIdentityUserRepository.cs 1 year ago
Mansur Besleney 7e8c7aba45 made slight query enhancment 1 year ago
voloagent ac8e482d4f Update_NPM_Packages 1 year ago
Mansur Besleney 85ee5d78d4 string type correcred to guid 1 year ago
Mansur Besleney 495db44061 id field added to filter user list by id 1 year ago
maliming 252a8448a3
Added `GetListByDisplayNamesAsync` to `IOrganizationUnitRepository `. 1 year ago
liangshiwei afab0ac2cd Ordered by creation time by default 1 year ago
maliming 32034300db
Added `clientIpAddress` parameter to query the `security logs`. 1 year ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
voloagent c33a3fb2a9 Update_NPM_Packages 2 years ago
voloagent a58620549b Update_NPM_Packages 2 years ago
maliming f253c336a7
Add `RemoveClaimFromAllRolesAsync` method to `IIdentityRoleRepository`. 2 years ago
maliming 8edeb698ce
Update EfCoreIdentityUserRepository.cs 2 years ago
maliming 3a7b4191f2
Rename to `RemoveClaimFromAllUsersAsync `. 2 years ago
maliming 54e52eaafd
Add `RemoveClaimFromAllUsers` to `IIdentityUserRepository`. 2 years ago
maliming 5333e1f71f
Check `SessionId` in the `TryRevokeOldAccessTokensAsync` method 2 years ago
liangshiwei 27f84abe7f Update EfCoreIdentityUserRepository.cs 2 years ago
liangshiwei 0689e1c1c3 Add GetFilteredQueryableAsync method 2 years ago
liangshiwei 2a730bea73 Fix user filter 2 years ago
maliming ce7f84461e
Using `string` as session id. 2 years ago
maliming cce2ffde8f
Add new `DeleteAllAsync` method to `IIdentitySessionRepository`. 2 years ago
maliming ed4f5793d7
Use `DeleteAsync` instead of `DeleteDirectAsync`. 2 years ago
liangshiwei c415180bf4 Filter users if a role comes from an organization unit 2 years ago
maliming e26c32e2a4
Add `GetListAsync` and `GetCountAsync ` to `IIdentitySessionRepository `. 2 years ago
liangshiwei 45a8e43298 Add GetListByNamesAsync to IIDentityClaimTypeRepository 2 years ago
maliming 3d91733bc1
Add `IdentitySessionManager`. 2 years ago
liangshiwei 71bba01966 Get all RoleNames of users 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming e56d49ed37
Add `IdentitySession` entity. 2 years ago
liangshiwei e6ba0bc351 Rename GetListByRoleAsync to GetListByRoleIdAsync 2 years ago
maliming ee3377adf5
Remove `dynamic claim cache` when deleting organization's role. 2 years ago
maliming 3f2d1fd7a8
Clear Dynamic claims cache when role or organization are changed. 2 years ago
maliming a4bb1583d0 Add `GetRolesAsync` by `organizationUnitIds` method to `IOrganizationUnitRepository`. 2 years ago