Commit Graph

1240 Commits (IInjectPropertiesService)

Author SHA1 Message Date
ahmetfarukulu 26341985a1 Update package file extension for common.props, csproj
2 years ago
ahmetfarukulu 4a7ec9ec48 Update package file extension
2 years ago
ahmetfarukulu 1c32919cd7 Update module file extension
2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg"
2 years ago
ahmetfarukulu 3a6080b9a3 Rename ".abpmdl.json" filenames to ".abpmdl"
2 years ago
ahmetfarukulu 4449665c87 Rename ".abpsln.json" filenames to ".abpsln"
2 years ago
liangshiwei 7c944085cb Remove child ou dynamic claim cache when delete ou
2 years ago
liangshiwei 22416f7f78 Update OrganizationUnitManager.cs
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 f7932bf091 Remove claims cache before updating the organization.
2 years ago
maliming 3f2d1fd7a8
Clear Dynamic claims cache when role or organization are changed.
2 years ago
maliming 9aae95d243
Add `Volo.Abp.AspNetCore.Authentication.JwtBearer.DynamicClaims`.
2 years ago
maliming 7e396ed540
Handle the case where `DynamicClaims` is empty.
2 years ago
Masum ULU bf78cd355f
Merge branch 'dev' into auto-merge/rel-7-4/2270
2 years ago
maliming a4bb1583d0 Add `GetRolesAsync` by `organizationUnitIds` method to `IOrganizationUnitRepository`.
2 years ago
maliming e407754280 Refresh instead of returning dynamic claims.
2 years ago
maliming fe4129d3e3
Add `ClaimsMap` to `AbpClaimsPrincipalFactoryOptions`.
2 years ago
maliming 7a52c95434 Set `CacheAbsoluteExpiration ` to 60 seconds.
2 years ago
maliming 59a2227ffc Update `AbpDynamicClaimsPrincipalContributorBase`.
2 years ago
maliming a0415c26d7 Update IdentityDynamicClaimsPrincipalContributor.cs
2 years ago
maliming abb8cfc963 Force to clear the claims principal when user is not found.
2 years ago
maliming f6e844851e Update `UserEntityUpdatedEventHandler `.
2 years ago
maliming 02bd699c4d Add `RemoteDynamicClaimsPrincipalContributor`.
2 years ago
maliming 9a1b4c2004
Create IdentityDynamicClaimsPrincipalContributor_Tests.cs
2 years ago
maliming 44ef56c2d8
Add `IdentityDynamicClaimsPrincipalContributor`.
2 years ago
maliming 89e53b3c28
Make the `HandleEventAsync` method UOW.
2 years ago
maliming 605054835d
Remove all user related thing when deleting a user.
2 years ago
maliming 9059198ee9
Add unit tests for user/role delete event.
2 years ago
maliming 95e7b1bbc6
Add `UserDeletedEventHandler` to `SettingManagement.Application`.
2 years ago
maliming bcf65ab18d
Add `UserDeletedEventHandler`.
2 years ago
maliming a62e6979f5
Merge pull request #17990 from abpframework/salihozkara/emailChangedEvent
2 years ago
Salih c0a7762b2a Update IdentityUserManager.cs
2 years ago
maliming 0eac81d5f4
Add unit tests.
2 years ago
Salih 1f20fb6466 Update IdentityUserManager.cs
2 years ago
maliming 5e49935e7f
Merge pull request #17995 from abpframework/auto-merge/rel-7-4/2251
2 years ago
Jadyn fddad4ae70 Update zh translate
2 years ago
Salih d3832495f0 Add email and userName changed event
2 years ago
maliming 6bd43caee5
Enable `Central Package Management`.
2 years ago
maliming 15e29c39d7 Upgrade depended NuGet packages to the latest versions.
2 years ago
maliming 7c70ca418f
Merge branch 'dev' into net8
2 years ago
maliming d56c64c12f
Remove `ISystemClock` because its obsoleted.
2 years ago
maliming ca23540e5b Upgrade abp to NET 8.0.
2 years ago
maliming d32e8a090f
Fix possible `null` errors.
2 years ago
liangshiwei 8958af30c4 Search with "contains" instead of exact match while searching users
2 years ago
Halil İbrahim Kalkan ced61b41d0 Revised tests for IdentityUserIntegrationService
2 years ago
Halil İbrahim Kalkan 7a29bb4348 Regenerate client proxies
2 years ago
Halil İbrahim Kalkan 56955627b2 Implemented controller and revised HttpClientExternalUserLookupServiceProvider
2 years ago
Halil İbrahim Kalkan 0e07100bcc Move methods fromIdentityUserLookupAppService to IdentityUserIntegrationService
2 years ago
liangshiwei f0836c3e63 Using ToUpperInvariant
2 years ago