maliming
3c169a54b5
Add Mapperly object mapper to Account module
11 months ago
maliming
8a47bac394
Set `ObjectMapperContext` for app services.
11 months ago
Enis Necipoglu
4e110734a6
Merge pull request #23646 from abpframework/background-jobs-mapperly
Replace AutoMapper with Mapperly for BackgroundJobs Module
11 months ago
erdemcaygor
d067868eaf
auth flow updated
11 months ago
erdemcaygor
5baeafdf75
auth flow updated
11 months ago
erdemcaygor
7fd22d518f
auth flow updated
11 months ago
Fahri Gedik
3f41906037
Revert "Improve column width handling in ExtensibleTable"
This reverts commit 53cfc6a817 .
11 months ago
enisn
3cf4d637eb
Merge branch 'dev' into ai
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
Ma Liming
008e1a06ae
Add MapperIgnoreTarget for ExtraProperties in mapping
11 months ago
enisn
a201880628
Replace AutoMapper with Mapperly for BackgroundJobs Module
11 months ago
Ma Liming
a4ea6ee85d
Merge pull request #23644 from abpframework/yekalkan-mapper-update
Convert from AutoMapeer to Mapperly for Blogging, Docs & Cms-Kit modules
11 months ago
maliming
8b887232f8
Refactor mappers to use RequiredMappingStrategy.Target
11 months ago
maliming
20a9f17730
Merge branch 'RequiredMappingStrategy' into yekalkan-mapper-update
11 months ago
maliming
3599fc454c
Update exception message for missing object mapping
11 months ago
Yunus Emre Kalkan
c6f4b52cde
Update DocsAdminWebModule.cs
11 months ago
erdemcaygor
78dbb07cb8
templates builders updated to application builder
11 months ago
oykuermann
dd192604ac
Merge pull request #23572 from abpframework/issue-20098
Support dictionary query params in service templates
11 months ago
erdemcaygor
6cf03b34dc
templates builders updated to application builder
11 months ago
erdemcaygor
35219c6719
code refactoring
11 months ago
erdemcaygor
15c01621e2
Merge branch 'dev' into feature/ssr-support
# Conflicts:
# framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Repositories/BasicRepositoryBase.cs
# framework/src/Volo.Abp.Ddd.Domain/Volo/Abp/Domain/Repositories/IRepository.cs
# framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/Domain/Repositories/EntityFrameworkCore/EfCoreRepository.cs
# framework/test/Volo.Abp.Ddd.Tests/Volo/Abp/Domain/Repositories/RepositoryRegistration_Tests.cs
# framework/test/Volo.Abp.EntityFrameworkCore.Tests/Volo/Abp/EntityFrameworkCore/Repositories/SharedEntity_Repository_Tests.cs
# latest-versions.json
# templates/app/angular/src/app/app.config.ts
11 months ago
Yunus Emre Kalkan
215d49dea3
Updated analyze files for Docs
11 months ago
Yunus Emre Kalkan
6307c371b9
Updated analyze files for blogging
11 months ago
Yunus Emre Kalkan
1446e2623f
Updated analyze files for cmskit
11 months ago
maliming
d0e0f0dc1d
Set RequiredMappingStrategy for identity mappers
11 months ago
Yunus Emre Kalkan
8de00aea6e
Merge branch 'dev' into yekalkan-mapper-update
11 months ago
maliming
2a3b713962
Set RequiredMappingStrategy to Target for all necessary Mappers.
11 months ago
Ma Liming
d9840664bd
Merge pull request #23638 from abpframework/add-provider-info-to-repository
Add provider name support to repository infrastructure
11 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.
11 months ago
Ma Liming
fdb639770b
Merge pull request #23623 from abpframework/mapperly-tenant-management
Replace `AutoMapper` with `Mapperly` inTenant Management module
11 months ago
Enis Necipoglu
40e82e7539
Merge branch 'dev' into mapperly-tenant-management
11 months ago
Ma Liming
11b400856a
Merge pull request #23635 from abpframework/auto-merge/rel-9-3/3963
Merge branch dev with rel-9.3
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
Engincan VESKE
6b9af55ad5
Merge pull request #23632 from abpframework/Template-Mapperly
Use Mapperly in template projects.
11 months ago
sumeyye
013ca0a518
Merge pull request #23634 from abpframework/article-01
Fix formatting in API versioning article
11 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.
11 months ago
enisn
08b7b643fb
Update tenant mappers & include ExtraProperties
11 months ago
EngincanV
69d3d38c53
Add mapperly service registrations to the missing projects
11 months ago
Ma Liming
b6cb4adea8
Merge pull request #23633 from abpframework/auto-merge/rel-9-3/3962
Merge branch dev with rel-9.3
11 months ago
sumeyye
000f2a7924
Merge pull request #23629 from abpframework/issue-23610
Refine tenant property type renaming logic
11 months ago
Mansur Besleney
cf5856aa61
Merge pull request #23631 from abpframework/vs-internal-issue-#7227-localization
Add localization string for Issue-#7227
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
maliming
d2cb3dad71
Update Mapperly mapper placeholders in templates
11 months ago
maliming
7c20c281cc
Use Mapperly in template projects.
11 months ago
maliming
abbcea5a74
Update exception message for missing type mapper
11 months ago
Ahmet Çelik
df51391de0
Add 'In this document' localization string to en.json
11 months ago
maliming
54ad1ee666
Improve exception message for missing type mapper
11 months ago
Yağmur Çelik
ae76b8ee98
Merge pull request #23626 from abpframework/issue-20624
Update datatable footer border styles - issue-20624
11 months ago
maliming
0b885606b8
Update package references to use version 10.0.0-rc.* for consistency across projects
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