selmankoc
76c511356a
Enhance NuGet package push script to handle quota exceeded errors with retry logic. Added configurable retry count and delays for improved resilience during package pushes.
1 month ago
Enis Necipoglu
0305650fce
Merge pull request #25238 from abpframework/fix/cms-kit-replace-ajaxSubmit
Replace `ajaxSubmit` with `abp.ajax` in CmsKit Pages and BlogPosts
1 month ago
maliming
42dff100fb
Use fail instead of always to avoid clearing busy state too early
1 month ago
maliming
194b967aa4
Replace ajaxSubmit with abp.ajax in CmsKit Pages and BlogPosts
1 month ago
github-actions[bot]
3b24784b95
docs(studio): release 2.2.6 - 2.2.6 ( #25222 )
* docs(studio): update documentation for release 2.2.6
- Updated release notes for 2.2.6
- Updated version mapping with ABP 10.2.0
Release: 2.2.6
* Update release-notes.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: selman koc <64414348+skoc10@users.noreply.github.com>
1 month ago
github-actions[bot]
ed82af242f
docs(studio): release 2.2.5 - 2.2.5 ( #25221 )
* docs(studio): update documentation for release 2.2.5
- Updated release notes for 2.2.5
- Updated version mapping with ABP 10.2.0
Release: 2.2.5
* Update release-notes.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: selman koc <64414348+skoc10@users.noreply.github.com>
1 month ago
Alper Ebiçoğlu
0cf6cb89a1
Merge pull request #25212 from abpframework/enhance/query-string-tenant-resolve
Do not short-circuit tenant resolver chain when query string tenant value is blank
1 month ago
maliming
a25e94fe23
Address Copilot review: fix nullability and add whitespace tests
1 month ago
maliming
39bd3f0854
Do not short-circuit tenant resolver chain when query string tenant value is blank
1 month ago
Alper Ebiçoğlu
f616cee7cb
Merge pull request #25210 from abpframework/cli/sanitize-package-json-scripts
Sanitize package.json and prevent command injection in ABP CLI
1 month ago
maliming
7cfa641bef
Catch CliUsageException specifically in IsValidNpmPackageName
2 months ago
maliming
c8149d8397
Tighten version regex, centralize package name validation, handle null, and add version tests
2 months ago
maliming
34cafde444
Add version validation, sanitize log output, and use CliUsageException
2 months ago
maliming
3ad44cb5a8
Implement npm package name validation and add tests for it
2 months ago
maliming
f2d7070f86
Add --ignore-scripts flag to npm/yarn commands in ABP CLI
Fixes #25209
2 months ago
Yağmur Çelik
d47e1a0318
Merge pull request #25207 from abpframework/blogging-posts-permission
Require delete permission for blog posts
2 months ago
Ahmet Çelik
f6f1996b8c
Require delete permission for blog posts
Remove the ownership-based fallback that allowed post creators to delete their own posts in Detail.cshtml. Deletion now strictly requires BloggingPermissions.Posts.Delete, centralizing authorization on explicit permissions to enforce consistent access control.
2 months ago
Volosoft Agent
21960224d3
Merge pull request #25183 from abpframework/skoc10-patch-4
Update workflow to merge rel-10.3 with rel-10.2
2 months ago
selman koc
1de4757716
Update workflow to merge rel-10.3 with rel-10.2
2 months ago
voloagent
91e99c9a63
Update_NPM_Packages
2 months ago
Alper Ebiçoğlu
b53eae2a56
Merge pull request #25178 from abpframework/skoc10-patch-3
Update version to release 10.2.0
2 months ago
selman koc
ba4cb21977
Update version to release 10.2.0
2 months ago
Alper Ebiçoğlu
d9e203d032
Merge pull request #25170 from abpframework/upgrade/scriban-7.0.0
2 months ago
github-actions[bot]
86463d253b
docs: update package version changes [skip ci]
2 months ago
maliming
4f204fafa9
Upgrade Scriban to 7.0.0 to fix security vulnerabilities
2 months ago
voloagent
9e8e83d34a
Update_NPM_Packages
2 months ago
Alper Ebiçoğlu
604edd8741
Merge pull request #25167 from abpframework/skoc10-patch-3
Update version to release 10.2.0-rc.4
2 months ago
selman koc
72571328c0
Update version to release 10.2.0-rc.4
2 months ago
Volosoft Agent
2b20ca066a
Merge pull request #25164 from abpframework/auto-merge/rel-10-1/4456
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
7545c899a0
Merge pull request #25163 from abpframework/auto-merge/rel-10-0/4455
Merge branch rel-10.1 with rel-10.0
2 months ago
Engincan VESKE
8b1966ca66
Merge pull request #25124 from abpframework/enisn/10537-mapperly-suite-docs-rel-10-0
docs: clarify ABP Suite usage after Mapperly migration
2 months ago
Volosoft Agent
60215f0970
Merge pull request #25161 from abpframework/auto-merge/rel-10-1/4452
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
2c4ffae2d7
Merge pull request #25160 from abpframework/auto-merge/rel-10-1/4451
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
2c9bc02964
Merge pull request #25159 from abpframework/skoc10-patch-4
Update ABP Studio version range for 10.1.1
2 months ago
Volosoft Agent
d695bca4b6
Merge pull request #25158 from abpframework/skoc10-patch-3
Update release notes for version 2.2.4
2 months ago
selman koc
56529f8215
Update ABP Studio version range for 10.1.1
2 months ago
selman koc
a035ec1c0a
Update release notes for version 2.2.4
Updated release notes for version 2.2.4, added new features and changes.
2 months ago
Enis Necipoglu
a8d2cdb2cd
Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput ( #25155 )
* Fix stdout/stderr deadlock in CmdHelper.RunCmdAndGetOutput
Read stdout and stderr concurrently to prevent pipe buffer deadlock.
The sequential ReadToEnd() calls caused a hang when child processes
(e.g. dotnet build) produced enough stderr output to fill the OS
pipe buffer (~4KB on Windows), since the parent blocked on stdout
while the child blocked on stderr.
Made-with: Cursor
* Simplify Task.WhenAll result handling per review
Made-with: Cursor
* Add test for CmdHelper to prevent stdout/stderr deadlock
* Reduce timeout in deadlock test for CmdHelper to 10 seconds
---------
Co-authored-by: maliming <malimings@gmail.com>
2 months ago
Volosoft Agent
809f9e1ca4
Merge pull request #25149 from abpframework/auto-merge/rel-10-1/4448
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
3ec6f0ab47
Merge pull request #25148 from abpframework/skoc10-patch-3
Update release notes for ABP Studio version 2.2.3
2 months ago
selman koc
ea25ea4e35
Update release notes for ABP Studio version 2.2.3
Updated release notes for ABP Studio to include version 2.2.3 and its features.
2 months ago
Volosoft Agent
6dce2e0c58
Merge pull request #25146 from abpframework/auto-merge/rel-10-1/4446
Merge branch rel-10.2 with rel-10.1
2 months ago
Volosoft Agent
87b226c115
Merge pull request #25145 from abpframework/skoc10-patch-3
Update ABP Studio version mapping table
2 months ago
selman koc
c65040060c
Update ABP Studio version mapping table
2 months ago
Engincan VESKE
46ae2e38c4
Merge pull request #25138 from abpframework/fix/automapper-maxdepth-vulnerability
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x
2 months ago
maliming
85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability
2 months ago
maliming
e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x
2 months ago
Enis Necipoglu
c213f9a91c
Merge pull request #25135 from abpframework/EngincanV-patch-1
Change header format for OpenAI-Compatible API section
2 months ago
Engincan VESKE
bc6a6cda8a
Change header format for OpenAI-Compatible API section
Updated section header for OpenAI-Compatible API and improved formatting.
2 months ago
voloagent
203668ec6c
Update_NPM_Packages
2 months ago