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
3 weeks 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
3 weeks ago
maliming
06e1d551d2
Handle git ls-remote error codes explicitly
3 weeks ago
maliming
d9672968d4
Use exact ref path and --exit-code for git ls-remote tag check
3 weeks ago
maliming
fc86247ce8
Use git ls-remote instead of git tag -l for tag existence check
3 weeks 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
3 weeks ago
maliming
b0517bc771
Fix fetch-tags in dependency change detector workflow
3 weeks ago
github-actions[bot]
7b07ac3204
docs: update package version changes [skip ci]
3 weeks ago
Ma Liming
895b8d670c
Update package version from 10.3.0 to 10.3.1
3 weeks ago
github-actions[bot]
13465d8730
docs: update package version changes [skip ci]
3 weeks ago
maliming
9d46030cb7
Bump patch version in dependency change detector when tag exists
3 weeks ago
github-actions[bot]
b90ee165c6
docs: update package version changes [skip ci]
3 weeks ago
maliming
334ef60b3b
Update package version changes for 10.3.1
3 weeks ago
github-actions[bot]
f27b91c11c
docs: update package version changes [skip ci]
3 weeks ago
maliming
6cadf65979
Upgrade System.Security.Cryptography.Xml to 10.0.6
Fix CVE-2026-26171 (GHSA-w3x6-4m5h-cxqf) high severity vulnerability
3 weeks ago
github-actions[bot]
644a2ba36d
Optimised images with calibre/image-actions
3 weeks ago
Engincan VESKE
3300a03969
update release-notes & roadmap
3 weeks ago
Engincan VESKE
55621ecb1d
Add ABP 10.3 stable release blog post
Made-with: Cursor
3 weeks 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
3 weeks 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
3 weeks ago
voloagent
27a5583fa0
Update_NPM_Packages
3 weeks 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
3 weeks ago
Ma Liming
a7e4f0202b
Merge branch 'rel-10.3' into auto-merge/rel-10-2/4497
3 weeks ago
Alper Ebiçoğlu
81d5f9c2ba
Merge pull request #25269 from abpframework/skoc10-patch-4
Update version to release 10.3.0
3 weeks ago
selman koc
5009d05b47
Update version to release 10.3.0
3 weeks ago
selman koc
f855a54d2e
Merge pull request #25262 from abpframework/auto-merge/rel-10-2/4495
Merge branch rel-10.3 with rel-10.2
3 weeks ago
Enis Necipoglu
fec5a7ea20
Merge pull request #25264 from abpframework/upgrade-blazorise-2.0.4
Upgrade Blazorise packages to version 2.0.4
3 weeks ago
github-actions[bot]
51e45253de
docs: update package version changes [skip ci]
3 weeks ago
maliming
5c47161a84
Upgrade Blazorise packages to version 2.0.4
3 weeks ago
Volosoft Agent
c179d77deb
Merge pull request #25250 from abpframework/auto-merge/rel-10-2/4488
Merge branch rel-10.3 with rel-10.2
3 weeks ago
sumeyye
d6bdd99b7b
Merge remote-tracking branch 'origin/rel-10.3' into auto-merge/rel-10-2/4488
3 weeks ago
Volosoft Agent
9b72dd582b
Merge pull request #25261 from abpframework/skoc/nuget-push
Enhance NuGet package push scripts to track failed packages by logging them to a file
3 weeks ago
selmankoc
98144758f6
Refine NuGet package push script to initialize and log failed packages to a dedicated file, enhancing error tracking and management.
3 weeks ago
selmankoc
53a9259804
Enhance NuGet package push scripts to track failed packages by logging them to a file
3 weeks ago
maliming
80d8cf111c
fix(mvc): skip abpAjaxForm submission when default is already prevented
3 weeks ago
Engincan VESKE
6367a1414c
Merge pull request #25253 from abpframework/fix/increase-response-stream-buffer-size
Increase `AbpMemoryPoolHttpResponseStreamWriterFactory` buffer size to 256KB
3 weeks ago
Alper Ebiçoğlu
e3dd1b445d
Update rate limiting documentation for clarity
3 weeks ago
Alper Ebiçoğlu
e48df815ed
Clarify comparison with ASP.NET Core rate limiting
Updated the comparison section to clarify the distinction between ASP.NET Core's built-in rate limiting middleware and the application/domain code level rate limiting module.
3 weeks ago
Alper Ebiçoğlu
11da3988cc
Update index.md
3 weeks ago
Alper Ebiçoğlu
824ec62881
Add AI Agent row to comparison table
3 weeks ago
maliming
979e56267e
Increase AbpMemoryPoolHttpResponseStreamWriterFactory buffer size from 32KB to 256KB
Prevents 'Synchronous operations are disallowed' error when rendering
large MVC views (e.g. Account settings page with multiple tabs in
non-English locales).
3 weeks ago
Engincan VESKE
9e497802b5
Merge pull request #25249 from abpframework/fix/operation-rate-limiting-partition-key-normalization
Update OperationRateLimiting docs for partition key normalization
3 weeks ago
voloagent
1bd111d307
Update_NPM_Packages
3 weeks ago
maliming
805d326c9c
Update OperationRateLimiting docs for partition key normalization
3 weeks ago
Volosoft Agent
d20d681b22
Merge pull request #25247 from abpframework/auto-merge/rel-10-2/4486
Merge branch rel-10.3 with rel-10.2
3 weeks ago
Alper Ebiçoğlu
2eaae1b2f0
Merge pull request #25246 from abpframework/skoc/nuget-push
Improve NuGet Push Step to Prevent 403 Quota Limit Failures
3 weeks ago
Volosoft Agent
5aab81f0d1
Merge pull request #25242 from abpframework/auto-merge/rel-10-2/4484
Merge branch rel-10.3 with rel-10.2
3 weeks ago
selman koc
f1441c28c0
Merge branch 'rel-10.3' into auto-merge/rel-10-2/4484
3 weeks ago
selmankoc
e8320a524a
Remove Discord webhook notification logic from NuGet package push scripts. Simplified error handling by exiting with a status code on failures without sending notifications.
3 weeks ago
selmankoc
c120d10731
Enhance NuGet package push scripts to include Discord webhook notifications for failed package pushes. Added error tracking for failed packages and improved error handling during push attempts.
3 weeks ago