10145 Commits (5f2d552ebdefb32fe2f417294d97f89aeb71b2c3)

Author SHA1 Message Date
maliming 5f2d552ebd
restore behavior test for duplicate JSON keys with clearer naming and comment 3 days ago
maliming 4a6af1d10d
refactor: remove unused resource variable and update test to exclude parent cultures 3 days ago
maliming 9c5015b8ec
Refactor localization dictionary handling and improve test cases for split localization files 3 days ago
maliming f7c22b4123
Refactor localization handling and improve test coverage for split localization files 3 days ago
Anton Gritsenko 67f523e454 Add support for multiple localization files with same culture 3 days ago
maliming 040a1e7f92
Extract DisablePropertyInjection check to avoid duplication 4 days ago
maliming c377fd9544
Refactor InitLogger to flush all categories and address review feedback 4 days ago
maliming 36691ec106
Refactor logging mechanism and enhance orphan module warning tests 4 days ago
maliming 6ccb0ad689
Add warning for ABP modules not in the [DependsOn] chain 4 days ago
maliming a25e94fe23
Address Copilot review: fix nullability and add whitespace tests 6 days ago
maliming 39bd3f0854
Do not short-circuit tenant resolver chain when query string tenant value is blank 6 days ago
maliming 7cfa641bef
Catch CliUsageException specifically in IsValidNpmPackageName 1 week ago
maliming c8149d8397
Tighten version regex, centralize package name validation, handle null, and add version tests 1 week ago
maliming 34cafde444
Add version validation, sanitize log output, and use CliUsageException 1 week ago
maliming 3ad44cb5a8
Implement npm package name validation and add tests for it 1 week ago
maliming f2d7070f86
Add --ignore-scripts flag to npm/yarn commands in ABP CLI 1 week ago
maliming a1420e41be
docs: address copilot review feedback on dynamic events PR 1 week ago
maliming 040cba6b74
docs: fix dynamic events article and update distributed event bus docs 1 week ago
maliming c98a08bd13
feat: Implement route-based culture handling with new helpers and tests 2 weeks ago
maliming 2bbf8d6edf
feat: Add MenuItemCulturePrefixHelper to AbpCultureMenuItemUrlProvider for improved culture prefix handling 2 weeks ago
maliming 6895d24d5a
feat: Enhance URL-based culture handling with new interfaces and async methods 2 weeks ago
maliming 420c860b08
feat: Implement URL-based culture handling in Blazor and MVC requests 2 weeks ago
maliming 299b4282a7
fix: Adjust route constraint to handle URL generation without HttpContext and update route order for Razor Pages 2 weeks ago
maliming 552544936c
feat: Add route-based culture support with custom route constraint and tests 2 weeks ago
copilot-swe-agent[bot] 5ffc1b7937 fix: remove unused keyedService variable in AutofacRegistration.cs 2 weeks ago
maliming 1d28bab085
Upgrade Autofac.Extensions.DependencyInjection to 11.0.0 2 weeks ago
maliming 555959657a
feat: Implement route-based culture navigation helper for improved localization handling 2 weeks ago
maliming bb78038c9d
feat: Refactor culture prefix handling by moving logic to MenuItemCulturePrefixHelper and adding browser check 2 weeks ago
maliming c36823fe4a
feat: Enhance route-based culture handling by inserting RouteDataRequestCultureProvider after QueryStringRequestCultureProvider 2 weeks ago
maliming 0880b23d7c
feat: Implement URL-based localization support for Blazor components and enhance menu item URL handling 2 weeks ago
maliming 0292b2bbc7
fix: Update fallback culture handling in AbpCultureMenuItemUrlProvider to use CurrentCulture instead of CurrentUICulture 2 weeks ago
maliming 6f15b2f71a
feat: Enhance URL-based localization support for Blazor components and add tests 2 weeks ago
maliming dc3e633606
feat: Implement route-based culture support in localization. 2 weeks ago
maliming 4f204fafa9
Upgrade Scriban to 7.0.0 to fix security vulnerabilities 2 weeks ago
Enis Necipoglu a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput (#25155) 3 weeks ago
maliming eb42ca88ef
feat: add Volo.Abp.LuckyPenny.AutoMapper package for commercial AutoMapper integration 3 weeks ago
maliming 117b6e33c5
fix: use CancellationToken.None for semaphore wait in StopAllAsync 3 weeks ago
Halil İbrahim Kalkan dd72d0bc52 Ignore .abpstudio and add solution id 3 weeks ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 3 weeks ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 3 weeks ago
maliming 54f1241099
Allow publishing dynamic events without local subscribers, use IJsonSerializer for ConvertDynamicEventData 3 weeks ago
maliming 4af07a7c58
fix(cli): use ToUpperInvariant/ToLowerInvariant across CLI Core project 3 weeks ago
maliming b51ee74653
Remove unused System.Text.Json using from Azure and Kafka providers, remove dead IsDynamicEvent method from Dapr provider 3 weeks ago
maliming ca9b3c54db
refactor: Remove dynamic event support from Dapr distributed event bus implementation 3 weeks ago
maliming 20d85a44bb
fix: Add missing newlines at the end of several files in the event bus implementation 3 weeks ago
maliming 29dee66e90
refactor: Update DynamicEventData handling and improve documentation across event bus implementations 3 weeks ago
maliming fb6f4722ff
refactor: Replace AnonymousEventData with DynamicEventData across the event bus implementation 3 weeks ago
Nguyễn Quốc Bảo An 0abbe232b0 fix(cli): use ToUpperInvariant to avoid culture-specific casing issues 3 weeks ago
maliming d8eefa4685
Add tests for dynamic background job handler registry and StopAllAsync, fix duplicate usings in DemoAppSharedModule 3 weeks ago
maliming a04e20c407
Fix UpdateScheduleAsync restart behavior and revert TickerQ IsRegistered 3 weeks ago