maliming
a57e249ab3
fix: guard against null provider key and stale search results in ResourcePermissionManagementModal
3 weeks ago
maliming
bacca3a1c0
fix: add AbpUiResource as base type in AbpPermissionManagementWebModule for JS localization fallback
3 weeks ago
maliming
0722e74ba1
refactor: extract ApplyPermissionProperties to eliminate duplication and add StateCheckers test
4 weeks ago
maliming
474e1bfcd4
test: add regression tests for DynamicPermissionDefinitionStoreInMemoryCache resource permissions
4 weeks ago
maliming
2c15a6088e
fix: apply Providers, StateCheckers and ExtraProperties to resource permissions in FillAsync
4 weeks ago
maliming
2beee2ace1
fix: fix resource permission definition bugs
- Fix ResourcePermissionDefinitions not being populated in DynamicPermissionDefinitionStoreInMemoryCache.FillAsync, causing GetResourcePermissionOrNull and GetResourcePermissions to always return empty
- Fix StaticPermissionSaver incorrectly using newRecords instead of changedRecords when collecting changed permission names for event notification
4 weeks ago
voloagent
703ab42729
Update_NPM_Packages
4 weeks ago
Ma Liming
19e1c478ee
Update modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
maliming
e74e199b97
Set page title in Account Manage page
1 month ago
voloagent
c5f483849b
Update_NPM_Packages
1 month ago
maliming
e6ba5ede33
Move distributed lock replacement to test module
2 months ago
voloagent
f3127747a8
Update_NPM_Packages
2 months ago
maliming
825270ccf0
fix: change button to submit button for Send Test Email form
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
a82acb1214
Use _allGroups for GrantAll/GrantAny checks
2 months ago
maliming
68fdad506a
Fix Grant All checkbox not showing indeterminate state in permission modal
When selecting "Select All" for a specific permission group, the "Grant All Permissions"
checkbox should display an indeterminate state if not all permissions are granted.
The issue was that GrantAll and GrantAny were calculated based on _groups (filtered list)
instead of _allGroups (all groups), causing incorrect checkbox state when groups were filtered.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 months ago
voloagent
118c2deb00
Update_NPM_Packages
2 months ago
voloagent
d5805c5f5a
Update_NPM_Packages
2 months ago
maliming
1a8df4eb76
Implement localized error messages for AbpIdentityResultException
2 months ago
maliming
420b4452ec
Add Hangfire periodic worker adapter options.
https://github.com/abpframework/abp/pull/24666
2 months ago
Ma Liming
73cf4792e1
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 months ago
Ma Liming
289087c282
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 months ago
Ma Liming
2ef4fdef20
Update modules/identity/test/Volo.Abp.Identity.Domain.Tests/Volo/Abp/Identity/AbpIdentityErrorDescriber_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 months ago
Ma Liming
4461f0f817
Change notification type from info to success
3 months ago
maliming
9b29a11d8a
Use `AbpIdentityErrorDescriber` to localize error message instead of `AbpIdentityResultExtensions`.
3 months ago
maliming
e0ebc1b100
Refactor dynamic initializers to use service provider
Resolve #24570
3 months ago
Ma Liming
5b6dac03b3
Update modules/audit-logging/src/Volo.Abp.AuditLogging.Domain.Shared/Volo/Abp/AuditLogging/Localization/tr.json
Co-authored-by: SALİH ÖZKARA <salihozkara00@gmail.com>
3 months ago
maliming
86d6d5d9f8
Add 'no records to export' localization key
3 months ago
voloagent
7e6ed8c8e4
Update_NPM_Packages
3 months ago
voloagent
ea4bbb8b51
Update_NPM_Packages
3 months ago
maliming
ee2a42568f
Fix condition check in ResourcePermissionManager to ensure provider match before returning
3 months ago
Ma Liming
abe5a5c18b
Fix resource display name in modal header
3 months ago
maliming
f5a3526d7b
Update test for undefined setting to expect null
3 months ago
maliming
67310e7260
Add NullAbpDistributedLock and register as default lock for unit test.
3 months ago
maliming
b66d595e56
Refactor dynamic initializer task handling in management modules
3 months ago
maliming
68cdc7449c
Update GroupCache type in event handler
3 months ago
maliming
72b5d04337
Change initializers to transient dependencies
3 months ago
maliming
db98067117
Refactor static definition stores and add dynamic initializers
3 months ago
maliming
f8c240b42e
Fix cache key and user ID parsing logic
3 months ago
maliming
a565abc59a
Provide a way to clear the `application configuration` cache for all users.
https://abp.io/support/questions/10259
3 months ago
sumeyye
ae01f38c24
update: sv.json file for an extra key
3 months ago
Fahri Gedik
a5f4202380
Add new localization keys for permission errors
Added 'ErrorLoadingPermissions' and 'PleaseSelectProviderAndPermissions' keys to all language JSON files in the permission management module to support new error and prompt messages in the UI.
3 months ago
Fahri Gedik
f8f03c3cdf
Add new localization keys for permission management
Added new translation keys for 'UpdatePermission', 'NoPermissionsAssigned', 'SelectProvider', 'SearchProviderKey', and 'Provider' across all supported languages in the permission management module. This enhances localization support for new UI features related to provider selection and permission assignment.
3 months ago
maliming
291e11aec9
Add MaxPassKeyNameLength constant to passkey consts
3 months ago
maliming
bccc36f497
Add bottom margin to account layout column
4 months ago
maliming
ba1abea164
Specify module type in EtoMappings configuration
Resolve #24418
4 months ago
maliming
6c22c9f584
Fix permission filter order in resource modal
4 months ago
maliming
1de9fda64d
Fix permission grant check to include provider filter
4 months ago
maliming
a2b60e93af
Add providers to resource permission DTO and update usage
4 months ago
maliming
224d14d016
Update notification message on resource delete
4 months ago