206 Commits (NullAbpDistributedLock-patch)

Author SHA1 Message Date
maliming 7e76587f60
Add batch retrieval for IdentityLinkUser entities 9 months ago
maliming 8a15eee94f
Optimize Clock.Now usage in user delegation repositories 10 months ago
maliming 5c815136a5 Refactor LINQ queries to use AsEnumerable() for better compatibility with MongoDb Driver. 10 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 11 months ago
erdemcaygor 38805d14f5 code refactoring 11 months ago
maliming 4480b70ad1
Set includeDetails default to false in repository methods 11 months ago
maliming 0a47bfc47c
Fix merge problem of `GetQueryableAsync` method. 1 year 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 c1d23fb754
Update MongoIdentityUserRepository.cs 2 years ago
Mansur Besleney 7e8c7aba45 made slight query enhancment 2 years ago
Mansur Besleney 2f67c20f7d Update MongoIdentityUserRepository.cs 2 years ago
Mansur Besleney 38393174c6 Update MongoIdentityUserRepository.cs 2 years ago
Mansur Besleney 85ee5d78d4 string type correcred to guid 2 years ago
Mansur Besleney 495db44061 id field added to filter user list by id 2 years ago
maliming e2390f1460
Update MongoOrganizationUnitRepository.cs 2 years ago
maliming 9ede7b4340
Rename `GetMongoQueryable` to `GetQueryable`. 2 years ago
maliming 252a8448a3
Added `GetListByDisplayNamesAsync` to `IOrganizationUnitRepository `. 2 years ago
maliming c2a5fa390c
Remove unnecessary generic type parameter. 2 years ago
maliming a23fc0c335
Upgrade `MongoDB.Driver` to `3.1.0`. 2 years ago
liangshiwei afab0ac2cd Ordered by creation time by default 2 years ago
maliming 32034300db
Added `clientIpAddress` parameter to query the `security logs`. 2 years 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 3a7b4191f2
Rename to `RemoveClaimFromAllUsersAsync `. 2 years ago
maliming 54e52eaafd
Add `RemoveClaimFromAllUsers` to `IIdentityUserRepository`. 2 years ago
liangshiwei 1a8581eaed Change target formwork 2 years ago
maliming 5333e1f71f
Check `SessionId` in the `TryRevokeOldAccessTokensAsync` method 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 3 years ago
maliming e26c32e2a4
Add `GetListAsync` and `GetCountAsync ` to `IIdentitySessionRepository `. 3 years ago
liangshiwei 45a8e43298 Add GetListByNamesAsync to IIDentityClaimTypeRepository 3 years ago
maliming 3d91733bc1
Add `IdentitySessionManager`. 3 years ago
liangshiwei 71bba01966 Get all RoleNames of users 3 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming e56d49ed37
Add `IdentitySession` entity. 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 d32e8a090f
Fix possible `null` errors. 3 years ago
liangshiwei 8958af30c4 Search with "contains" instead of exact match while searching users 3 years ago
liangshiwei f0836c3e63 Using ToUpperInvariant 3 years ago
liangshiwei f22e1c220c Add IdentityUserIdWithRoleNames 3 years ago