maliming
1394fd59c7
Refine type filtering in ConventionalRegistrarBase
9 months ago
erdem
9063ac9a5a
Merge pull request #23684 from abpframework/issue/23620
Angular - Fixing the merging parameter for resources
8 months ago
Yağmur Çelik
f228378b7e
Merge pull request #23703 from abpframework/PermissionManagementModal
Refactor permission grant tracking logic.
8 months ago
maliming
6ce8f8ec7c
Refactor permission grant tracking logic.
Resolve #23702
8 months ago
sumeyye
a0507a60f8
Merge pull request #23687 from abpframework/issue-#22408
Handle optional enum types in signature mapper
9 months ago
Fahri Gedik
24640cee05
Handle optional enum types in signature mapper
Added support for 'enum?' and '[enum]?' types in the createActionToSignatureMapper function to ensure optional enum parameters are correctly adapted.
9 months ago
voloagent
c393efb3b1
Merge branch 'rel-9.3' of https://github.com/abpframework/abp into rel-9.3
9 months ago
voloagent
ca77cfb1d8
Update_NPM_Packages
9 months ago
sumeyye
4cfd4abea1
fix: use acc parameter to merge resources instead
9 months ago
Yunus Emre Kalkan
e1d0e8dfcc
Merge pull request #23681 from abpframework/maliming-patch-2
Update configuration.md with contributor setup
9 months ago
Ma Liming
bddccb3430
Update configuration.md with contributor setup
9 months ago
Yağmur Çelik
79c5b8242e
Merge pull request #23679 from abpframework/9.3-blazor-setting-managements-tabs
Blazor Setting Managements Tabs wrong initialization fix
9 months ago
enisn
d4f1ddc68e
Remove unnecessary blank line in SettingManagement.razor.cs
9 months ago
enisn
e42a24c366
Fix rendering multiple or wrong tabs as selected in Setting Management Blazor
9 months ago
enisn
9d8110612e
Remove div wrappers from tabs in SettingManagement.razor
9 months ago
Engincan VESKE
19361b16a4
Merge pull request #23672 from abpframework/basic-theme-google-fonts
Refactor font imports and add googlefonts.css.
9 months ago
maliming
10e1ac7f59
Refactor font imports and add googlefonts.css.
9 months ago
Halil İbrahim Kalkan
98795c8e53
Merge pull request #23662 from abpframework/interceptors-revise
Update interceptor docs with async usage and code fixes
9 months ago
maliming
892b32c303
Update interceptor docs with async usage and code fixes
9 months ago
Halil İbrahim Kalkan
c51faf3500
Merge pull request #23652 from abpframework/interceptors.md
Add documentation for ABP interceptors
9 months ago
maliming
94ece01996
Update interceptor docs with links and code improvements
9 months ago
maliming
399613fc6a
Reorder JSON section in docs navigation
9 months ago
maliming
6f0794b12d
Remove placeholder for dynamic proxying docs
9 months ago
maliming
631865ab19
Add documentation for ABP interceptors
Resolve #663
9 months ago
Alper Ebiçoğlu
8347e48df2
Merge pull request #23654 from abpframework/skoc10-patch-3
Update version to release 9.3.3
9 months ago
Yağmur Çelik
b6d5327a6f
Merge pull request #23657 from abpframework/issue-#20642
Refactor spinner and placeholder handling in directive
9 months ago
Fahri Gedik
be107b50bd
Refactor spinner and placeholder handling in directive
Spinner is now always inserted before the first child of the parent, and placeholder removal is guarded by a parent check. This improves robustness when manipulating DOM elements in the directive.
9 months ago
selman koc
223bb51bc0
Update version to release 9.3.3
9 months ago
Yağmur Çelik
02b4167c2c
Merge pull request #23647 from abpframework/issue-#7259
Improve column width handling in ExtensibleTable
9 months ago
Fahri Gedik
0f23ce685a
Refactor column width handling with signals and computed
Replaces manual column width management with Angular signals and computed properties for improved reactivity and code clarity in ExtensibleTableComponent. Removes the setColumnWidths method and updates the actionsColumnWidth input to use a signal.
9 months ago
Fahri Gedik
436dbc69ba
Reapply "Improve column width handling in ExtensibleTable"
This reverts commit 3f41906037 .
9 months ago
Fahri Gedik
3f41906037
Revert "Improve column width handling in ExtensibleTable"
This reverts commit 53cfc6a817 .
9 months ago
Fahri Gedik
53cfc6a817
Improve column width handling in ExtensibleTable
Updated the table to use default widths when columnWidths are undefined and added canAutoResize binding. Added logic in the component to reset column widths if any are missing, ensuring consistent table rendering.
9 months ago
oykuermann
7bd91874fe
Merge pull request #23612 from abpframework/EngincanV/cms-fix-blogposts
CMS: Fix tag & marked item filtering on blogposts
9 months ago
sumeyye
000f2a7924
Merge pull request #23629 from abpframework/issue-23610
Refine tenant property type renaming logic
9 months ago
EngincanV
bf86f3fa51
Fix favorite filter and tag filtering in blog post repositories
Refactored tag and favorite user filtering logic in both EfCore and MongoDB blog post repositories to handle empty filter results and cancellation tokens more robustly. Updated BlogPostPublicAppService to pass favoriteUserId to GetCountAsync for accurate paging. Adjusted blog index view to improve favorite filter button visibility and logic.
9 months ago
Fahri Gedik
848c61bb6f
Refine tenant property type renaming logic
Adds a check to prevent prepending 'Saas' to property types that already start with 'Saas' when renaming tenant-related properties in interfaces.
9 months ago
İsmail ÇAĞDAŞ
debbd92a40
Merge pull request #23343 from abpframework/data-collection-rel-9-3
ABP Telemetry Collection
9 months ago
Yağmur Çelik
a81d31b83c
Merge pull request #23594 from abpframework/Issue-#23338-1
Create links for the CLI commands - Issue #23338
9 months ago
Ma Liming
96af7c76aa
Merge pull request #23613 from realLiangshiwei/liangshiwei/rebus-fix
Start Rebus after RebusDistributedEventBus is initialized
9 months ago
liangshiwei
b7ce35635f
Update AbpEventBusRebusModule.cs
9 months ago
liangshiwei
cca79a13b4
Start Rebus after RebusDistributedEventBus is initialized
9 months ago
EngincanV
563aeb0ce2
CMS: Fix tag & marked item filtering on blogposts (ef-core)
9 months ago
Enis Necipoglu
7ae8a2508b
Merge pull request #23604 from abpframework/EngincanV/cmskit-note
Add guide for integrating public and admin CMS Kit packages
9 months ago
Engincan VESKE
12381fc602
Update docs/en/modules/cms-kit/index.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
9 months ago
EngincanV
f063348f5d
Add guide for integrating public and admin CMS Kit packages
Added documentation on configuring global layout settings when using both admin and public CMS Kit packages in a unified application. Includes instructions for setting up a _ViewStart.cshtml file to ensure correct layout rendering.
9 months ago
voloagent
e58fbdf047
Update_NPM_Packages
9 months ago
Ma Liming
1676cbc1ee
Merge pull request #23595 from wcypierre/bugfix/bump-dependencies
Bump System.Linq.Dynamic.Core in Abp 8.3 to 1.6.7 to fix the vulnerability
9 months ago
Ma Liming
aece25d7af
Merge branch 'rel-9.3' into bugfix/bump-dependencies
9 months ago
Wong Chieh Yie
6cf28a3494
Bump System.Linq.Dynamic.Core to 1.6.7 after suggestion from @maliming
9 months ago