maliming
957e0c92c1
Fix grammar in not-compatible exception message
Replace 'has not compatible with' with 'is not compatible with' in FeatureManager, SettingManager and PermissionManager (the latter is the original phrasing this PR initially mirrored).
4 weeks ago
maliming
ab128947c7
Address Copilot review
- SettingManager.GetAllAsync / FeatureManager.GetAllWithProviderAsync: drop top-level continue and rely on the provider chain filter so allowed upstream providers can still be read via inheritance (e.g. GetAllForUserAsync now returns a Global-only setting)
- FeatureAppService.GetAsync: switch includedFeatures to HashSet for O(1) parent lookup
4 weeks ago
maliming
216339645b
Respect AllowedProviders/Providers in Feature/Setting management
- FeatureManager.SetAsync: throw when providerName is not in feature.AllowedProviders
- FeatureManager.GetAllWithProviderAsync / GetOrNullInternalAsync: filter providers chain by feature.AllowedProviders (aligning with FeatureChecker)
- FeatureAppService.GetAsync: filter features by AllowedProviders and add parent chain check to prevent orphan child entries (aligning with PermissionAppService)
- SettingManager.SetAsync: throw when providerName is not in setting.Providers
- SettingManager.GetAllAsync / GetOrNullInternalAsync: filter providers chain by setting.Providers (aligning with SettingProvider)
4 weeks ago
maliming
2a5fe38be3
Enhance MudBlazor UI components with improved dialog focus and layout options
4 weeks ago
maliming
35b4d6b774
Upgrade MudBlazor to 9.4.0
- Directory.Packages.props bumps MudBlazor 8.0.0 to 9.4.0
- AbpMudCrudPageBase: ShowMessageBox to ShowMessageBoxAsync, OnDataGridReadAsync adds CancellationToken
- AbpMudExtensibleDataGrid: ServerData adds CancellationToken, SortFunc becomes Func<TItem, object?>
- basic-theme LoginDisplay (Server + WASM): name MudMenu ActivatorContent context to avoid AuthorizeView clash
- permission-management and feature-management modals: ShowMessageBox to ShowMessageBoxAsync
1 month ago
voloagent
65e68dc83f
Update_NPM_Packages
2 months ago
maliming
7bf7efd64b
Add AbpUiResource as base for AbpFeatureManagementResource in Web module
2 months ago
maliming
c3b461aa7c
feat: update MudBlazor bundling and enhance email settings UI components
2 months ago
maliming
e686ed3300
fix: update feature style margin property for improved layout consistency
2 months ago
maliming
6b16452b72
fix: update MudCheckBox color to primary for better visibility across various components
2 months ago
maliming
15e99a0adf
Refactor Index.razor pages to use MudBlazor components for improved UI consistency and responsiveness; updated links and content for better user engagement.
2 months ago
maliming
451ace3bb8
fix: update layout and styling for improved user experience across various components
3 months ago
maliming
67cd855076
fix: add dense margin to MudTextField components for improved spacing in various management pages
3 months ago
maliming
ac0c96aff8
refactor: Simplify layout structure in FeatureManagementModal and improve feature display logic
3 months ago
maliming
2ffd01d897
refactor: remove unused MudBlazor theming module and update dependencies in MyProjectNameBlazorModule
3 months ago
maliming
2c37961d71
Upgrade to Blazorise 2.0.
4 months ago
voloagent
118c2deb00
Update_NPM_Packages
4 months ago
İsmail ÇAĞDAŞ
24829ad215
fix layout of FeatureManagementModal for MudBlazor
5 months ago
İsmail ÇAĞDAŞ
377c04c4c0
remove Variant="Variant.Outlined" from MudBlazor inputs
5 months ago
İsmail ÇAĞDAŞ
7804c65fa5
replace bind-IsVisible with bind-Visible
5 months ago
voloagent
d5805c5f5a
Update_NPM_Packages
5 months ago
İsmail ÇAĞDAŞ
4bf9ceba48
fixed build problem in several modules for MudBlazor
5 months ago
İsmail ÇAĞDAŞ
4393a24d7c
created feature management module pages for MudBlazor
5 months ago
İsmail ÇAĞDAŞ
beb195b807
created empty modules for MudBlazor similar to Blazorise dependent modules
5 months ago
maliming
e0ebc1b100
Refactor dynamic initializers to use service provider
Resolve #24570
5 months ago
voloagent
7e6ed8c8e4
Update_NPM_Packages
5 months ago
voloagent
ea4bbb8b51
Update_NPM_Packages
5 months ago
maliming
b66d595e56
Refactor dynamic initializer task handling in management modules
6 months ago
maliming
72b5d04337
Change initializers to transient dependencies
6 months ago
maliming
db98067117
Refactor static definition stores and add dynamic initializers
6 months ago
maliming
08b539403f
Set AbpSqliteOptions.BusyTimeout to null in test modules
6 months ago
maliming
01713685b7
Set AbpSqliteOptions.BusyTimeout to null in test modules
6 months ago
maliming
e730711e39
Reset form after saving in feature management modal
7 months ago
Ma Liming
dd47c0694e
Update Default.js
7 months ago
maliming
fb0448250a
Add localization resource for success notification
7 months ago
maliming
5ea02054f4
Add success notification on feature modal result
7 months ago
maliming
313aae43db
Update notification message on feature reset
7 months ago
maliming
9390f6bc6c
Remove delayed modal hide after feature reset
7 months ago
enisn
a282dca2f2
Replace Bootstrap pl-1 with ps-1 in modal
Updated the class from 'pl-1' to 'ps-1' to use the correct Bootstrap 5 padding utility for start padding in the FeatureManagementModal.cshtml file.
8 months ago
maliming
d0141966aa
Rename ConfigurationValueSettingManagerExtensions
8 months ago
maliming
f816227cc5
Add configuration-based feature value provider
8 months ago
maliming
4ad9af073e
Enhance assembly resource registration for localization in multiple web modules
9 months ago
maliming
959aa054f9
Refactor repository methods to ensure consistent 'save changes' in Feature, Permission, and Setting management
Resolve #23773
9 months ago
maliming
3ff8fb6e78
Upgrade to .NET 10.0.
10 months ago
erdemcaygor
38805d14f5
code refactoring
10 months ago
Yunus Emre Kalkan
584aef4945
Adjust angular installation infos of modules
10 months ago
Fahri Gedik
8dbffe9d68
Reapply "Merge branch 'dev' into issue-23231-v2"
This reverts commit a83bce6b7b .
11 months ago
Fahri Gedik
a83bce6b7b
Revert "Merge branch 'dev' into issue-23231-v2"
This reverts commit 7c2582fe3f , reversing
changes made to 7621fc7fcd .
11 months ago
maliming
8def47c444
refactor: update all entity properties to `virtual`
11 months ago
maliming
cf595eb711
Force to set parent feature if children set.
12 months ago