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
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
Halil İbrahim Kalkan
76acd46113
Merge pull request #24734 from abpframework/DistributedCache_Order_Problem-
Fix `GetOrAddMany` incorrect key-value mapping.
2 months ago
maliming
7f4347182f
Fix key-value mapping in GetOrAddMany and add tests
Refactored GetOrAddMany and GetOrAddManyAsync in DistributedCache to ensure returned key-value pairs are correctly mapped by key, regardless of order from the factory. Added unit tests to verify correct mapping and concurrency behavior.
2 months ago
Yunus Emre Kalkan
1a5cd8aaa2
Update template syntax in custom command examples
Replaces double curly braces with the new template syntax `{%{{{...}}}%}` in the 'Terminal Command' and 'Condition' fields for custom commands documentation.
2 months ago
Engincan VESKE
da036d9ecd
Merge pull request #24728 from abpframework/abp-uppy
Revert "Manually copy Uppy resources to fix issues with Yarn v1."
2 months ago
maliming
bd4fb6bd96
Revert "Manually copy Uppy resources to fix issues with Yarn v1."
This reverts commit 6939e30d08 .
2 months ago
Berkan Sasmaz
1c8d4185ca
Merge pull request #24663 from abpframework/studio-custom-commands-doc
Documentation: Added document for Studio custom commands feature
2 months ago
Enis Necipoglu
6ed119a592
Merge pull request #24719 from abpframework/asp-net-core.md
Update LeptonX Lite path to point to ASP.NET Core documentation
2 months ago
maliming
03a1372362
Update LeptonX Lite path to point to ASP.NET Core documentation
2 months ago
Engincan VESKE
5905923e5e
Merge pull request #24715 from abpframework/uppy-yarn
Manually copy Uppy resources to fix package restore problem with Yarn v1.
2 months ago
maliming
6939e30d08
Manually copy Uppy resources to fix issues with Yarn v1.
2 months ago
Ma Liming
0e64a2af34
Merge pull request #24708 from abpframework/MySql.EntityFrameworkCore-10.0.1
Update MySql.EntityFrameworkCore to version 10.0.1
2 months ago
maliming
73b145ac11
Update MySql.EntityFrameworkCore to version 10.0.1
2 months ago