maliming
c434e89f0a
Remove public font reference from MudBlazor style contributors
6 months ago
maliming
d5abc3f91b
Add MudBlazor theming support with bundling configuration and contributors
6 months ago
maliming
aecd12de88
Add MudBlazorExtensionPropertyPolicyChecker for feature and permission checks
6 months ago
maliming
1d14438751
Add PageAlert component and AlertWrapper
6 months ago
maliming
9133ce97e2
refactor: make GetRemoteConfigurationAsync and Get methods virtual for extensibility
7 months ago
maliming
bf397757a7
improve culture compatibility checks and handle task exceptions in MvcCachedApplicationConfigurationClient
7 months ago
maliming
a0aa7469df
Concurrently retrieving configuration/localization info in `MvcCachedApplicationConfigurationClient`.
7 months ago
Jack Fistelmann
9e00d9a255
fix(): german translation for tenant related strings
Fixes #24836
7 months ago
maliming
a475272eb5
Implement role-based permission management and admin role checks
7 months ago
maliming
ab61c633a1
Increase max full-name length limits to 512
7 months ago
maliming
288cef2940
Refactor AbpAppPath method to include null checks and streamline script generation
7 months ago
maliming
bdac30bc14
Add AbpAppPath extension method and update appPath handling in Swagger UI scripts
7 months ago
maliming
eacc2d771c
SetBrowserRequestStreamingEnabled in wasm mode.
7 months ago
İsmail ÇAĞDAŞ
5982e283a8
several bug fixes for MudBlazor
7 months ago
maliming
b5cd873526
Use EntityCacheItemWrapper in cache config
Resolve #24770
7 months ago
maliming
85770416c6
Skip disabled complex properties in auditing
7 months ago
maliming
bc2a8aef0d
Support nested complex properties & auditing tests
7 months ago
maliming
45557f9ae5
Enhance auditing for complex properties by adding support for nested complex property changes and updating related tests
7 months ago
İsmail ÇAĞDAŞ
98cd53a2ce
show button when there is only 1 action in datagrid
7 months ago
İsmail ÇAĞDAŞ
0a6709db66
remove commented module dependencies
7 months ago
maliming
e487c0aaf2
Support auditing and history for complex properties
Resolve #24764
7 months ago
maliming
fcc1315014
Add CorrelationId to RabbitMQ job messages
7 months ago
İsmail ÇAĞDAŞ
90bfe20a64
fix error on user list page
7 months ago
maliming
d01fc48262
Add correlation ID support to RabbitMQ's JobQueue
Resolve #24753
7 months ago
Ma Liming
0f1b9bd6d8
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
Ma Liming
15d2b682cb
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/LIbs/InstallLibsService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
Yunus Emre Kalkan
de31c9feea
Add support for JS frameworks in InstallLibsService
Enhanced InstallLibsService to detect and handle JavaScript frameworks (React Native, React, Vue, Next.js) by parsing package.json and running yarn accordingly. Updated project discovery to include these frameworks while avoiding overlap with Angular and .NET projects.
7 months ago
maliming
7f4347182f
Fix key-value mapping in GetOrAddMany and add tests
Refactored GetOrAddMany and GetOrAddManyAsync in DistributedCache to ensure returned key-value pairs are correctly mapped by key, regardless of order from the factory. Added unit tests to verify correct mapping and concurrency behavior.
7 months ago
Ma Liming
e3b06149a6
Update AuditingHelper.cs
7 months ago
Ma Liming
0590f5119f
Update framework/src/Volo.Abp.Auditing/Volo/Abp/Auditing/IAuditingHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
maliming
07a2087e85
Add ambient auditing disable/enable support.
7 months ago
enisn
a1acd9f9ca
Add fallback to default chat client for unconfigured workspaces
Updated ChatClientAccessor and TypedChatClient to fallback to the default chat client if a workspace-specific client is not configured. Adjusted tests to verify that the default chat client is resolved for non-configured workspaces.
7 months ago
İsmail ÇAĞDAŞ
85aa80f469
fix action buttons not being visible on grud data grids
7 months ago
İsmail ÇAĞDAŞ
204ba7e0fa
Fix sorting problem for template columns
7 months ago
maliming
68aa880c34
Update solution folder structure for project addition
7 months ago
maliming
7db2059d7d
Remove jquery-form package and update abpAjaxForm
7 months ago
blackWinds
1264981274
Add usage documentation modification notes
7 months ago
maliming
304b89d747
Refactor solution file path handling in module addition
7 months ago
İsmail ÇAĞDAŞ
27badaca60
refactored AbpMudCrudPageBase and AbpMudExtensibleDataGrid for clearity
7 months ago
İsmail ÇAĞDAŞ
1131c896ee
fix modal close problem for MudBlazor
7 months ago
İsmail ÇAĞDAŞ
5173c8ed2e
fix PageHeader spacing problem
7 months ago
Ma Liming
2cba1a965d
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/SolutionFileModifier.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
maliming
e783d57aed
Fix project file filtering and solution command execution
7 months ago
Mansur Besleney
b63a13a3b0
Refactor tool input schema handling and JSON serialization
Set default 'Type' property in McpToolInputSchema and pass the schema object directly instead of building a dictionary. Use camelCase JSON serialization for input schemas in McpServerService to ensure correct property naming.
7 months ago
maliming
e66bb546d2
Refactor variable declaration for exit codes in CLI commands
7 months ago
Ma Liming
721a9297e5
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Internal/RecreateInitialMigrationCommand.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
Mansur Besleney
a2a6cec9c6
Refactor MCP command handling and code organization
Removed special-case handling for MCP commands in CommandSelector and HelpCommand to simplify logic. In McpHttpClientService, reorganized private methods and classes for better code structure and maintainability. Made ConvertProperties static in McpServerService and clarified comments regarding MCP JSON schema requirements.
7 months ago
Ma Liming
6c64975c12
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/EfCoreMigrationManager.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
maliming
3748dac786
Add 'dotnet build' before creating EF Core migrations
7 months ago
Mansur Besleney
63adb87dd2
Make 'mcp' argument check case-insensitive
Updated the argument comparison for 'mcp' to use case-insensitive matching with StringComparison.OrdinalIgnoreCase. This improves usability by allowing users to enter 'mcp' in any letter case.
7 months ago