9854 Commits (f51cfdcd0bcbb01944a3cb6ca7da7e12247ddeec)

Author SHA1 Message Date
maliming 6f9cb01ef4
Prevent double-submit in mud Create/Update Entity actions 3 months ago
maliming da37d5f8a2
Fix NRE in batch state checker on fresh ExecutionContext 4 months ago
maliming 9ee427e8a8
Disable conventional registration of InMemoryDynamicBackgroundWorker 4 months ago
maliming dd3e9697d4
Make AppendAriaDescribedby case-insensitive and split on all HTML whitespace 4 months ago
maliming 19c4e2989a
Append aria-describedby tokens instead of overwriting 4 months ago
maliming a8060b9566
Guard aria-describedby and InfoText id against missing/empty input id 4 months ago
maliming f1df827ec9
Fix aria-describedby wiring and align abp-input/abp-select form-text rendering 4 months ago
maliming 4c58ca165f
Render abp-select info as <div class="form-text"> with aria-describedby 4 months ago
maliming aa3baa63bb
Address Copilot review: wrap Clicked.InvokeAsync method group in lambda 4 months ago
maliming 2bb8c439cf
Wrap MudBlazor UI calls with InvokeAsync to fix Dispatcher race in InteractiveServer mode 4 months ago
maliming a39ec69d12
Address Copilot review feedback 4 months ago
maliming a7610e51cb
fix: blazor `<AbpStyles>`/`<AbpScripts>` lose `PathBase` for `WebAssemblyStyleFiles`/`WebAssemblyScriptFiles` 4 months ago
maliming 6675411e2e
Address Copilot review feedback 4 months ago
maliming c27820d3bd
fix: blazor `<AbpStyles>`/`<AbpScripts>` ignore PathBase 4 months ago
maliming e4ccf01d23
address copilot review: wait for stale channel release before disposal; add barrier timeouts in tests 4 months ago
maliming 61f9fb278c
address copilot review: dispose stale channel even when recreate fails 4 months ago
maliming 27edcf5691
address copilot review: dispose stale channel outside lock; async delay in tests 4 months ago
maliming 4286e3f581
fix: use netstandard-compatible TryRemove overload in ChannelPool 4 months ago
maliming ba4c0bd3d6
feat: add RabbitMQ tests and improve channel pool handling 4 months ago
Liu Ke 104b4d0a94 fix(#25310): revent hanging when acquiring closed channel after rabbitmq restart 4 months ago
maliming 7819e602ff
Detect EF Core database provider by keyword match 4 months ago
Engincan VESKE 6bf1905d36
Update framework/src/Volo.Abp.VirtualFileSystem/Volo/Abp/VirtualFileSystem/VirtualFileSetListExtensions.cs 4 months ago
Engincan VESKE 5e12a1a250 Revert "Pass ExclusionFilters to ReplaceEmbeddedByPhysical for letting developers define which files should be included or excluded" 4 months ago
Engincan VESKE 46ea66285e Pass ExclusionFilters to ReplaceEmbeddedByPhysical for letting developers define which files should be included or excluded 4 months ago
Engincan VESKE 6c41530e1e Pass ExclusionFilters to ReplaceEmbeddedByPhysical for letting developers define which files should be included or excluded 4 months ago
maliming 6505dc0d20
Optimize batch state checker model lookup from O(N²) to O(N) 4 months ago
maliming c43237403c
Add batch feature checking support with RequireFeaturesSimpleBatchStateChecker 4 months ago
maliming 3c52892db0
Add early-exit guard for states with no non-batch checkers in batch path 4 months ago
maliming b255437a04
Resolve global state checkers from evaluation scope for consistency 4 months ago
maliming 729b4de7d3
Improve batch state checker performance by sharing a single DI scope 4 months ago
maliming 02c7dae2a1
Use TruncateWithPostfix for JSON truncation in FormatDataValue 4 months ago
maliming aa3c7723f0
Fix truncation length and strengthen fallback test assertion 4 months ago
maliming 262543a9e4
Add truncation for large JSON output and fallback test coverage 4 months ago
maliming ff6e407e4c
Serialize complex objects in exception data logging 4 months ago
maliming 80d8cf111c
fix(mvc): skip abpAjaxForm submission when default is already prevented 4 months ago
maliming 979e56267e
Increase AbpMemoryPoolHttpResponseStreamWriterFactory buffer size from 32KB to 256KB 4 months ago
maliming c3b461aa7c
feat: update MudBlazor bundling and enhance email settings UI components 4 months ago
maliming fbe76c3d84
Fix KeyValuePair deconstruction for netstandard2.0 compatibility 4 months ago
maliming 67ebd58f22
Improve performance for application-configuration with large number of permissions 4 months ago
maliming 4a6af1d10d
refactor: remove unused resource variable and update test to exclude parent cultures 4 months ago
maliming 9c5015b8ec
Refactor localization dictionary handling and improve test cases for split localization files 4 months ago
maliming f7c22b4123
Refactor localization handling and improve test coverage for split localization files 4 months ago
Anton Gritsenko 67f523e454 Add support for multiple localization files with same culture 4 months ago
maliming 040a1e7f92
Extract DisablePropertyInjection check to avoid duplication 4 months ago
maliming c377fd9544
Refactor InitLogger to flush all categories and address review feedback 4 months ago
maliming 36691ec106
Refactor logging mechanism and enhance orphan module warning tests 4 months ago
maliming 6ccb0ad689
Add warning for ABP modules not in the [DependsOn] chain 4 months ago
maliming e0d7c81d21
feat: implement culture-aware login redirection and update login URL handling 4 months ago
maliming 49a4aabe78
feat: enhance sorting functionality by mapping SortBy func references to property names 5 months ago
maliming 27f644dabd
feat: standardize dialog options across various components for consistency 5 months ago