1931 Commits (3502eaedfb965e44f7cd5abdecc55dccd35e91f5)

Author SHA1 Message Date
maliming 7819e602ff
Detect EF Core database provider by keyword match 4 weeks ago
maliming a25e94fe23
Address Copilot review: fix nullability and add whitespace tests 1 month ago
maliming 39bd3f0854
Do not short-circuit tenant resolver chain when query string tenant value is blank 1 month ago
maliming c8149d8397
Tighten version regex, centralize package name validation, handle null, and add version tests 1 month ago
maliming 3ad44cb5a8
Implement npm package name validation and add tests for it 1 month ago
Enis Necipoglu a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput (#25155) 2 months ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 2 months ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 2 months ago
maliming b21747c63b
Dispose HttpRequestMessage in tests 2 months ago
maliming d3d6915ddf
Address Copilot review: extract GetEffectiveMethodInfo helper and fix method resolution in ValidateActionArgumentsAsync 2 months ago
maliming 234c46aab8
Fix FluentValidation not working with ConventionalControllers 2 months ago
Enis Necipoglu 89f5f5f7bc
fix: avoid spacing for hidden MVC inputs (#25095) 2 months ago
maliming 4a1cf5f473
Reject non-generic collections and add tests 3 months ago
maliming 4bac0f1d76
Respect entity tracking by forcing AsTracking 3 months ago
copilot-swe-agent[bot] 257574173e Add unit tests for ToCamelCaseWithNamespace method 3 months ago
maliming fa492e027d
Add authorization support with policies and roles in API description models 3 months ago
maliming 37d3a692d0
Add tests for navigation change detection 3 months ago
maliming 5eddbb9224
update localization test to use current UI culture and handle concurrent requests 3 months ago
maliming bf397757a7
improve culture compatibility checks and handle task exceptions in MvcCachedApplicationConfigurationClient 3 months ago
maliming a0aa7469df
Concurrently retrieving configuration/localization info in `MvcCachedApplicationConfigurationClient`. 3 months ago
maliming dbcd7dbcb9
Add ProductCacheItem2 and update entity cache tests 4 months ago
maliming b5cd873526
Use EntityCacheItemWrapper in cache config 4 months ago
maliming 85770416c6
Skip disabled complex properties in auditing 4 months ago
maliming bc2a8aef0d
Support nested complex properties & auditing tests 4 months ago
maliming 45557f9ae5
Enhance auditing for complex properties by adding support for nested complex property changes and updating related tests 4 months ago
maliming e487c0aaf2
Support auditing and history for complex properties 4 months ago
maliming 7f4347182f
Fix key-value mapping in GetOrAddMany and add tests 4 months ago
maliming 07a2087e85
Add ambient auditing disable/enable support. 4 months ago
enisn 49ed69478d
Update ChatClientAccessor_Tests.cs 4 months ago
enisn a1acd9f9ca
Add fallback to default chat client for unconfigured workspaces 4 months ago
Ma Liming e50869a8e7
Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs 4 months ago
Ma Liming 1ba16383e3
Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs 4 months ago
maliming 8210f415fe
Enhance TimeZoneHelper with offset and validation 4 months ago
maliming 84cf25f17b
Refactor DateTime handling to use GetUtcOffset for accurate timezone adjustments in model binding and JSON converters 4 months ago
maliming 275b181fce
Enhance DateTime handling with timezone support in model binding and JSON converters 4 months ago
maliming 6f57ec4568
Add audit support for JSON property changes. 5 months ago
maliming 96a7303fc6
Revert "Add support and tests for entity history with JSON properties" 5 months ago
SALİH ÖZKARA 4d00ee9365 Add support and tests for entity history with JSON properties 5 months ago
maliming b06e8a9381
Refactor KeyedLock disposal logic and update tests 5 months ago
maliming d8441d7fc4
Add KeyedLock for per-key async locking and update local distributed lock 5 months ago
maliming 576ca219de
Make StaticDefinitionCache thread-safe and add tests 5 months ago
Ma Liming 0627ca18f1
Update framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs 5 months ago
Ma Liming 3371237c91
Update framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs 5 months ago
maliming 02bc0161f3
Add concurrency check for soft delete operations 5 months ago
maliming 00f0bc9636
Skip auditing for navigations with DisableAuditing attribute 5 months ago
maliming ddfaf82496
Add IsNullable property detection for PropertyInfo 5 months ago
maliming 08b539403f
Set AbpSqliteOptions.BusyTimeout to null in test modules 5 months ago
maliming 01713685b7
Set AbpSqliteOptions.BusyTimeout to null in test modules 5 months ago
Mark Cilia Vincenti 9db10bbd57 Cleaning 5 months ago
Mark Cilia Vincenti fcf835a8af Use frozen collections where suitable 5 months ago