maliming
a57e249ab3
fix: guard against null provider key and stale search results in ResourcePermissionManagementModal
1 month ago
maliming
bacca3a1c0
fix: add AbpUiResource as base type in AbpPermissionManagementWebModule for JS localization fallback
1 month ago
maliming
0722e74ba1
refactor: extract ApplyPermissionProperties to eliminate duplication and add StateCheckers test
2 months ago
maliming
474e1bfcd4
test: add regression tests for DynamicPermissionDefinitionStoreInMemoryCache resource permissions
2 months ago
maliming
2c15a6088e
fix: apply Providers, StateCheckers and ExtraProperties to resource permissions in FillAsync
2 months ago
maliming
2beee2ace1
fix: fix resource permission definition bugs
- Fix ResourcePermissionDefinitions not being populated in DynamicPermissionDefinitionStoreInMemoryCache.FillAsync, causing GetResourcePermissionOrNull and GetResourcePermissions to always return empty
- Fix StaticPermissionSaver incorrectly using newRecords instead of changedRecords when collecting changed permission names for event notification
2 months ago
Engincan VESKE
ccd39ed0b9
Merge pull request #24927 from abpframework/EngincanV/post-release-doc-update
Update release notes for v10.1 stable version
2 months ago
voloagent
703ab42729
Update_NPM_Packages
2 months ago
Alper Ebiçoğlu
1ecba37567
Merge pull request #25000 from abpframework/skoc10-patch-3
Update version to release 10.1.1
2 months ago
selman koc
60caa967eb
Update version to release 10.1.1
2 months ago
Volosoft Agent
a9364d907d
Merge pull request #24994 from abpframework/auto-merge/rel-10-0/4393
Merge branch rel-10.1 with rel-10.0
2 months 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
2 months ago
Engincan VESKE
fd160042b6
Merge pull request #24985 from abpframework/modalClass-ResourcePermissionManagement
update: enhance resource permission management modal initialization
2 months ago
maliming
4c20961b15
Rename constant and use InvariantCulture for cache key formatting
2 months ago
maliming
b59fc27c1d
Extract GetHttpContextItemsCacheKey helper method
2 months ago
maliming
ddf9b04b44
Include UI culture in the HttpContext.Items cache key
2 months ago
maliming
5f933a6afb
Fix cache key isolation by user identity in MvcCachedApplicationConfigurationClient
2 months ago
maliming
91b47183fe
update: enhance resource permission management modal integration instructions
2 months ago
Ma Liming
33e9acaf72
Update docs/en/modules/permission-management.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2 months ago
maliming
5b171350a6
update: enhance resource permission management modal initialization
2 months ago
sumeyye
f4229b28ec
Merge pull request #24547 from abpframework/documentation/angular-dynamic-form-module
Documentation - Angular Dynamic Forms
2 months ago
sumeyye
c5f64470bb
update: small changes
2 months ago
Fahri Gedik
a44e714a6a
Merge pull request #24971 from abpframework/issue/update-migration-guide-for-ng
Angular - Updating the migration guide
2 months ago
sumeyye
7a1bfe1c76
update: migration guide
2 months ago
Engincan VESKE
ae9891a7e5
Merge pull request #24962 from abpframework/copilot/update-migration-guide-v10-1
docs: Add Swashbuckle.AspNetCore v10 upgrade section to v10.1 migration guide
2 months ago
copilot-swe-agent[bot]
f75d074e68
docs: add Swashbuckle.AspNetCore v10 upgrade section to v10.1 migration guide
Co-authored-by: EngincanV <43685404+EngincanV@users.noreply.github.com>
2 months ago
copilot-swe-agent[bot]
419f99ea48
Initial plan
2 months ago
Mansur Besleney
9bd2f63ecf
Merge pull request #24931 from abpframework/skoc10-patch-3
Update workflow to merge rel-10.2 with rel-10.1
2 months ago
selman koc
0ed306bf4a
Update workflow to merge rel-10.2 with rel-10.1
2 months ago
EngincanV
412d4f0a04
Update release notes for v10.1 stable
2 months ago
oykuermann
3790bb414d
Merge pull request #24894 from abpframework/AbpApplicationConfigurationClientProxy
Use static proxy to get `ApplicationConfiguration`.
2 months ago
Engincan VESKE
aada21c96d
Merge pull request #24917 from abpframework/ObjectMappingHelper-patch
Reject non-generic collections and add tests
2 months ago
maliming
ee47706de6
Refactor condition in IsCollectionGenericTypeInternal for clarity
2 months ago
maliming
4a1cf5f473
Reject non-generic collections and add tests
Resolve #24914
2 months ago
Enis Necipoglu
bd4b2e223b
Merge pull request #24911 from abpframework/EngincanV/update-studio-version-docs
Update ABP Studio release-note docs for new versions
2 months ago
EngincanV
bfd2226eb9
Update ABP Studio release-note docs for new versions
2 months ago
Yağmur Çelik
37a9270f4c
Merge pull request #24895 from abpframework/Account-Manage-Title
Set page title in Account Manage page
2 months ago
Volosoft Agent
292459739e
Merge pull request #24903 from abpframework/auto-merge/rel-10-0/4364
Merge branch rel-10.1 with rel-10.0
2 months ago
Yağmur Çelik
4e08b41d9f
Merge pull request #24886 from abpframework/vs-internal-issue-#7727-rel10
“ASP.NET Zero vs ABP” comparison table updated
2 months ago
İsmail ÇAĞDAŞ
e6a7bd6aa3
Merge pull request #24896 from abpframework/10.1-cmskit-docs-update
Docs: CMS Kit Pro package requirements
2 months ago
Enis Necipoglu
b2ece0b0e5
Docs: CMS Kit Pro package requirements
Add an Important note to docs/en/modules/cms-kit-pro/index.md clarifying that CMS Kit Pro requires both the base Volo.CmsKit.* packages and the Volo.CmsKit.Pro.* packages. Notes that the `abp add-module Volo.CmsKit.Pro` command will handle this automatically, but if adding packages manually you must include both sets.
2 months ago
Ma Liming
19e1c478ee
Update modules/account/src/Volo.Abp.Account.Web/Pages/Account/Manage.cshtml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2 months ago
maliming
e74e199b97
Set page title in Account Manage page
2 months ago
maliming
488ba72f9e
fix: update type for ConfigurationAppService to interface
2 months ago
maliming
7b9673b807
Use static proxy to get `ApplicationConfiguration`.
2 months ago
Ma Liming
a7a4cdc484
Merge pull request #24891 from abpframework/10.1-semantic-kernel-fix
Bump Semantic Kernel packages to 1.71.0
2 months ago
github-actions[bot]
30134e08cb
docs: update package version changes [skip ci]
2 months ago
Ma Liming
d6d4dc3ad9
Update GitHub token in workflow for PR labeling
2 months ago
enisn
1bdfe44d4b
Bump Semantic Kernel packages to 1.71.0
Update Microsoft.SemanticKernel and Microsoft.SemanticKernel.Abstractions from 1.67.1 to 1.71.0 in Directory.Packages.props to pick up upstream fixes and improvements. No other package versions were changed.
2 months ago
İsmail ÇAĞDAŞ
59eb3fb5f2
Merge pull request #24888 from abpframework/docs/ai-management-provider-reminder
docs: Add AI provider installation reminder to AI Management module
2 months ago