maliming
3786ddf3d5
fix: copy jwks.json to client output and use ILogger in ServerDataSeedContributor
3 weeks ago
maliming
a682d811f3
fix: address Copilot review issues in OpenIddict JWKS demo app and CLI command
3 weeks ago
maliming
38d9073b85
Add JWKS private key and public key set for OpenIddict integration
3 weeks ago
voloagent
fcff022e56
Update_NPM_Packages
3 weeks ago
voloagent
703ab42729
Update_NPM_Packages
4 weeks ago
SALİH ÖZKARA
468c2805a4
Add Blazor variant to modular CRM docs and migrations
Add Blazor WebApp variants to the Modular CRM tutorial: insert doc-params and UI conditionals across parts 01-08, add multiple Blazor-specific screenshots, and include Blazor code samples/placeholders for catalog and ordering pages and menu contributor. Also add EF Core migration (20260227074745_ABP10_2) and update the DbContext model snapshot, plus small updates to migrator and web app settings/packages to accommodate the changes.
1 month ago
copilot-swe-agent[bot]
68f4c127fc
Remove ResourcePermissionPermissions heading from resource permission management modals
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
1 month ago
maliming
88961a2148
Fix permission checkboxes become disabled after being selected in Blazor UI
1 month ago
maliming
e9ae8380b5
feat: Remove unused method `GetAvailableManagementProviderNamesAsync` from ResourcePermissionManager
1 month ago
maliming
5968b9e57f
feat: Exclude unavailable providers from resource permission grants and add related tests
1 month ago
maliming
8824fb98aa
feat: Enhance `GetProviderKeyLookupServiceAsync` to check service availability
1 month ago
maliming
fddf02774a
feat: Add `IsAvailableAsync` to resource permission management providers
Introduces `IsAvailableAsync()` to `IResourcePermissionManagementProvider` and `IResourcePermissionProviderKeyLookupService`, allowing providers to opt out in certain contexts.
`ResourcePermissionManager` respects this flag in permission checks, writes, and UI lookup service listing.
OpenIddict and IdentityServer client providers override `IsAvailableAsync()` to return `false` when the current context is a tenant (host-only concept).
1 month ago
maliming
93a7195fe9
Switch to the user's tenant in `AbpSignInManager`.
1 month ago
voloagent
5a8e8e4597
Update_NPM_Packages
1 month ago
Ma Liming
7780b9b558
Fix typo in FindByEmailAsync method name
1 month ago
maliming
38ef51cec5
Refactor token providers to include cancellation token support and update token handling logic
1 month ago
maliming
6e97ceb0df
Refactor token provider tests to use a common base class for single active token providers and improve token verification logic
1 month ago
maliming
71b52a8ee2
Implement single active token providers for email change, email confirmation, and password reset
1 month ago
maliming
a881195b3b
refactor: streamline TickerQ initialization and enhance service access methods
1 month ago
maliming
23123df113
Update TickerQ package versions and refactor background job management
1 month ago
maliming
2c37961d71
Upgrade to Blazorise 2.0.
1 month ago
copilot-swe-agent[bot]
5a8ac4d32c
Make OrganizationUnitManager.FindChildrenAsync virtual
Co-authored-by: maliming <6908465+maliming@users.noreply.github.com>
1 month 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
a90ac774a9
Use case-insensitive set ops for role names
2 months ago
Jack Fistelmann
9e00d9a255
fix(): german translation for tenant related strings
Fixes #24836
2 months ago
maliming
a475272eb5
Implement role-based permission management and admin role checks
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
ab61c633a1
Increase max full-name length limits to 512
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
maliming
068bc7fcbb
Remove trailing periods from Feature title.
Resolve #24780
2 months ago
maliming
fdae1e3fb9
Use Lazy for principal and guard empty permissions
2 months ago
Ma Liming
e2ceb45316
Update modules/permission-management/src/Volo.Abp.PermissionManagement.Application/Volo/Abp/PermissionManagement/PermissionAppService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2 months ago
voloagent
118c2deb00
Update_NPM_Packages
2 months ago
maliming
771f96031d
Refactor permission management logic to simplify IsDisabled checks
2 months ago
maliming
cddf0ffa7a
Prevent Privilege Escalation: Add Assignment Restrictions for Roles and Permissions
2 months ago
maliming
07a2087e85
Add ambient auditing disable/enable support.
2 months ago
voloagent
d5805c5f5a
Update_NPM_Packages
2 months ago
maliming
1a8df4eb76
Implement localized error messages for AbpIdentityResultException
2 months ago
maliming
39dd49122c
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
maliming
594b0bb628
Add tests for shared user validation across tenants
2 months ago
maliming
273e87f9ed
Add tests for shared tenant user sharing strategy
2 months ago
maliming
50e835ad9d
Add tests for user repository multi-tenant and batch queries
2 months ago
maliming
a430c87664
Update tests to expect AbpIdentityResultException on password change
2 months ago