maliming
af7e6e6f32
Merge branch 'dev' into auto-merge/rel-10-2/4435
6 months 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
6 months ago
Engincan VESKE
155f0ca5b5
Merge pull request #25105 from abpframework/fix/fluent-validation-conventional-controllers
Fix FluentValidation not working with `ConventionalControllers`
6 months ago
Volosoft Agent
f7e202c2fd
Merge pull request #25107 from abpframework/auto-merge/rel-10-2/4433
Merge branch dev with rel-10.2
6 months 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
6 months ago
Enis Necipoglu
e94aa4fb9a
Merge pull request #25097 from abpframework/EngincanV/update-maui-docs
Update maui document to mention adb tool
6 months ago
maliming
b21747c63b
Dispose HttpRequestMessage in tests
6 months ago
maliming
86b42e2613
Avoid double reflection call by passing effectiveMethod into ValidateActionArgumentsAsync
6 months 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.
6 months 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
6 months ago
Volosoft Agent
8b3a7b9e90
Merge pull request #25104 from abpframework/auto-merge/rel-10-2/4431
Merge branch dev with rel-10.2
6 months ago
Enis Necipoglu
0861612fa6
Merge pull request #25098 from abpframework/issue/bs-dependency-requirement
Blazor - Adding `popper.js` dependency for bootstrap package
6 months 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
6 months 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
6 months 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.
6 months ago
Engincan VESKE
3b1dde1cf4
Merge pull request #25099 from abpframework/EngincanV/ai-management-article
Community Article - OpenAI Compatible Endpoints
6 months ago
github-actions[bot]
c53e4a360c
Optimised images with calibre/image-actions
6 months ago
Volosoft Agent
3c198b06f5
Merge pull request #25102 from abpframework/auto-merge/rel-10-2/4430
Merge branch dev with rel-10.2
6 months ago
Engincan VESKE
97ba254400
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
6 months ago
Engincan VESKE
0b73a2e5bc
Merge pull request #25100 from abpframework/10.2-docs-rag-enhancements
Add Ollama setup and model pull instructions
6 months ago
github-actions[bot]
9b8cc67738
Optimised images with calibre/image-actions
6 months ago
maliming
a8715be870
Fix grammar and add version availability note
6 months ago
github-actions[bot]
3c5157d63c
Optimised images with calibre/image-actions
6 months ago
maliming
3d35042d11
Add community article: Shared User Accounts in ABP Multi-Tenancy
Resolves #25034
6 months ago
Enis Necipoglu
22ccdb1641
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
6 months 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.
6 months ago
github-actions[bot]
47246f5ae9
Optimised images with calibre/image-actions
6 months ago
Engincan VESKE
fc054980c4
add openai-compatible endpoint in action gif to article
6 months ago
Engincan VESKE
da5c099afd
Create POST.md
6 months ago
sumeyye
300f33eb9c
update: add popper.js dependency for bootstrap package
6 months ago
Engincan VESKE
bc4bc6f7b5
Merge pull request #25091 from abpframework/upgrade-tickerq-10.2.0
Upgrade TickerQ packages to 10.2.0 and add helper to
6 months ago
Engincan VESKE
0e61d85331
Update maui document to mention adb tool
6 months ago
Volosoft Agent
af4bee9ae4
Merge pull request #25096 from abpframework/auto-merge/rel-10-2/4429
Merge branch dev with rel-10.2
6 months ago
Enis Necipoglu
89f5f5f7bc
fix: avoid spacing for hidden MVC inputs ( #25095 )
* fix: avoid spacing for hidden MVC inputs
* fix: preserve MVC input tag helper extensibility
* refactor: simplify hidden input spacing fix using context.Items
---------
Co-authored-by: maliming <malimings@gmail.com>
6 months ago
Volosoft Agent
d8cf03a714
Merge pull request #25093 from abpframework/auto-merge/rel-10-2/4428
Merge branch dev with rel-10.2
6 months ago
Volosoft Agent
556f78ed5e
Merge pull request #25086 from abpframework/auto-merge/rel-10-1/4427
Merge branch rel-10.2 with rel-10.1
6 months ago
Ma Liming
2b3a5d9624
Merge branch 'rel-10.2' into auto-merge/rel-10-1/4427
6 months ago
maliming
5eaffd2bf2
Simplify AbpTickerQFunctionProvider and add input validation to AddFunction
6 months ago
maliming
f0228f007a
Add AddFunction helper to AbpTickerQFunctionProvider and use named tuple fields
6 months ago
github-actions[bot]
e246cf4cab
docs: update package version changes [skip ci]
6 months ago
maliming
956e0ef882
Revert package-version-changes.md
6 months ago
maliming
bb7159f0ed
Update package-version-changes.md with PR number #25091
6 months ago
maliming
d6008c59fb
Upgrade TickerQ packages to 10.2.0
6 months ago
Ma Liming
fdcd6fe60c
Merge pull request #25088 from abpframework/copilot/add-example-for-entity-cache
Add `FindManyAsync`/`GetManyAsync` to `IEntityCache` and extract `MapToValue` virtual method
6 months ago
maliming
08c6521a59
Use generic EntityNotFoundException<TEntity> in GetManyAsync for consistency with GetAsync
6 months ago
maliming
81d34da46c
Refactor entity cache to use decimal for price and enhance FindManyAsync/GetManyAsync to handle duplicate IDs
6 months ago
maliming
c762a652be
Add example for custom entity cache implementation and replace functionality
6 months ago
copilot-swe-agent[bot]
8a0b5c2d4c
Add GetManyAsync/FindManyAsync to IEntityCache and extract MapToValue virtual method
Co-authored-by: hikalkan <1210527+hikalkan@users.noreply.github.com>
6 months ago
copilot-swe-agent[bot]
602b1c62d7
Initial plan
6 months ago
Fahri Gedik
60d7b2f084
Merge pull request #25085 from abpframework/issue/25081
Angular - Aligning the vite version
6 months ago