SALİH ÖZKARA
a172651d44
Merge pull request #25023 from abpframework/issue-24918-event-bus
String-Based Event Publishing with Dynamic Payload
6 days ago
SALİH ÖZKARA
9b9cb5d921
Merge pull request #25059 from abpframework/issue-24918-bg-jobs
String-Based Bg-Job Publishing with Dynamic Payload
6 days ago
Volosoft Agent
90b5fee7e7
Merge pull request #25150 from abpframework/auto-merge/rel-10-2/4449
Merge branch dev with rel-10.2
6 days 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
6 days ago
Volosoft Agent
3ec6f0ab47
Merge pull request #25148 from abpframework/skoc10-patch-3
Update release notes for ABP Studio version 2.2.3
6 days ago
Volosoft Agent
94ce1aa96e
Merge pull request #25147 from abpframework/auto-merge/rel-10-2/4447
Merge branch dev with rel-10.2
6 days 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.
6 days 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
6 days ago
Volosoft Agent
87b226c115
Merge pull request #25145 from abpframework/skoc10-patch-3
Update ABP Studio version mapping table
6 days ago
selman koc
c65040060c
Update ABP Studio version mapping table
6 days ago
sumeyye
b2039ac7e9
Merge pull request #25051 from abpframework/issue-21840
feat(angular) : Add TenantUserSharingStragety.
6 days ago
sumeyye
20ae1ce015
fix: circular dependency error
6 days ago
Halil İbrahim Kalkan
dd72d0bc52
Ignore .abpstudio and add solution id
Update .gitignore to exclude **/.abpstudio/** (and normalize newline for an existing entry). Add an "id" field to framework/Volo.Abp.abpsln (9f9e3d5f-6a9a-4b00-ac5a-746c65981918) to record the solution identifier.
6 days ago
Volosoft Agent
030670277b
Merge pull request #25141 from abpframework/auto-merge/rel-10-2/4445
Merge branch dev with rel-10.2
7 days 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
7 days ago
maliming
85df08dc2c
Extract DefaultMaxDepth to AbpAutoMapperOptions for configurability
7 days ago
maliming
e3a4d522b1
Set default MaxDepth for all AutoMapper maps to mitigate GHSA-rvv3-g6hj-g44x
7 days ago
Volosoft Agent
2bbdc45dec
Merge pull request #25136 from abpframework/auto-merge/rel-10-2/4444
Merge branch dev with rel-10.2
1 week ago
Enis Necipoglu
c213f9a91c
Merge pull request #25135 from abpframework/EngincanV-patch-1
Change header format for OpenAI-Compatible API section
1 week ago
Engincan VESKE
bc6a6cda8a
Change header format for OpenAI-Compatible API section
Updated section header for OpenAI-Compatible API and improved formatting.
1 week ago
Volosoft Agent
847760119f
Merge pull request #25134 from abpframework/auto-merge/rel-10-2/4443
Merge branch dev with rel-10.2
1 week ago
maliming
06d77ff36e
Merge branch 'dev' into auto-merge/rel-10-2/4443
1 week ago
voloagent
203668ec6c
Update_NPM_Packages
1 week ago
Ma Liming
19d938b2bd
Merge pull request #25131 from abpframework/auto-merge/rel-10-2/4441
Merge branch dev with rel-10.2
1 week ago
maliming
12b2c89361
Merge branch 'dev' into auto-merge/rel-10-2/4441
1 week ago
Ma Liming
af6e18a063
Merge pull request #25132 from abpframework/auto-merge/rel-10-2/4442
Merge branch dev with rel-10.2
1 week ago
Ma Liming
eca97b2df6
Merge pull request #25133 from abpframework/auto-docs-seo/25130
docs: Add SEO descriptions (from PR 25130)
1 week ago
maliming
2cac62a5fc
Merge branch 'dev' into auto-merge/rel-10-2/4441
1 week ago
github-actions[bot]
491df6431b
docs: Add SEO descriptions to modified documentation files
Related to PR #25130
1 week ago
Volosoft Agent
f146c72fdf
Merge pull request #25130 from abpframework/auto-merge/rel-10-2/4440
Merge branch dev with rel-10.2
1 week ago
Ma Liming
2478aceca8
Merge branch 'dev' into auto-merge/rel-10-2/4440
1 week ago
Volosoft Agent
520d506d97
Merge pull request #25129 from abpframework/auto-merge/rel-10-1/4439
Merge branch rel-10.2 with rel-10.1
1 week ago
İsmail ÇAĞDAŞ
f337488c7e
Merge pull request #25118 from abpframework/issue-14079-external-user-lookup-docs
docs: explain external user lookup for Identity and CMS Kit
1 week ago
Engincan VESKE
d4bec65290
Merge pull request #25122 from abpframework/upgrade/scriban-6.6.0
Upgrade Scriban to 6.6.0
1 week ago
Fahri Gedik
0ce1b453fa
Merge pull request #25117 from abpframework/issue/25115
Angular - Fixing the `ExtensibleLimitedResultRequestDto` extention class
1 week ago
Ma Liming
35aa17d3e2
Merge pull request #25128 from JasonPG2007/fix-angular-route-name-i
fix(cli): use ToUpperInvariant for snake case replacement in SolutionRenamer
1 week ago
github-actions[bot]
ca319c9add
Optimised images with calibre/image-actions
1 week ago
maliming
7240846914
feat: Add documentation for dynamic events in ABP and include cover image
1 week ago
maliming
54f1241099
Allow publishing dynamic events without local subscribers, use IJsonSerializer for ConvertDynamicEventData
- Remove "Unknown event name" exception from all providers and LocalEventBus
to match typed PublishAsync behavior (no handler = silent, not exception)
- Use ABP's IJsonSerializer instead of System.Text.Json for ConvertDynamicEventData
to respect configured JSON serialization options
1 week ago
maliming
4af07a7c58
fix(cli): use ToUpperInvariant/ToLowerInvariant across CLI Core project
1 week ago
maliming
b51ee74653
Remove unused System.Text.Json using from Azure and Kafka providers, remove dead IsDynamicEvent method from Dapr provider
1 week ago
Halil İbrahim Kalkan
171e7039cc
Added agent skills for codex
1 week ago
maliming
3658bf3a49
Remove `DistDemoApp`.
1 week ago
maliming
ca9b3c54db
refactor: Remove dynamic event support from Dapr distributed event bus implementation
1 week ago
maliming
20d85a44bb
fix: Add missing newlines at the end of several files in the event bus implementation
1 week ago
maliming
29dee66e90
refactor: Update DynamicEventData handling and improve documentation across event bus implementations
1 week ago
maliming
fb6f4722ff
refactor: Replace AnonymousEventData with DynamicEventData across the event bus implementation
1 week ago
Nguyễn Quốc Bảo An
0abbe232b0
fix(cli): use ToUpperInvariant to avoid culture-specific casing issues
1 week ago
Volosoft Agent
026537d38a
Merge pull request #25127 from abpframework/auto-merge/rel-10-2/4438
Merge branch dev with rel-10.2
1 week ago
Volosoft Agent
925862aa4c
Merge pull request #25126 from abpframework/auto-merge/rel-10-1/4437
Merge branch rel-10.2 with rel-10.1
1 week ago