10117 Commits (2bbf8d6edf7686cc4ecd7928fa42f59f8066b984)

Author SHA1 Message Date
maliming d3d6915ddf
Address Copilot review: extract GetEffectiveMethodInfo helper and fix method resolution in ValidateActionArgumentsAsync 1 month ago
maliming 234c46aab8
Fix FluentValidation not working with ConventionalControllers 1 month ago
Enis Necipoglu 89f5f5f7bc
fix: avoid spacing for hidden MVC inputs (#25095) 1 month ago
maliming 5eaffd2bf2
Simplify AbpTickerQFunctionProvider and add input validation to AddFunction 1 month ago
maliming f0228f007a
Add AddFunction helper to AbpTickerQFunctionProvider and use named tuple fields 1 month ago
maliming d6008c59fb
Upgrade TickerQ packages to 10.2.0 1 month ago
maliming 43d3c60d79
Fix nondeterministic exception order in GetManyAsDictionaryAsync and fix doc return type description 1 month ago
maliming 8240e01060
Add FindManyAsDictionaryAsync/GetManyAsDictionaryAsync to IEntityCache and add notnull constraint to TKey 1 month ago
maliming ff72b07724
Remove Operation Rate Limiting from framework 1 month ago
maliming 08c6521a59
Use generic EntityNotFoundException<TEntity> in GetManyAsync for consistency with GetAsync 1 month ago
maliming 81d34da46c
Refactor entity cache to use decimal for price and enhance FindManyAsync/GetManyAsync to handle duplicate IDs 1 month ago
maliming c762a652be
Add example for custom entity cache implementation and replace functionality 1 month ago
copilot-swe-agent[bot] 8a0b5c2d4c Add GetManyAsync/FindManyAsync to IEntityCache and extract MapToValue virtual method 1 month ago
maliming 9664b686be
Add ConfigurePolicy and ClearRules to OperationRateLimiting 1 month ago
maliming a682d811f3
fix: address Copilot review issues in OpenIddict JWKS demo app and CLI command 1 month ago
maliming 46478acd14
fix: OIDC schema mismatch in SwaggerGen setup 1 month ago
maliming 38d9073b85
Add JWKS private key and public key set for OpenIddict integration 1 month ago
SALİH ÖZKARA ebb5fae17a Validate schedules and replace dynamic workers 1 month ago
SALİH ÖZKARA b9a265a831 Defer dynamic handler registration and fix outcomes 1 month ago
maliming 1490b32e26
fix: only enable browser request streaming over HTTPS in Blazor WASM 1 month ago
SALİH ÖZKARA 15202a910c Add dynamic worker remove/update APIs 1 month ago
SALİH ÖZKARA dcf08ec627 Add dynamic background worker support 1 month ago
SALİH ÖZKARA 38dad060cf Update LocalDistributedEventBus.cs 1 month ago
SALİH ÖZKARA fb47069209 Unify anonymous event handling across buses 1 month ago
SALİH ÖZKARA 0b40f2c0f1 Use Abp.AnonymousJob name and add validation 1 month ago
SALİH ÖZKARA ffa880b5fc Use AnonymousJobExecutionContext for anonymous jobs 1 month ago
SALİH ÖZKARA 318c40a0ee Get handler types safely and change anon conversion 1 month ago
SALİH ÖZKARA 07ee70f085 Handle JSON case variants in background jobs 1 month ago
SALİH ÖZKARA de1dc75f58 Add logging and improve anonymous job naming 1 month ago
SALİH ÖZKARA 2c6e3b565a Move anonymous job executor; normalize TickerQ args 1 month ago
SALİH ÖZKARA c0c0b44afd Update QuartzJobExecutionAdapter.cs 1 month ago
SALİH ÖZKARA 721dbe0f9b Refactor anonymous event handling and subscriptions 1 month ago
SALİH ÖZKARA 67904ae2e4 Add anonymous background job support 1 month ago
SALİH ÖZKARA c43458ac0e Add dynamic background job support 1 month ago
SALİH ÖZKARA e615b31924 Serialize mismatched args before enqueue 1 month ago
SALİH ÖZKARA 2536c5afe6 Support EnqueueAsync by job name 1 month ago
maliming 68ac1cee60
feat: Enhance XmlDocumentationProvider and related classes for improved XML documentation handling and caching 1 month ago
maliming 60ff0218ec
feat: Refactor API scripting and model provider to support asynchronous operations 1 month ago
maliming 88b3b5d6e3
feat: Enhance XmlDocumentationProvider with XML tag processing and add unit tests 1 month ago
maliming 778abc8aaa
feat: Refactor API documentation handling to support asynchronous operations 1 month ago
maliming 5b1f3e8304
feat: Refactor operation rate limiting methods for simplified parameter handling and add extension methods 2 months ago
maliming 76b279c6ac
feat: Enhance operation rate limiting with permanent denial error codes 2 months ago
maliming 471697841d
feat: enhance operation rate limiting with current count tracking and reset behavior 2 months ago
maliming 773252b44a
feat: implement early break in Phase 2 for multi-rule policies and add corresponding tests 2 months ago
maliming fdda4da461
fix: update RetryAfter handling to return null for ban policies and add custom resolver null check 2 months ago
maliming 40bc80ab05
fix: update OperationRateLimit to OperationRateLimiting in project references 2 months ago
maliming 46b283e338
refactor: update partition key handling to support async resolution in operation rate limiting 2 months ago
maliming b92eda2419
Rename Volo.Abp.OperationRateLimit to Volo.Abp.OperationRateLimiting 2 months ago
maliming c67db4ff15
refactor: remove IClientIpAddressProvider and replace with IWebClientInfoProvider in operation rate limiting 2 months ago
maliming 4c3448be32
refactor: improve operation rate limit rule handling and add multi-tenancy support in policy builder tests 2 months ago