voloagent
f8f67e11e2
Update_NPM_Packages
3 months ago
Volosoft Agent
0276f13a45
Merge pull request #25641 from abpframework/skoc10-patch-1
Update version to release 10.5.0-rc.3
3 months ago
selman koc
0bd3838ddb
Update version to release 10.5.0-rc.3
3 months ago
Ma Liming
1333602254
Merge pull request #25637 from abpframework/salihozkara/low-code-flat-schema-rel-10.5
Update low-code JSON schemas and sorting guard for flat layouts
3 months ago
maliming
ce3945386d
Update low-code form docs and clarify sorting guard wording
Sync the form layout examples in docs/en/low-code/model-json.md to the
flat fields[]/row/colSpan shape introduced in this PR. Switch the form
descriptor schema description from "layout cell" to "layout placement"
to match the new vocabulary. Soften the AbpDynamicSortingGuard XML doc
and inline comment so they no longer claim the allowed constant-string
indexer carries no side effects — the guard cannot enforce that on
user-defined indexers, so the doc now states it assumes the matching
getter behaves like a property getter.
3 months ago
SALİH ÖZKARA
43e0c93015
Improve string-indexer detection and update schema
Enhance AbpDynamicSortingGuard.IsConstantStringIndexer to more robustly recognize true string-keyed indexers: verify the call is instance-bound with a single constant string argument, ensure the resolved method is a special-name instance getter with a single string parameter, and confirm it matches an actual indexer property via reflection. This prevents arbitrary methods named "get_Item" from being treated as safe indexer accesses. Also update the dashboard descriptor schema description to clarify visualizations are a flat list of name-identified items (wording change only).
3 months ago
SALİH ÖZKARA
64e9f1c2e1
Update low-code JSON schemas and sorting guard for flat layouts
Flatten dashboard and form descriptor schemas for identity-keyed placements, remove the obsolete dashboard row schema, and allow constant string indexer access in AbpDynamicSortingGuard so low-code dynamic sorting works with property bags.
Co-authored-by: Cursor <cursoragent@cursor.com>
3 months ago
Volosoft Agent
b2ee2553a9
Merge pull request #25635 from abpframework/auto-merge/rel-10-4/4658
Merge branch rel-10.5 with rel-10.4
3 months ago
Engincan VESKE
389b9956c3
Merge pull request #25634 from abpframework/docs/update-penetration-report-10.4
Update penetration test report for 10.4
3 months ago
github-actions[bot]
6c003a4ec9
Optimised images with calibre/image-actions
3 months ago
SALİH ÖZKARA
6cf766b5f9
docs: update penetration test report for 10.4
3 months ago
Volosoft Agent
c7e12460df
Merge pull request #25632 from abpframework/auto-merge/rel-10-4/4656
Merge branch rel-10.5 with rel-10.4
3 months ago
oykuermann
ca744ded76
Merge pull request #25578 from abpframework/issue/loading-sm-problem
Angular - Fixing the loading state management problem for manage profile
3 months ago
Engincan VESKE
7b27b4a673
Merge pull request #25630 from abpframework/maliming/fix-identityserver-test-sqlite-flaky
Wrap IdentityServer test seed in single UoW to fix flaky SQLite lock
3 months ago
maliming
4be1dcaab8
Wrap IdentityServer test seed in single UoW to fix flaky SQLite lock
3 months ago
Volosoft Agent
80121c77c6
Merge pull request #25628 from abpframework/auto-merge/rel-10-4/4653
Merge branch rel-10.5 with rel-10.4
3 months ago
Ma Liming
e10d15c48f
Merge pull request #25616 from abpframework/auto-merge/rel-10-3/4646
Merge branch rel-10.4 with rel-10.3
3 months ago
maliming
8d5c762d49
Merge branch 'rel-10.4' into auto-merge/rel-10-3/4646
# Conflicts:
# docs/en/cli/index.md
3 months ago
github-actions[bot]
6169efe031
docs(studio): release 3.0.4 - 3.0.4 ( #25626 )
* docs(studio): update documentation for release 3.0.4
- Updated release notes for 3.0.4
- Updated version mapping with ABP 10.4.1
Release: 3.0.4
* Revise release notes for version 3.0.4
Updated release date for version 3.0.4 and added new features and enhancements.
* Fix formatting in version mapping documentation
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: selman koc <64414348+skoc10@users.noreply.github.com>
3 months ago
Volosoft Agent
bec361789d
Merge pull request #25624 from abpframework/auto-merge/rel-10-4/4651
Merge branch rel-10.5 with rel-10.4
3 months ago
Enis Necipoglu
7e5a48e5cb
Merge pull request #25623 from abpframework/EngincanV/react-npm-packages
docs: clarify React npm package links
3 months ago
Engincan VESKE
893c21eb43
docs: clarify React npm package links
Co-authored-by: Cursor <cursoragent@cursor.com>
3 months ago
Volosoft Agent
ac4ca5f500
Merge pull request #25621 from abpframework/auto-merge/rel-10-4/4649
Merge branch rel-10.5 with rel-10.4
3 months ago
Engincan VESKE
4d3d8b55f9
Merge pull request #25617 from abpframework/maliming/dynamic-sorting-guard-10.4
fix(ddd): restrict dynamic sorting selectors to property/field access
3 months ago
maliming
65e130e325
test(ddd): expand dynamic sorting guard coverage
cover ThenBy, compound, chained method calls, args parameterization,
concurrent install, inheritance, empty / null sorting, culture and
case-sensitivity edges
3 months ago
Volosoft Agent
cbc1a7574b
Merge pull request #25619 from abpframework/auto-merge/rel-10-4/4647
Merge branch rel-10.5 with rel-10.4
3 months ago
Ma Liming
eafbf8bb99
Merge pull request #25615 from abpframework/blob-storage-provider-type-fallback
Blob container ProviderType does not fall back to default container configuration
3 months ago
maliming
a249f2a5a8
Add NamingNormalizers fallback bound to ProviderType inheritance
3 months ago
maliming
4933a23f6f
fix(ddd): restrict dynamic sorting selectors to property/field access
hooks System.Linq.Dynamic.Core's QueryOptimizer so OrderBy / ThenBy
selectors derived from ISortedResultRequest.Sorting are constrained to
plain property or field access; anything else throws AbpValidationException
3 months ago
Yunus Emre Kalkan
8b4f5c3cff
Merge pull request #23305 from blackWins/cli
Add CleanLogsCommand
3 months ago
copilot-swe-agent[bot]
14187dbbd8
Rename test to reflect fallback behavior when ProviderType is not explicitly configured
3 months ago
Engincan VESKE
8003e1d439
Use fallback blob provider type.
Co-authored-by: Cursor <cursoragent@cursor.com>
3 months ago
Enis Necipoglu
4f2a84d041
Merge remote-tracking branch 'origin/rel-10.3' into codex/pr-23305
# Conflicts:
# docs/en/cli/index.md
# framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/AbpCliCoreModule.cs
3 months ago
Engincan VESKE
631e400acd
Merge pull request #25610 from abpframework/salihozkara/lowcode-docs
Update low-code descriptor documentation
3 months ago
Engincan VESKE
00041faeae
Merge pull request #25601 from abpframework/salihozkara/low-code-public-schemas
Add low-code model descriptor schemas
3 months ago
Volosoft Agent
dcf81f5185
Merge pull request #25612 from abpframework/fix-ng-version
Update tenant management and theme basic dependencies to version 10.5…
3 months ago
selmankoc
46571d5305
Update tenant management and theme basic dependencies to version 10.5.0-rc.2
3 months ago
voloagent
669c2c94d4
Update_NPM_Packages
3 months ago
SALİH ÖZKARA
a23d04f1ae
Update low-code descriptor docs
3 months ago
SALİH ÖZKARA
26cc9978d1
Use descriptor JSON wording in low-code schemas
3 months ago
Volosoft Agent
b6465f8ba1
Merge pull request #25604 from abpframework/auto-merge/rel-10-4/4640
Merge branch rel-10.5 with rel-10.4
3 months ago
Engincan VESKE
549f63867a
Merge pull request #25599 from abpframework/codex/refine-ai-agent-docs-screenshots
docs: refine AI Agent documentation screenshots
3 months ago
SALİH ÖZKARA
69cb0c1c97
Address low-code schema review feedback
3 months ago
Volosoft Agent
07b02bd44c
Merge pull request #25602 from abpframework/auto-merge/rel-10-4/4638
Merge branch rel-10.5 with rel-10.4
3 months ago
İsmail ÇAĞDAŞ
f48b6727fd
Merge pull request #25587 from abpframework/maliming/mudblazor-community-article
Add community article: MudBlazor in ABP 10.4
3 months ago
SALİH ÖZKARA
c8050daadf
Add low-code model descriptor schemas
3 months ago
enisn
9b202cd5a6
docs: remove stale AI Agent next topic
3 months ago
enisn
3524489efb
docs: refine AI Agent documentation screenshots
3 months ago
Volosoft Agent
dd304aac3a
Merge pull request #25596 from abpframework/auto-merge/rel-10-4/4636
Merge branch rel-10.5 with rel-10.4
3 months ago
Engincan VESKE
8e157a7096
Merge pull request #25595 from abpframework/codex/remove-provider-specific-ai-docs
docs: remove provider-specific model wording
3 months ago