maliming
54f1241099
Allow publishing dynamic events without local subscribers, use IJsonSerializer for ConvertDynamicEventData
- Remove "Unknown event name" exception from all providers and LocalEventBus
to match typed PublishAsync behavior (no handler = silent, not exception)
- Use ABP's IJsonSerializer instead of System.Text.Json for ConvertDynamicEventData
to respect configured JSON serialization options
1 week ago
maliming
b51ee74653
Remove unused System.Text.Json using from Azure and Kafka providers, remove dead IsDynamicEvent method from Dapr provider
1 week ago
maliming
3658bf3a49
Remove `DistDemoApp`.
1 week ago
maliming
ca9b3c54db
refactor: Remove dynamic event support from Dapr distributed event bus implementation
1 week ago
maliming
20d85a44bb
fix: Add missing newlines at the end of several files in the event bus implementation
1 week ago
maliming
29dee66e90
refactor: Update DynamicEventData handling and improve documentation across event bus implementations
1 week ago
maliming
fb6f4722ff
refactor: Replace AnonymousEventData with DynamicEventData across the event bus implementation
1 week ago
maliming
ec9db61b06
Merge branch 'dev' into issue-24918-event-bus
1 week ago
Halil İbrahim Kalkan
c7ef58a370
Merge pull request #25090 from abpframework/feature/entity-cache-dictionary-methods
Add `FindManyAsDictionaryAsync`/`GetManyAsDictionaryAsync` to `IEntityCache` and add `notnull` constraint to `TKey`
2 weeks ago
Halil İbrahim Kalkan
c3cb80a34d
Merge pull request #25092 from abpframework/remove-operation-rate-limiting-from-framework
Remove Operation Rate Limiting from framework
2 weeks ago
Engincan VESKE
8fee34c641
Merge pull request #25114 from abpframework/bump/mongodb-driver-3.7.1
bump MongoDB.Driver to 3.7.1
2 weeks ago
Ma Liming
218aa0f1c0
Merge pull request #25113 from scrapstation/dev
fix: rabbitmq jobQueue expiration parameter format
2 weeks ago
maliming
459d5e4803
fix: skip delayed queue when delay is zero or negative
2 weeks ago
maliming
cbb86f04c4
fix: clamp RabbitMQ expiration TTL to 0 instead of 1
2 weeks ago
maliming
817066b097
fix: use ceiling rounding for RabbitMQ message expiration TTL
2 weeks ago
github-actions[bot]
684cf983a1
docs: update package version changes [skip ci]
2 weeks ago
maliming
6ec3c3aa72
bump MongoDB.Driver to 3.7.1
2 weeks ago
Liu Ke
bbebdf5bac
fix: rabbitmq jobQueue expiration parameter format
2 weeks ago
Volosoft Agent
86583333e7
Merge pull request #25112 from abpframework/auto-merge/rel-10-2/4436
Merge branch dev with rel-10.2
2 weeks ago
selman koc
7bc2d83778
Merge branch 'dev' into auto-merge/rel-10-2/4436
2 weeks ago
Alper Ebiçoğlu
1b966ae50a
Merge pull request #25111 from abpframework/skoc10-patch-3
Update version to release 10.2.0-rc.3
2 weeks ago
selman koc
9bbc807d47
Update version to release 10.2.0-rc.3
2 weeks ago
Ma Liming
b6d13cb173
Merge pull request #25109 from abpframework/auto-merge/rel-10-2/4435
Merge branch dev with rel-10.2
2 weeks ago
maliming
af7e6e6f32
Merge branch 'dev' into auto-merge/rel-10-2/4435
2 weeks ago
Volosoft Agent
8577eb22a8
Merge pull request #25108 from abpframework/auto-merge/rel-10-1/4434
Merge branch rel-10.2 with rel-10.1
2 weeks ago
Engincan VESKE
155f0ca5b5
Merge pull request #25105 from abpframework/fix/fluent-validation-conventional-controllers
Fix FluentValidation not working with `ConventionalControllers`
2 weeks ago
Volosoft Agent
f7e202c2fd
Merge pull request #25107 from abpframework/auto-merge/rel-10-2/4433
Merge branch dev with rel-10.2
2 weeks ago
Volosoft Agent
ba0245e252
Merge pull request #25106 from abpframework/auto-merge/rel-10-1/4432
Merge branch rel-10.2 with rel-10.1
2 weeks ago
Enis Necipoglu
e94aa4fb9a
Merge pull request #25097 from abpframework/EngincanV/update-maui-docs
Update maui document to mention adb tool
2 weeks 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
Extract override method resolution logic into a reusable GetEffectiveMethodInfo helper to avoid duplication.
Use the resolved override method in ValidateActionArgumentsAsync so that IMethodInvocationValidator validates
against the concrete method on the controller type, not the base method from ActionDescriptor.
Remove unused imports in FluentValidationTestAppService_Tests.
2 weeks ago
maliming
234c46aab8
Fix FluentValidation not working with ConventionalControllers
When Application Services are registered via ConventionalControllers.Create(),
their types are added to DynamicProxyIgnoreTypes, which disables the
ValidationInterceptor. The AbpValidationActionFilter only checked ModelState
(DataAnnotations), so FluentValidation rules were never executed.
Add IValidationEnabled check in AbpValidationActionFilter to call
IMethodInvocationValidator for conventional controllers, enabling
FluentValidation support without duplicating validation for regular controllers.
Resolve #23457
2 weeks ago
Volosoft Agent
8b3a7b9e90
Merge pull request #25104 from abpframework/auto-merge/rel-10-2/4431
Merge branch dev with rel-10.2
2 weeks ago
Enis Necipoglu
0861612fa6
Merge pull request #25098 from abpframework/issue/bs-dependency-requirement
Blazor - Adding `popper.js` dependency for bootstrap package
2 weeks ago
Engincan VESKE
57231a9b77
Merge pull request #25101 from abpframework/community-article/shared-user-accounts
Add community article: Shared User Accounts in ABP Multi-Tenancy
2 weeks ago
Berkan Sasmaz
69b48a127b
Merge pull request #25103 from abpframework/EngincanV-patch-1
Update docs/en/Community-Articles/2026-03-17-OpenAI-Compatible-Endpoints/POST.md
2 weeks ago
Engincan VESKE
f021af593f
Enhance POST.md with demo and integration details
Added a demo section showcasing the integration of AnythingLLM with ABP and its OpenAI-compatible endpoints. Enhanced clarity on workspace routing and configuration.
2 weeks ago
Engincan VESKE
3b1dde1cf4
Merge pull request #25099 from abpframework/EngincanV/ai-management-article
Community Article - OpenAI Compatible Endpoints
2 weeks ago
github-actions[bot]
c53e4a360c
Optimised images with calibre/image-actions
2 weeks ago
Volosoft Agent
3c198b06f5
Merge pull request #25102 from abpframework/auto-merge/rel-10-2/4430
Merge branch dev with rel-10.2
2 weeks ago
Engincan VESKE
97ba254400
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2 weeks ago
Engincan VESKE
0b73a2e5bc
Merge pull request #25100 from abpframework/10.2-docs-rag-enhancements
Add Ollama setup and model pull instructions
2 weeks ago
github-actions[bot]
9b8cc67738
Optimised images with calibre/image-actions
2 weeks ago
maliming
a8715be870
Fix grammar and add version availability note
2 weeks ago
github-actions[bot]
3c5157d63c
Optimised images with calibre/image-actions
2 weeks ago
maliming
3d35042d11
Add community article: Shared User Accounts in ABP Multi-Tenancy
Resolves #25034
2 weeks ago
Enis Necipoglu
22ccdb1641
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2 weeks ago
enisn
6af345610b
Add Ollama setup and model pull instructions
Add IMPORTANT notes explaining that the Ollama server must be installed and running and that models referenced by a workspace must be pulled locally before configuring. Include example commands (e.g. ollama pull llama3.2 and ollama pull nomic-embed-text) and note that nomic-embed-text is embedding-only. Also add a similar reminder in the RAG section to pull both chat and embedding models when using Ollama.
2 weeks ago
github-actions[bot]
47246f5ae9
Optimised images with calibre/image-actions
2 weeks ago