9456 Commits (dbf3d60decd51ace43bf68b8f72159f31c444b95)

Author SHA1 Message Date
maliming a39ec69d12
Address Copilot review feedback 3 months ago
maliming a7610e51cb
fix: blazor `<AbpStyles>`/`<AbpScripts>` lose `PathBase` for `WebAssemblyStyleFiles`/`WebAssemblyScriptFiles` 3 months ago
maliming 6675411e2e
Address Copilot review feedback 3 months ago
maliming c27820d3bd
fix: blazor `<AbpStyles>`/`<AbpScripts>` ignore PathBase 3 months ago
maliming 7819e602ff
Detect EF Core database provider by keyword match 3 months ago
maliming 80d8cf111c
fix(mvc): skip abpAjaxForm submission when default is already prevented 3 months ago
maliming a25e94fe23
Address Copilot review: fix nullability and add whitespace tests 3 months ago
maliming 39bd3f0854
Do not short-circuit tenant resolver chain when query string tenant value is blank 3 months ago
maliming 7cfa641bef
Catch CliUsageException specifically in IsValidNpmPackageName 3 months ago
maliming c8149d8397
Tighten version regex, centralize package name validation, handle null, and add version tests 3 months ago
maliming 34cafde444
Add version validation, sanitize log output, and use CliUsageException 3 months ago
maliming 3ad44cb5a8
Implement npm package name validation and add tests for it 3 months ago
maliming f2d7070f86
Add --ignore-scripts flag to npm/yarn commands in ABP CLI 3 months ago
maliming 4f204fafa9
Upgrade Scriban to 7.0.0 to fix security vulnerabilities 4 months ago
Enis Necipoglu a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput (#25155) 4 months ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 4 months ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 4 months ago
maliming 86b42e2613
Avoid double reflection call by passing effectiveMethod into ValidateActionArgumentsAsync 4 months ago
maliming d3d6915ddf
Address Copilot review: extract GetEffectiveMethodInfo helper and fix method resolution in ValidateActionArgumentsAsync 4 months ago
maliming 234c46aab8
Fix FluentValidation not working with ConventionalControllers 4 months ago
Enis Necipoglu 89f5f5f7bc
fix: avoid spacing for hidden MVC inputs (#25095) 4 months ago
maliming 46478acd14
fix: OIDC schema mismatch in SwaggerGen setup 4 months ago
maliming 1490b32e26
fix: only enable browser request streaming over HTTPS in Blazor WASM 4 months ago
maliming 4c20961b15
Rename constant and use InvariantCulture for cache key formatting 5 months ago
maliming b59fc27c1d
Extract GetHttpContextItemsCacheKey helper method 5 months ago
maliming ddf9b04b44
Include UI culture in the HttpContext.Items cache key 5 months ago
maliming 5f933a6afb
Fix cache key isolation by user identity in MvcCachedApplicationConfigurationClient 5 months ago
maliming dca0c1c359
Remove serialization of form data array in abpAjaxForm 5 months ago
maliming 0c273ad0bb
Add submitter data to FormData array on form submission 5 months ago
maliming 7941acfe65
Include submitter data in FormData on submit 5 months ago
maliming cde6c92bab
Recreate FormData after beforeSubmit mutates form 5 months ago
maliming ee47706de6
Refactor condition in IsCollectionGenericTypeInternal for clarity 5 months ago
maliming 4a1cf5f473
Reject non-generic collections and add tests 5 months ago
maliming 4bac0f1d76
Respect entity tracking by forcing AsTracking 5 months ago
maliming a881195b3b
refactor: streamline TickerQ initialization and enhance service access methods 5 months ago
maliming 23123df113
Update TickerQ package versions and refactor background job management 5 months ago
maliming ed0ad6408e
Make OIDC auth scheme configurable 5 months ago
maliming beccb8dd15
Add DateTimeOffset support and improve data grid value conversion 5 months ago
maliming c6c5f5d627
Refactor LookupExtensionProperty to nest Autocomplete within Validation component 5 months ago
Alvin So a9e7e86f97 fix: OIDC schema mismatch in SwaggerGen setup 5 months ago
ugurozturk 3c45933404 Improve FindAsync method to handle entity attachment and state management 5 months ago
maliming 24a3d12af7
feat: add Blazorise 2.0 migration guide and implement BlazoriseFluentSizingParse for dynamic sizing in DataGrid columns 5 months ago
maliming f212a639e1
Refactor TableColumn width property to string type and implement BlaoriseFluentSizingParse for dynamic sizing in DataGrid columns 5 months ago
maliming 2c37961d71
Upgrade to Blazorise 2.0. 5 months ago
maliming 488ba72f9e
fix: update type for ConfigurationAppService to interface 5 months ago
maliming 7b9673b807
Use static proxy to get `ApplicationConfiguration`. 5 months ago
enisn f1da29e3bb
fix: Resolve JS proxy namespace mismatch for multi-segment company names 5 months ago
maliming fa492e027d
Add authorization support with policies and roles in API description models 5 months ago
Nico Lachmuth 6f5e2df26a fix missing optional param init 5 months ago
Nico Lachmuth 86c393070c add required policy to ActionApiDescriptionModel 5 months ago