9999 Commits (72571328c0fe6b93d714be8b3801a16d2f5ce3fb)

Author SHA1 Message Date
Enis Necipoglu a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput (#25155) 6 days ago
maliming 85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability 7 days ago
maliming e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x 7 days ago
maliming b21747c63b
Dispose HttpRequestMessage in tests 2 weeks ago
maliming 86b42e2613
Avoid double reflection call by passing effectiveMethod into ValidateActionArgumentsAsync 2 weeks ago
maliming d3d6915ddf
Address Copilot review: extract GetEffectiveMethodInfo helper and fix method resolution in ValidateActionArgumentsAsync 2 weeks ago
maliming 234c46aab8
Fix FluentValidation not working with ConventionalControllers 2 weeks ago
Enis Necipoglu 89f5f5f7bc
fix: avoid spacing for hidden MVC inputs (#25095) 2 weeks ago
maliming 46478acd14
fix: OIDC schema mismatch in SwaggerGen setup 3 weeks ago
maliming 1490b32e26
fix: only enable browser request streaming over HTTPS in Blazor WASM 3 weeks ago
maliming 4c20961b15
Rename constant and use InvariantCulture for cache key formatting 4 weeks ago
maliming b59fc27c1d
Extract GetHttpContextItemsCacheKey helper method 4 weeks ago
maliming ddf9b04b44
Include UI culture in the HttpContext.Items cache key 4 weeks ago
maliming 5f933a6afb
Fix cache key isolation by user identity in MvcCachedApplicationConfigurationClient 4 weeks ago
maliming dca0c1c359
Remove serialization of form data array in abpAjaxForm 1 month ago
maliming 0c273ad0bb
Add submitter data to FormData array on form submission 1 month ago
maliming 7941acfe65
Include submitter data in FormData on submit 1 month ago
maliming cde6c92bab
Recreate FormData after beforeSubmit mutates form 1 month ago
maliming ee47706de6
Refactor condition in IsCollectionGenericTypeInternal for clarity 1 month ago
maliming 4a1cf5f473
Reject non-generic collections and add tests 1 month ago
maliming 4bac0f1d76
Respect entity tracking by forcing AsTracking 1 month ago
maliming a881195b3b
refactor: streamline TickerQ initialization and enhance service access methods 1 month ago
maliming 23123df113
Update TickerQ package versions and refactor background job management 1 month ago
maliming ed0ad6408e
Make OIDC auth scheme configurable 1 month ago
maliming beccb8dd15
Add DateTimeOffset support and improve data grid value conversion 1 month ago
maliming c6c5f5d627
Refactor LookupExtensionProperty to nest Autocomplete within Validation component 1 month ago
Alvin So a9e7e86f97 fix: OIDC schema mismatch in SwaggerGen setup 1 month ago
ugurozturk 3c45933404 Improve FindAsync method to handle entity attachment and state management 1 month ago
maliming 24a3d12af7
feat: add Blazorise 2.0 migration guide and implement BlazoriseFluentSizingParse for dynamic sizing in DataGrid columns 1 month ago
maliming f212a639e1
Refactor TableColumn width property to string type and implement BlaoriseFluentSizingParse for dynamic sizing in DataGrid columns 1 month ago
maliming 2c37961d71
Upgrade to Blazorise 2.0. 1 month ago
maliming 488ba72f9e
fix: update type for ConfigurationAppService to interface 1 month ago
maliming 7b9673b807
Use static proxy to get `ApplicationConfiguration`. 1 month ago
copilot-swe-agent[bot] 257574173e Add unit tests for ToCamelCaseWithNamespace method 1 month ago
enisn f1da29e3bb
fix: Resolve JS proxy namespace mismatch for multi-segment company names 1 month ago
maliming fa492e027d
Add authorization support with policies and roles in API description models 1 month ago
Nico Lachmuth 6f5e2df26a fix missing optional param init 2 months ago
Nico Lachmuth 86c393070c add required policy to ActionApiDescriptionModel 2 months ago
maliming 37d3a692d0
Add tests for navigation change detection 2 months ago
maliming d0130a7537
Reset navigation IsModified flags and clear on UoW 2 months ago
maliming 9133ce97e2
refactor: make GetRemoteConfigurationAsync and Get methods virtual for extensibility 2 months ago
maliming 5eddbb9224
update localization test to use current UI culture and handle concurrent requests 2 months ago
maliming bf397757a7
improve culture compatibility checks and handle task exceptions in MvcCachedApplicationConfigurationClient 2 months ago
maliming a0aa7469df
Concurrently retrieving configuration/localization info in `MvcCachedApplicationConfigurationClient`. 2 months ago
Jack Fistelmann 9e00d9a255 fix(): german translation for tenant related strings 2 months ago
maliming a475272eb5
Implement role-based permission management and admin role checks 2 months ago
maliming ab61c633a1
Increase max full-name length limits to 512 2 months ago
maliming 288cef2940
Refactor AbpAppPath method to include null checks and streamline script generation 2 months ago
maliming bdac30bc14
Add AbpAppPath extension method and update appPath handling in Swagger UI scripts 2 months ago
maliming eacc2d771c
SetBrowserRequestStreamingEnabled in wasm mode. 2 months ago