maliming
2ffd01d897
refactor: remove unused MudBlazor theming module and update dependencies in MyProjectNameBlazorModule
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
maliming
b169952df6
Add FontAwesome webfonts and update authentication URLs
2 months ago
maliming
d5abc3f91b
Add MudBlazor theming support with bundling configuration and contributors
2 months ago
maliming
3049116633
Add missing using directives.
2 months ago
maliming
8b62569453
Refactor navigation components.
2 months ago
maliming
ce7880041b
Enhance navigation components with improved layout and styling
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
a2adf27226
Standardize RequiredError localization keys
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
İsmail ÇAĞDAŞ
5982e283a8
several bug fixes for MudBlazor
2 months ago
İsmail ÇAĞDAŞ
5ea02fa42e
remove unnecessary logout button
2 months ago
İsmail ÇAĞDAŞ
24829ad215
fix layout of FeatureManagementModal for MudBlazor
2 months ago
İsmail ÇAĞDAŞ
35bfbfc5b0
correctly use icon in MudBlazor menu items
2 months ago
İsmail ÇAĞDAŞ
5f2af432e1
show tenant creation and edit modals correctly
2 months ago
İsmail ÇAĞDAŞ
0affeb3944
Render PageHeader in TenantManagement.razor
2 months ago
İsmail ÇAĞDAŞ
377c04c4c0
remove Variant="Variant.Outlined" from MudBlazor inputs
2 months ago