İsmail ÇAĞDAŞ
4a95cba4f3
Merge pull request #23742 from abpframework/fix/data-collection
Increase MaxDepth for package metadata search
10 months ago
Emre KARA
81f8aab5ed
Increase MaxDepth for package metadata search
10 months ago
SALİH ÖZKARA
2408dd3ffc
Merge pull request #23723 from abpframework/ConventionalRegistrarBase-9.3
[9.3] Refine type filtering in ConventionalRegistrarBase
10 months ago
Alper Ebiçoğlu
95d28c7f58
Merge pull request #23738 from abpframework/skoc10-patch-3
Update version to release 9.3.4
10 months ago
selman koc
8014f41911
Update version to release 9.3.4
10 months ago
Alper Ebiçoğlu
88a7380e90
Merge pull request #23731 from abpframework/oracle-official.md
Add guidance for ORA-00904 error with Oracle EF Core
10 months ago
maliming
b83bd92c67
Add guidance for ORA-00904 error with Oracle EF Core
10 months ago
Ma Liming
328104e63a
Merge pull request #23727 from sheikhsadi46/patch-2
10 months ago
Sheikh Sadi
9985178c07
Correct the spelling for the google in the configuration sample
Correct the spelling for the google in the configuration sample
10 months ago
maliming
1394fd59c7
Refine type filtering in ConventionalRegistrarBase
11 months ago
erdem
9063ac9a5a
Merge pull request #23684 from abpframework/issue/23620
Angular - Fixing the merging parameter for resources
10 months ago
Yağmur Çelik
f228378b7e
Merge pull request #23703 from abpframework/PermissionManagementModal
Refactor permission grant tracking logic.
10 months ago
maliming
6ce8f8ec7c
Refactor permission grant tracking logic.
Resolve #23702
10 months ago
sumeyye
a0507a60f8
Merge pull request #23687 from abpframework/issue-#22408
Handle optional enum types in signature mapper
11 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.
11 months ago
voloagent
c393efb3b1
Merge branch 'rel-9.3' of https://github.com/abpframework/abp into rel-9.3
11 months ago
voloagent
ca77cfb1d8
Update_NPM_Packages
11 months ago
sumeyye
4cfd4abea1
fix: use acc parameter to merge resources instead
11 months ago
Yunus Emre Kalkan
e1d0e8dfcc
Merge pull request #23681 from abpframework/maliming-patch-2
Update configuration.md with contributor setup
11 months ago
Ma Liming
bddccb3430
Update configuration.md with contributor setup
11 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
11 months ago
enisn
d4f1ddc68e
Remove unnecessary blank line in SettingManagement.razor.cs
11 months ago
enisn
e42a24c366
Fix rendering multiple or wrong tabs as selected in Setting Management Blazor
11 months ago
enisn
9d8110612e
Remove div wrappers from tabs in SettingManagement.razor
11 months ago
Engincan VESKE
19361b16a4
Merge pull request #23672 from abpframework/basic-theme-google-fonts
Refactor font imports and add googlefonts.css.
11 months ago
maliming
10e1ac7f59
Refactor font imports and add googlefonts.css.
11 months ago
Halil İbrahim Kalkan
98795c8e53
Merge pull request #23662 from abpframework/interceptors-revise
Update interceptor docs with async usage and code fixes
11 months ago
maliming
892b32c303
Update interceptor docs with async usage and code fixes
11 months ago
Halil İbrahim Kalkan
c51faf3500
Merge pull request #23652 from abpframework/interceptors.md
Add documentation for ABP interceptors
11 months ago
maliming
94ece01996
Update interceptor docs with links and code improvements
11 months ago
maliming
399613fc6a
Reorder JSON section in docs navigation
11 months ago
maliming
6f0794b12d
Remove placeholder for dynamic proxying docs
11 months ago
maliming
631865ab19
Add documentation for ABP interceptors
Resolve #663
11 months ago
Alper Ebiçoğlu
8347e48df2
Merge pull request #23654 from abpframework/skoc10-patch-3
Update version to release 9.3.3
11 months ago
Yağmur Çelik
b6d5327a6f
Merge pull request #23657 from abpframework/issue-#20642
Refactor spinner and placeholder handling in directive
11 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.
11 months ago
selman koc
223bb51bc0
Update version to release 9.3.3
11 months ago
Yağmur Çelik
02b4167c2c
Merge pull request #23647 from abpframework/issue-#7259
Improve column width handling in ExtensibleTable
11 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.
11 months ago
Fahri Gedik
436dbc69ba
Reapply "Improve column width handling in ExtensibleTable"
This reverts commit 3f41906037 .
11 months ago
Fahri Gedik
3f41906037
Revert "Improve column width handling in ExtensibleTable"
This reverts commit 53cfc6a817 .
11 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.
11 months ago
oykuermann
7bd91874fe
Merge pull request #23612 from abpframework/EngincanV/cms-fix-blogposts
CMS: Fix tag & marked item filtering on blogposts
11 months ago
sumeyye
000f2a7924
Merge pull request #23629 from abpframework/issue-23610
Refine tenant property type renaming logic
11 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.
11 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.
11 months ago
İsmail ÇAĞDAŞ
debbd92a40
Merge pull request #23343 from abpframework/data-collection-rel-9-3
ABP Telemetry Collection
11 months ago
Yağmur Çelik
a81d31b83c
Merge pull request #23594 from abpframework/Issue-#23338-1
Create links for the CLI commands - Issue #23338
11 months ago
Ma Liming
96af7c76aa
Merge pull request #23613 from realLiangshiwei/liangshiwei/rebus-fix
Start Rebus after RebusDistributedEventBus is initialized
11 months ago
liangshiwei
b7ce35635f
Update AbpEventBusRebusModule.cs
11 months ago