Ma Liming
a4ea6ee85d
Merge pull request #23644 from abpframework/yekalkan-mapper-update
Convert from AutoMapeer to Mapperly for Blogging, Docs & Cms-Kit modules
9 months ago
maliming
8b887232f8
Refactor mappers to use RequiredMappingStrategy.Target
9 months ago
maliming
20a9f17730
Merge branch 'RequiredMappingStrategy' into yekalkan-mapper-update
9 months ago
Yunus Emre Kalkan
c6f4b52cde
Update DocsAdminWebModule.cs
9 months ago
oykuermann
dd192604ac
Merge pull request #23572 from abpframework/issue-20098
Support dictionary query params in service templates
9 months ago
Yunus Emre Kalkan
215d49dea3
Updated analyze files for Docs
9 months ago
Yunus Emre Kalkan
6307c371b9
Updated analyze files for blogging
9 months ago
Yunus Emre Kalkan
1446e2623f
Updated analyze files for cmskit
9 months ago
maliming
d0e0f0dc1d
Set RequiredMappingStrategy for identity mappers
9 months ago
Yunus Emre Kalkan
8de00aea6e
Merge branch 'dev' into yekalkan-mapper-update
9 months ago
maliming
2a3b713962
Set RequiredMappingStrategy to Target for all necessary Mappers.
9 months ago
Ma Liming
d9840664bd
Merge pull request #23638 from abpframework/add-provider-info-to-repository
Add provider name support to repository infrastructure
9 months ago
Halil İbrahim Kalkan
f8465f8b31
Add provider name support to repository infrastructure
Introduces a ProviderName property to IRepository and related base classes, requiring repositories to specify their provider via constructor. Adds provider constants for EF Core, MemoryDb, and MongoDB, and updates repository implementations and tests accordingly. Also refactors EntityName to a public property and renames WithEntityName extension to SetEntityName.
9 months ago
Ma Liming
fdb639770b
Merge pull request #23623 from abpframework/mapperly-tenant-management
Replace `AutoMapper` with `Mapperly` inTenant Management module
9 months ago
Enis Necipoglu
40e82e7539
Merge branch 'dev' into mapperly-tenant-management
9 months ago
Ma Liming
11b400856a
Merge pull request #23635 from abpframework/auto-merge/rel-9-3/3963
Merge branch dev with rel-9.3
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
Engincan VESKE
6b9af55ad5
Merge pull request #23632 from abpframework/Template-Mapperly
Use Mapperly in template projects.
9 months ago
sumeyye
013ca0a518
Merge pull request #23634 from abpframework/article-01
Fix formatting in API versioning article
9 months ago
Fahri Gedik
f0df8edbdb
Fix formatting in API versioning article
Corrected code block and line break formatting in the Media Type section and Swagger UI configuration example for improved readability.
9 months ago
enisn
08b7b643fb
Update tenant mappers & include ExtraProperties
9 months ago
EngincanV
69d3d38c53
Add mapperly service registrations to the missing projects
9 months ago
Ma Liming
b6cb4adea8
Merge pull request #23633 from abpframework/auto-merge/rel-9-3/3962
Merge branch dev with rel-9.3
9 months ago
sumeyye
000f2a7924
Merge pull request #23629 from abpframework/issue-23610
Refine tenant property type renaming logic
9 months ago
Mansur Besleney
cf5856aa61
Merge pull request #23631 from abpframework/vs-internal-issue-#7227-localization
Add localization string for Issue-#7227
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
maliming
d2cb3dad71
Update Mapperly mapper placeholders in templates
9 months ago
maliming
7c20c281cc
Use Mapperly in template projects.
9 months ago
Ahmet Çelik
df51391de0
Add 'In this document' localization string to en.json
9 months ago
Yağmur Çelik
ae76b8ee98
Merge pull request #23626 from abpframework/issue-20624
Update datatable footer border styles - issue-20624
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
Alper Ebiçoğlu
eb7bf996ca
Update AutoMapper-Alternatives.md
9 months ago
Engincan VESKE
baa312e255
Merge pull request #23622 from abpframework/GetPermissionNameFormCacheKeyOrNull
Optimize `permission/setting` lookup in `PermissionStore` and `SettingManagementStore`
9 months ago
Fahri Gedik
6c1a7ff0d3
Update datatable footer border styles
Added CSS rules to conditionally set the border-top of .datatable-footer in ngx-datatable based on the presence of .datatable-body-row. This improves visual consistency when the datatable has no rows.
9 months ago
Enis Necipoglu
2d30749cff
Refactor tenant create mapper to use CreateModalModel
Renamed TenantInfoModelToTenantCreateDtoMapper to CreateTenantInfoModelToTenantCreateDtoMapper and updated all method signatures to use CreateModalModel.TenantInfoModel instead of EditModalModel.TenantInfoModel. This clarifies the mapper's purpose and aligns it with the correct model context.
9 months ago
Ma Liming
339512d199
Merge pull request #23625 from abpframework/auto-merge/rel-9-3/3961
Merge branch dev with rel-9.3
9 months ago
İsmail ÇAĞDAŞ
debbd92a40
Merge pull request #23343 from abpframework/data-collection-rel-9-3
ABP Telemetry Collection
9 months ago
Alper Ebiçoğlu
b09e889590
Merge pull request #23621 from abpframework/maliming-patch-2
Change properties from init to set in models
9 months ago
Ma Liming
dded32b88c
Merge pull request #23624 from abpframework/auto-merge/rel-9-3/3960
Merge branch dev with rel-9.3
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
Alper Ebiçoğlu
ab1a4a35c6
Merge pull request #23617 from abpframework/article-01
Add article on backward-compatible REST APIs in .NET Microservices
9 months ago
Enis Necipoglu
a0551df0c0
Update AbpTenantManagementApplicationMapperlyMappers.cs
9 months ago
Enis Necipoglu
47352e8b92
Update AbpTenantManagementWebModule.cs
9 months ago
maliming
f5114a0b06
Optimize permission lookup in SettingManagementStore.
9 months ago
Enis Necipoglu
d538b20a09
Merge branch 'dev' into mapperly-tenant-management
9 months ago
Enis Necipoglu
54f773f18f
Migrate from AutoMapper to Mapperly in tenant management
Replaced AutoMapper usage with Mapperly in tenant management and MVC template modules. Removed obsolete AutoMapper mapping profile, updated project references and module dependencies, and refactored mapping configuration methods to use Mapperly.
9 months ago
maliming
9ef14e44ab
Fix permission names used in GetListAsync call
9 months ago
maliming
8875f9f789
Optimize permission lookup in PermissionStore
Replaces repeated LINQ queries with a HashSet for permission name lookups, improving performance when filtering permissions by cache keys.
9 months ago
Ma Liming
b71509d5b3
Change properties from init to set in models
9 months ago
Ma Liming
d5610eb25f
Merge pull request #23618 from abpframework/EngincanV/new-article
Article: Building a Permission-based Authorization System for ASP.NET Core
9 months ago