Alper Ebiçoğlu
f3ddff9c1d
Update Post.md
4 months ago
Ebicoglu
6675dee033
Merge branch 'dev' of https://github.com/abpframework/abp into dev
4 months ago
Volosoft Agent
1a27dcb7be
Merge pull request #25290 from abpframework/auto-merge/rel-10-3/4508
Merge branch dev with rel-10.3
4 months ago
Yağmur Çelik
e19345ec67
Merge pull request #25286 from abpframework/issue-22171
Fix localization for `SavedSuccessfully` in feature management MVC notification
4 months ago
Ebicoglu
3cc00144dd
Update cover.png
4 months ago
Alper Ebiçoğlu
d0f7ce05eb
Update Post.md
4 months ago
Alper Ebiçoğlu
f38cbd7922
Update Post.md
4 months ago
Ebicoglu
07b18e582e
Add 2026 AI coding models ranking article
Add a new community article 'Top AI Coding Models in 2026' under docs/en/Community-Articles, including Post.md with rankings, analysis, usage guidance (GPT-5, Claude 4, Gemini 2.5, Mistral Code, Code Llama 3) and ABP integration notes. Also add accompanying images (cover.png, pic1.jpg, pic2.png).
4 months ago
Volosoft Agent
cb1c867082
Merge pull request #25289 from abpframework/auto-merge/rel-10-3/4507
Merge branch dev with rel-10.3
4 months ago
selman koc
bda14065ae
Merge pull request #25288 from abpframework/fix-25287-cli-ai-options-docs
docs: add missing AI options to CLI page
4 months ago
enisn
be0c701700
docs: add missing AI options to CLI page
4 months ago
Volosoft Agent
987a3cf844
Merge pull request #25285 from abpframework/auto-merge/rel-10-3/4506
Merge branch dev with rel-10.3
4 months ago
maliming
7bf7efd64b
Add AbpUiResource as base for AbpFeatureManagementResource in Web module
4 months ago
Gizem Mutu Kurt
1c65b29b4e
Merge pull request #25277 from abpframework/EngincanV/10-3-post-docs
Add blog post for ABP 10.3 stable release and update release notes
4 months ago
Gizem Mutu Kurt
9fa87b0d8f
Merge pull request #25282 from abpframework/skoc10-patch-3
Add new version 10.3.0 to latest-versions.json
4 months ago
Ma Liming
859e4ddc29
Merge pull request #25284 from abpframework/EngincanV/vfs-exclusion-filters
Pass ExclusionFilters to ReplaceEmbeddedByPhysical for letting developers define which files should be included or excluded
4 months ago
Engincan VESKE
6bf1905d36
Update framework/src/Volo.Abp.VirtualFileSystem/Volo/Abp/VirtualFileSystem/VirtualFileSetListExtensions.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 months ago
Engincan VESKE
46ea66285e
Pass ExclusionFilters to ReplaceEmbeddedByPhysical for letting developers define which files should be included or excluded
Add an optional ExclusionFilters parameter (default: ExclusionFilters.Sensitive) to ReplaceEmbeddedByPhysical and forward it to the PhysicalFileProvider constructor when creating PhysicalVirtualFileSetInfo. This lets callers control which files are excluded when replacing embedded virtual file sets with physical directories.
4 months ago
Volosoft Agent
fdc6d309d3
Merge pull request #25283 from abpframework/auto-merge/rel-10-3/4505
Merge branch dev with rel-10.3
4 months ago
Engincan VESKE
366c257359
Merge pull request #25281 from abpframework/fix/use-ls-remote-for-tag-check
Use `git ls-remote` instead of `git tag -l` for tag check
4 months ago
maliming
06e1d551d2
Handle git ls-remote error codes explicitly
4 months ago
maliming
d9672968d4
Use exact ref path and --exit-code for git ls-remote tag check
4 months ago
selman koc
f178da1dc1
Add new version 10.3.0 to latest-versions.json
4 months ago
maliming
fc86247ce8
Use git ls-remote instead of git tag -l for tag existence check
4 months ago
Volosoft Agent
277045118f
Merge pull request #25280 from abpframework/auto-merge/rel-10-3/4504
Merge branch dev with rel-10.3
4 months ago
Engincan VESKE
9b381fab4b
Merge pull request #25279 from abpframework/upgrade/system-security-cryptography-xml-10.0.6
Upgrade `System.Security.Cryptography.Xml` to 10.0.6
4 months ago
Gizem Mutu Kurt
86c281e517
Merge pull request #25251 from abpframework/skoc10-patch-3
Add new version entry for 10.2.1
4 months ago
maliming
b0517bc771
Fix fetch-tags in dependency change detector workflow
4 months ago
github-actions[bot]
7b07ac3204
docs: update package version changes [skip ci]
4 months ago
Ma Liming
895b8d670c
Update package version from 10.3.0 to 10.3.1
4 months ago
github-actions[bot]
13465d8730
docs: update package version changes [skip ci]
4 months ago
maliming
9d46030cb7
Bump patch version in dependency change detector when tag exists
4 months ago
github-actions[bot]
b90ee165c6
docs: update package version changes [skip ci]
4 months ago
maliming
334ef60b3b
Update package version changes for 10.3.1
4 months ago
github-actions[bot]
f27b91c11c
docs: update package version changes [skip ci]
4 months ago
maliming
6cadf65979
Upgrade System.Security.Cryptography.Xml to 10.0.6
Fix CVE-2026-26171 (GHSA-w3x6-4m5h-cxqf) high severity vulnerability
4 months ago
github-actions[bot]
644a2ba36d
Optimised images with calibre/image-actions
4 months ago
Engincan VESKE
3300a03969
update release-notes & roadmap
4 months ago
Engincan VESKE
55621ecb1d
Add ABP 10.3 stable release blog post
Made-with: Cursor
4 months ago
Engincan VESKE
b42b4a629d
Merge pull request #25267 from abpframework/fix/exception-data-logging-format
Serialize complex objects in exception data logging
4 months ago
Volosoft Agent
47ede1dc0a
Merge pull request #25275 from abpframework/auto-merge/rel-10-3/4503
Merge branch dev with rel-10.3
4 months ago
Volosoft Agent
fe8a39dc32
Merge pull request #25274 from abpframework/auto-merge/rel-10-2/4502
Merge branch rel-10.3 with rel-10.2
4 months ago
Engincan VESKE
2e5051764b
Merge pull request #25260 from abpframework/fix/abp-ajax-form-check-default-prevented
fix(mvc): skip `abpAjaxForm` submission when default is already prevented
4 months ago
Volosoft Agent
26375e91ca
Merge pull request #25273 from abpframework/auto-merge/rel-10-3/4501
Merge branch dev with rel-10.3
4 months ago
voloagent
27a5583fa0
Update_NPM_Packages
4 months ago
maliming
f3042d42f5
Fix culture-sensitive DateTime assertion in test
4 months ago
maliming
02c7dae2a1
Use TruncateWithPostfix for JSON truncation in FormatDataValue
4 months ago
maliming
aa3c7723f0
Fix truncation length and strengthen fallback test assertion
4 months ago
Volosoft Agent
c293eda048
Merge pull request #25271 from abpframework/auto-merge/rel-10-3/4500
Merge branch dev with rel-10.3
4 months ago
Volosoft Agent
8f27d2a008
Merge pull request #25266 from abpframework/auto-merge/rel-10-2/4497
Merge branch rel-10.3 with rel-10.2
4 months ago