10166 Commits (59f102d1c6cf4a89af40170da30bb66c4eafb027)

Author SHA1 Message Date
maliming 49a4aabe78
feat: enhance sorting functionality by mapping SortBy func references to property names 4 months ago
maliming 27f644dabd
feat: standardize dialog options across various components for consistency 4 months ago
maliming a1420e41be
docs: address copilot review feedback on dynamic events PR 4 months ago
maliming 040cba6b74
docs: fix dynamic events article and update distributed event bus docs 4 months ago
maliming c98a08bd13
feat: Implement route-based culture handling with new helpers and tests 4 months ago
maliming 2bbf8d6edf
feat: Add MenuItemCulturePrefixHelper to AbpCultureMenuItemUrlProvider for improved culture prefix handling 5 months ago
maliming 6895d24d5a
feat: Enhance URL-based culture handling with new interfaces and async methods 5 months ago
maliming 420c860b08
feat: Implement URL-based culture handling in Blazor and MVC requests 5 months ago
maliming 299b4282a7
fix: Adjust route constraint to handle URL generation without HttpContext and update route order for Razor Pages 5 months ago
maliming 552544936c
feat: Add route-based culture support with custom route constraint and tests 5 months ago
copilot-swe-agent[bot] 5ffc1b7937 fix: remove unused keyedService variable in AutofacRegistration.cs 5 months ago
maliming 1d28bab085
Upgrade Autofac.Extensions.DependencyInjection to 11.0.0 5 months ago
maliming 555959657a
feat: Implement route-based culture navigation helper for improved localization handling 5 months ago
maliming bb78038c9d
feat: Refactor culture prefix handling by moving logic to MenuItemCulturePrefixHelper and adding browser check 5 months ago
maliming c36823fe4a
feat: Enhance route-based culture handling by inserting RouteDataRequestCultureProvider after QueryStringRequestCultureProvider 5 months ago
maliming 0880b23d7c
feat: Implement URL-based localization support for Blazor components and enhance menu item URL handling 5 months ago
maliming 0292b2bbc7
fix: Update fallback culture handling in AbpCultureMenuItemUrlProvider to use CurrentCulture instead of CurrentUICulture 5 months ago
maliming 6f15b2f71a
feat: Enhance URL-based localization support for Blazor components and add tests 5 months ago
maliming dc3e633606
feat: Implement route-based culture support in localization. 5 months ago
maliming 4f204fafa9
Upgrade Scriban to 7.0.0 to fix security vulnerabilities 5 months ago
maliming 07a50ea263
refactor: migrate Blazor project from LeptonXLite theme to MudBlazor theme 5 months ago
Enis Necipoglu a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput (#25155) 5 months ago
maliming eb42ca88ef
feat: add Volo.Abp.LuckyPenny.AutoMapper package for commercial AutoMapper integration 5 months ago
maliming 117b6e33c5
fix: use CancellationToken.None for semaphore wait in StopAllAsync 5 months ago
Halil İbrahim Kalkan dd72d0bc52 Ignore .abpstudio and add solution id 5 months ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 5 months ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 5 months ago
maliming 54f1241099
Allow publishing dynamic events without local subscribers, use IJsonSerializer for ConvertDynamicEventData 5 months ago
maliming 4af07a7c58
fix(cli): use ToUpperInvariant/ToLowerInvariant across CLI Core project 5 months ago
maliming b51ee74653
Remove unused System.Text.Json using from Azure and Kafka providers, remove dead IsDynamicEvent method from Dapr provider 5 months ago
maliming ca9b3c54db
refactor: Remove dynamic event support from Dapr distributed event bus implementation 5 months ago
maliming 20d85a44bb
fix: Add missing newlines at the end of several files in the event bus implementation 5 months ago
maliming 29dee66e90
refactor: Update DynamicEventData handling and improve documentation across event bus implementations 5 months ago
maliming fb6f4722ff
refactor: Replace AnonymousEventData with DynamicEventData across the event bus implementation 5 months ago
Nguyễn Quốc Bảo An 0abbe232b0 fix(cli): use ToUpperInvariant to avoid culture-specific casing issues 5 months ago
maliming d8eefa4685
Add tests for dynamic background job handler registry and StopAllAsync, fix duplicate usings in DemoAppSharedModule 5 months ago
maliming a04e20c407
Fix UpdateScheduleAsync restart behavior and revert TickerQ IsRegistered 5 months ago
maliming eb2cf10a3d
Enhance dynamic background worker management with improved error handling and logging 5 months ago
maliming 3a01bd5d42
Refactor RemoveAsync method to return registration status instead of deletion result 5 months ago
maliming 7a1e246ce9
Enhance dynamic background job handling with improved argument management and error logging 5 months ago
maliming 024f16cd99
Fix dynamic background job/worker code review issues 5 months ago
maliming 6fc04cf5aa
Add logger and relax JsonData validation 5 months ago
maliming 7c95bd6796
Fix dynamic background job code review issues 5 months ago
maliming 92a72fcef5
Implement dynamic background job handling with new DynamicBackgroundJobArgs and executor 5 months ago
maliming 5d74d97566
Fix whitespace issues and update job handler registration in background job management 5 months ago
maliming a18cd1c5e9
fix: Refactor background worker handler to use delegate type for improved clarity and consistency 5 months ago
maliming 70c333ad97
Refactor background job execution and management 5 months ago
maliming fa15bc4cae
Add SemaphoreSlim for thread safety and concurrency tests 5 months ago
maliming ad4c47a39c
fix: Update documentation and improve dynamic background worker management for TickerQ and Quartz integration 5 months ago
maliming fa19685a5b
fix: Enhance dynamic background worker management by improving cron entry handling 5 months ago