Yunus Emre Kalkan
304eb3c8ad
Merge 508e027d25 into 8b1966ca66
3 days 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
5 days ago
enisn
ced7c80a34
docs: add ABP Suite guidance for Mapperly migration
1 week ago
Engincan VESKE
3ba9010d47
Merge pull request #24990 from abpframework/fix/mvc-cached-config-client-cache-key-by-user
Fix cache key isolation by user identity in MvcCachedApplicationConfigurationClient
4 weeks ago
maliming
4c20961b15
Rename constant and use InvariantCulture for cache key formatting
4 weeks ago
maliming
b59fc27c1d
Extract GetHttpContextItemsCacheKey helper method
4 weeks ago
maliming
ddf9b04b44
Include UI culture in the HttpContext.Items cache key
4 weeks ago
maliming
5f933a6afb
Fix cache key isolation by user identity in MvcCachedApplicationConfigurationClient
4 weeks ago
Yağmur Çelik
4e08b41d9f
Merge pull request #24886 from abpframework/vs-internal-issue-#7727-rel10
“ASP.NET Zero vs ABP” comparison table updated
1 month ago
Ahmet Çelik
fb1257a7ea
Update aspnet-zero-vs-abp.md
1 month ago
Ma Liming
d745014c95
Merge pull request #24868 from abpframework/EngincanV/correlationid-document
Documentation: Correlation-Id
1 month ago
maliming
145293fc57
Fix code examples and links in correlation-id document
1 month ago
Engincan VESKE
8ea537cc88
Update docs/en/framework/infrastructure/correlation-id.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2 months ago
EngincanV
8350d38a0c
Write the Correlation ID document
2 months ago
Ma Liming
d7369f1769
Merge pull request #24864 from abpframework/NullAbpDistributedLock-patch
Move null distributed lock replacement to test module
2 months ago
maliming
e6ba5ede33
Move distributed lock replacement to test module
2 months ago
Yağmur Çelik
79fd59224d
Merge pull request #24807 from abpframework/fix/permission-modal-grant-all-indeterminate-state
Fix Grant All checkbox not showing indeterminate state in permission modal
2 months ago
Yağmur Çelik
2d993a8e52
Merge pull request #24816 from abpframework/Blazorise-Form-Submit
Refactor forms in various management pages to include specific form IDs for better handling of submissions
2 months ago
sumeyye
b91ebd3a22
Merge pull request #24815 from abpframework/getRemoteEnv-error
fix: enhance remote environment configuration handling and error reporting
2 months ago
maliming
825270ccf0
fix: change button to submit button for Send Test Email form
2 months ago
maliming
61ae09b742
Refactor forms in various management pages to include specific form IDs for better handling of submissions
2 months ago
maliming
8c8fd73a83
fix: enhance remote environment configuration handling and error reporting
2 months ago
Engincan VESKE
009b1cb1a5
Merge pull request #24805 from abpframework/Nuget-Packages-Version-Change-Detector
feat: add Nuget Packages Version Change Detector workflow
2 months ago
maliming
a82acb1214
Use _allGroups for GrantAll/GrantAny checks
2 months ago
maliming
68fdad506a
Fix Grant All checkbox not showing indeterminate state in permission modal
When selecting "Select All" for a specific permission group, the "Grant All Permissions"
checkbox should display an indeterminate state if not all permissions are granted.
The issue was that GrantAll and GrantAny were calculated based on _groups (filtered list)
instead of _allGroups (all groups), causing incorrect checkbox state when groups were filtered.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 months ago
maliming
980ff08a3f
fix: improve error handling and validation in update_dependency_changes.py and update workflow fetch depth
2 months ago
maliming
7e6bdb677f
fix: enhance error handling and improve document generation in Nuget Packages Version Change Detector workflow
2 months ago
maliming
d5ac962494
fix: improve merge_changes logic for handling added and removed packages
2 months ago
maliming
f0f770a4df
feat: add Nuget Packages Version Change Detector workflow
2 months ago
Yunus Emre Kalkan
508e027d25
Document 'Start and Wait for Ready' batch action
Update running-applications.md to expand the Action options for batch start to three choices: Start, Start and Wait for Ready, and Don't Start. Describe the semantics of the new "Start and Wait for Ready" option (sequential startup, waiting until an app reaches the Started/ready state before continuing), provide an example for dependent services, and note that ABP Studio monitors application state/health checks. Also include minor wording and clarity improvements.
2 months ago
voloagent
118c2deb00
Update_NPM_Packages
2 months ago
Alper Ebiçoğlu
a0a8b39069
Merge pull request #24789 from abpframework/skoc10-patch-1
Update version to release 10.0.3
2 months ago
selman koc
7ccd39a691
Update version to release 10.0.3
2 months ago
İsmail ÇAĞDAŞ
036f9c2341
Merge pull request #24784 from abpframework/pr/4423
Update studio release notes `2.1.9` latest
2 months ago
Muhammed Ali ÖZKAYA
3fbc90a2b6
Update studio release notes `2.1.9` latest
2 months ago
Engincan VESKE
be1bc2a55c
Merge pull request #24772 from abpframework/EntityCacheServiceCollectionExtensions
Use EntityCacheItemWrapper in cache config
2 months ago
maliming
dbcd7dbcb9
Add ProductCacheItem2 and update entity cache tests
2 months ago
maliming
b5cd873526
Use EntityCacheItemWrapper in cache config
Resolve #24770
2 months ago
Engincan VESKE
df821460ff
Merge pull request #24759 from abpframework/mapperly-nullable
docs: add section on nullable reference types for Mapperly
2 months ago
Ma Liming
e6e5a22243
Update docs/en/framework/infrastructure/object-to-object-mapping.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2 months ago
maliming
b9339f19d7
docs: add section on nullable reference types for Mapperly
2 months ago
oykuermann
0d1faf453b
Merge pull request #24744 from abpframework/issue/update-setting-message
Angular - Fixing the account settings save message
2 months ago
Yunus Emre Kalkan
6861c3288d
Merge pull request #24681 from abpframework/EngincanV/task-panel-docs
Document task panel for abp studio
2 months ago
github-actions[bot]
d74f8407f0
Optimised images with calibre/image-actions
2 months ago
EngincanV
7c95152dcb
Merge branch 'rel-10.0' into EngincanV/task-panel-docs
2 months ago
sumeyye
a9871c2590
update: toaster message for personal settings
2 months ago
Engincan VESKE
295a950e50
Merge pull request #24737 from abpframework/maliming-patch-3
Remove reviewer from auto PR configuration
2 months ago
Halil İbrahim Kalkan
6b7afeb225
Merge pull request #24732 from abpframework/fix-custom-commands-doc-syntax
Update template syntax in custom command examples
2 months ago
Ma Liming
a215fe35b1
Remove reviewer from auto PR configuration
Removed specific reviewer assignment from auto PR workflow.
2 months ago
Yunus Emre Kalkan
7e89ca5541
Update custom-commands.md
2 months ago