maliming
78fdb02b96
Set `ObjectMapperContext` in `CmsKitPublic` project.
1 year ago
maliming
f22df7dbb9
Update Guid serializer registration in AbpMongoDbModule
1 year ago
maliming
3ead724a50
Add AbpBsonSerializer utility class
1 year ago
maliming
10e1ac7f59
Refactor font imports and add googlefonts.css.
1 year ago
David Simões
5d4f1f66b2
Merge pull request #4 from davidsi02/infinite-scroll
Infinite Scroll - Table Height Input
1 year ago
Leandro Candeias
f1342bb50b
Add TableHeight Input to extensible-table
1 year ago
David Simões
8c3ef93444
Merge pull request #3 from davidsi02/infinite-scroll
Add Infinite Scroll to extensible-table
1 year ago
Leandro Candeias
2b744664db
Add Infinite Scroll to extensible-table
1 year ago
Alper Ebiçoğlu
4e1606696f
Merge pull request #23630 from abpframework/MapperlyAutoObjectMappingProvider-Exception-Message
Improve exception message for missing type mapper
1 year ago
Engincan VESKE
19a8a41e2e
Merge pull request #23667 from abpframework/IObjectMapper-Context
Use `IObjectMapper` with module context in all modules.
1 year ago
Engincan VESKE
912a899805
Merge pull request #23493 from abpframework/revert-23469-Disable-MapperlyAutoObjectMappingProvider
Revert "Disable `MapperlyAutoObjectMappingProvider` if AutoMapper used in app."
1 year ago
maliming
c046f77a8c
Use `IObjectMapper` with module context in all modules.
1 year ago
Ma Liming
8ac76d53d8
Merge pull request #23663 from abpframework/auto-merge/rel-9-3/3968
Merge branch dev with rel-9.3
1 year ago
Halil İbrahim Kalkan
98795c8e53
Merge pull request #23662 from abpframework/interceptors-revise
Update interceptor docs with async usage and code fixes
1 year ago
maliming
892b32c303
Update interceptor docs with async usage and code fixes
1 year ago
Ma Liming
fc5432c504
Merge pull request #23661 from abpframework/auto-merge/rel-9-3/3967
Merge branch dev with rel-9.3
1 year ago
Ma Liming
8a504cf8fc
Merge branch 'dev' into auto-merge/rel-9-3/3967
1 year ago
Halil İbrahim Kalkan
c51faf3500
Merge pull request #23652 from abpframework/interceptors.md
Add documentation for ABP interceptors
1 year ago
maliming
94ece01996
Update interceptor docs with links and code improvements
1 year ago
maliming
399613fc6a
Reorder JSON section in docs navigation
1 year ago
maliming
6f0794b12d
Remove placeholder for dynamic proxying docs
1 year ago
maliming
631865ab19
Add documentation for ABP interceptors
Resolve #663
1 year ago
Alper Ebiçoğlu
8347e48df2
Merge pull request #23654 from abpframework/skoc10-patch-3
Update version to release 9.3.3
1 year ago
maliming
2f98f7fea0
Add configurable retry backoff for inbox processor
Introduces the InboxProcessorRetryBackoffFactor option to allow configuration of the initial retry delay for the inbox processor when using the RetryLater failure policy. Updates documentation and logic to use this factor for exponential backoff, providing more flexibility in handling event retries.
1 year ago
maliming
98c436e2ca
Merge branch 'dev' into InboxProcessor-patch
1 year ago
Ma Liming
976c62cfc2
Merge pull request #23659 from abpframework/auto-merge/rel-9-3/3965
Merge branch dev with rel-9.3
1 year ago
Yağmur Çelik
b6d5327a6f
Merge pull request #23657 from abpframework/issue-#20642
Refactor spinner and placeholder handling in directive
1 year 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.
1 year ago
Engincan VESKE
166e43fe65
Merge pull request #23655 from abpframework/Keep-Track-of-Your-Users-in-an-ASP.NET-Core-Application
[Article] Keep track of your users in an ASP.NET Core application
1 year ago
github-actions[bot]
a191d21bdc
Optimised images with calibre/image-actions
1 year ago
maliming
ad2115bc44
Update cover.png
1 year ago
maliming
0d7f41209b
Keep Track of Your Users in an ASP.NET Core Application.
1 year ago
selman koc
223bb51bc0
Update version to release 9.3.3
1 year ago
SALİH ÖZKARA
404b5d5149
Merge pull request #23653 from abpframework/salihozkara-patch-2
Add post about 33% off ABP live training
1 year ago
SALİH ÖZKARA
6e85b9bdca
Add promotional header for ABP training discount
Added a promotional header for a training campaign.
1 year ago
SALİH ÖZKARA
5868972666
Update post.md
1 year ago
SALİH ÖZKARA
098f0012c4
Add post about 33% off ABP live training
Announce a limited-time offer for 33% off live ABP training sessions, highlighting benefits and how to get the discount.
1 year ago
Ma Liming
d7a02b3ffd
Merge pull request #23651 from abpframework/auto-merge/rel-9-3/3964
Merge branch dev with rel-9.3
1 year ago
Yağmur Çelik
02b4167c2c
Merge pull request #23647 from abpframework/issue-#7259
Improve column width handling in ExtensibleTable
1 year ago
Ma Liming
35904e185d
Merge pull request #23650 from abpframework/EngincanV/revise-docs
Revise all tutorials (and other docs) for Mapperly
1 year ago
EngincanV
dd47b1f87d
Revise tutorials for mapperly migration
1 year ago
EngincanV
000bc4cd73
Revise docs for mapperly
1 year 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.
1 year ago
Fahri Gedik
436dbc69ba
Reapply "Improve column width handling in ExtensibleTable"
This reverts commit 3f41906037 .
1 year ago
Ma Liming
bdf7de5ddc
Merge pull request #23649 from abpframework/ConventionalRegistrarBase
Refine type filtering in `ConventionalRegistrarBase`
1 year ago
SALİH ÖZKARA
06fdf3c545
Merge pull request #23648 from abpframework/ObjectMapperContext
Set `ObjectMapperContext` for app services.
1 year ago
maliming
f4a91183a0
Refine type filtering in ConventionalRegistrarBase
1 year ago
maliming
b2fd828663
Merge branch 'dev' into revert-23469-Disable-MapperlyAutoObjectMappingProvider
1 year ago
maliming
3c169a54b5
Add Mapperly object mapper to Account module
1 year ago
maliming
8a47bac394
Set `ObjectMapperContext` for app services.
1 year ago