erdem
6bcd1ec16a
Merge pull request #24694 from abpframework/fix-aria-err
Fix aria dependency error
6 months ago
Fahri Gedik
1c852c7fbf
Set @angular/aria to exact version 21.0.0
Changed the @angular/aria dependency version from a range (~21.0.0) to the exact version (21.0.0) in package.json for consistency with other Angular dependencies.
6 months ago
Fahri Gedik
3896b2e19c
Update @angular/aria peer dependency version
Changed the @angular/aria peer dependency from a version range (^21.0.0) to an exact version (21.0.0) in package.json.
6 months ago
Ma Liming
1e4afcdf51
Merge pull request #24693 from abpframework/auto-merge/rel-10-1/4297
Merge branch dev with rel-10.1
6 months ago
Ma Liming
2bb92d30f3
Merge pull request #24692 from abpframework/auto-merge/rel-10-1/4296
Merge branch dev with rel-10.1
6 months ago
Ma Liming
70ea0dd5e0
Merge pull request #24691 from abpframework/auto-merge/rel-10-0/4295
Merge branch rel-10.1 with rel-10.0
6 months ago
Ma Liming
fe2b62152e
Merge pull request #24690 from abpframework/auto-merge/rel-10-0/4294
Merge branch rel-10.1 with rel-10.0
6 months ago
İsmail ÇAĞDAŞ
7bc757b85a
Merge pull request #24668 from abpframework/pr/24029
Update microservice getting started images
6 months ago
Engincan VESKE
f8daaa1805
Merge pull request #24685 from abpframework/BuildBeforeAddMigrations
Run `dotnet build` command before creating EF Core migrations
6 months ago
Ma Liming
7aa6d209a1
Merge pull request #24688 from abpframework/auto-merge/rel-10-1/4293
Merge branch dev with rel-10.1
6 months ago
Engincan VESKE
8f833bf60b
Merge pull request #24687 from abpframework/berkan/delete-abpsln
Delete unnecessary abpsln file
6 months ago
berkansasmaz
6020df6405
Delete abp.sln
6 months ago
Ma Liming
824a50c41c
Merge pull request #24686 from abpframework/auto-merge/rel-10-1/4292
Merge branch dev with rel-10.1
6 months ago
Berkan Sasmaz
fad7e8d53f
Remove abp.sln file
Remove abp.sln from the changes in PR #24680
6 months ago
maliming
e66bb546d2
Refactor variable declaration for exit codes in CLI commands
7 months ago
Ma Liming
721a9297e5
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/Internal/RecreateInitialMigrationCommand.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
Ma Liming
6c64975c12
Update framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectModification/EfCoreMigrationManager.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
maliming
3748dac786
Add 'dotnet build' before creating EF Core migrations
7 months ago
Ma Liming
02f4e5a1d9
Merge pull request #24683 from abpframework/auto-merge/rel-10-1/4291
Merge branch dev with rel-10.1
7 months ago
Ma Liming
22c1007b13
Merge pull request #24669 from abpframework/AbpHangfirePeriodicBackgroundWorkerAdapterOptions
Add Hangfire periodic worker adapter options.
7 months ago
Engincan VESKE
55a6f6b0bf
Merge pull request #24682 from abpframework/JobStorageFeatures.JobQueueProperty
Handle Hangfire storage without JobQueueProperty feature.
7 months ago
maliming
5c41632d84
Handle Hangfire storage without JobQueueProperty feature.
7 months ago
Engincan VESKE
d24b749752
Merge pull request #24515 from abpframework/ClientResourcePermission
Add ClientResourcePermissionValueProvider implementation
7 months ago
Ebicoglu
151784f75d
Update article.md
7 months ago
Ebicoglu
f7203a0f7b
Which Open-Source PDF Libraries Are Recently Popular
7 months ago
Ma Liming
e6fb0c53af
Merge pull request #24670 from abpframework/auto-merge/rel-10-1/4290
Merge branch dev with rel-10.1
7 months ago
Muhammed Ali ÖZKAYA
aea2e5d3c7
Merge pull request #24662 from abpframework/EngincanV/suite-entity-extension-document
Add a new section to Suite document to explain extending with custom module entities
7 months ago
oykuermann
69761d3b07
Merge pull request #24623 from abpframework/issue-24565
Refactor setting management to use @angular/aria tabs - issue-24565
7 months ago
Yağmur Çelik
2cc3f59f9e
Merge pull request #24636 from abpframework/issue-24635
Add extensible table row detail feature
7 months ago
Ma Liming
47dcccf771
Update framework/src/Volo.Abp.BackgroundWorkers.Hangfire/Volo/Abp/BackgroundWorkers/Hangfire/AbpHangfirePeriodicBackgroundWorkerAdapterOptions.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
maliming
420b4452ec
Add Hangfire periodic worker adapter options.
https://github.com/abpframework/abp/pull/24666
7 months ago
Engincan VESKE
17f02bd831
Merge pull request #24667 from abpframework/maliming-patch-3
Update MongoDB.Driver package version to 3.6.0
7 months ago
github-actions[bot]
d602340659
Optimised images with calibre/image-actions
7 months ago
Muhammed Ali ÖZKAYA
5328b57373
Update microservice getting started images
7 months ago
Ma Liming
12d81a51f8
Update MongoDB.Driver package version to 3.6.0
https://github.com/mongodb/mongo-csharp-driver/releases/tag/v3.6.0
7 months ago
Ahmet Çelik
81c7df2a10
Merge pull request #24665 from abpframework/article-update
Relocate article file for NDC London 2026
7 months ago
Mansur Besleney
810a36add7
Rename article file for NDC London 2026
Renamed the community article file to correct the directory and filename structure for better organization and consistency.
7 months ago
Mansur Besleney
ae4fb5169a
Merge pull request #24664 from irem1demirci/patch-9
Create 2026-01-16-meet-abpio-at-ndc-london-2026
7 months ago
irem1demirci
66bf5b0db4
Create 2026-01-16-meet-abpio-at-ndc-london-2026
7 months ago
EngincanV
6debf1b4f8
Add a new section to Suite document to explain extending with custom module entities
7 months ago
github-actions[bot]
6391840c98
Optimised images with calibre/image-actions
7 months ago
sumeyye
3113cbe46c
fix: document escape character errors
7 months ago
github-actions[bot]
94c0b602ff
Optimised images with calibre/image-actions
7 months ago
Fahri Gedik
2bcafa7cbe
Merge branch 'issue-24635' of https://github.com/abpframework/abp into issue-24635
7 months ago
Fahri Gedik
f28dfe15b9
Refactor row detail context and typings in table component
Introduced a RowDetailContext interface for row detail templates to improve type safety and clarity. Updated rowDetailTemplate and related methods to use the new context type. Also added documentation regarding deprecated ::ng-deep usage in styles.
7 months ago
github-actions[bot]
6e63bb02ba
Optimised images with calibre/image-actions
7 months ago
Fahri Gedik
66cdfa2d28
Add ExtensibleTableRowDetailComponent to module and docs
7 months ago
Fahri Gedik
c81124d2dc
Add ExtensibleTableRowDetailComponent to module and docs
Registered ExtensibleTableRowDetailComponent in ExtensibleModule and updated documentation to reference the new row detail feature. Also improved accessibility and semantics by replacing the expand/collapse anchor with a button in the extensible table component template.
7 months ago
Fahri Gedik
5c00d366f8
The @ViewChild decorator for 'table' uses the definite assignment assertion (!) but doesn't specify the static option
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago
Fahri Gedik
41e3ef8fd0
Update npm/ng-packs/packages/components/extensible/src/lib/components/extensible-table/extensible-table.component.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
7 months ago