Ma Liming
fdcd6fe60c
Merge pull request #25088 from abpframework/copilot/add-example-for-entity-cache
Add `FindManyAsync`/`GetManyAsync` to `IEntityCache` and extract `MapToValue` virtual method
2 months ago
maliming
08c6521a59
Use generic EntityNotFoundException<TEntity> in GetManyAsync for consistency with GetAsync
2 months ago
maliming
81d34da46c
Refactor entity cache to use decimal for price and enhance FindManyAsync/GetManyAsync to handle duplicate IDs
2 months ago
maliming
c762a652be
Add example for custom entity cache implementation and replace functionality
2 months ago
copilot-swe-agent[bot]
8a0b5c2d4c
Add GetManyAsync/FindManyAsync to IEntityCache and extract MapToValue virtual method
Co-authored-by: hikalkan <1210527+hikalkan@users.noreply.github.com>
2 months ago
copilot-swe-agent[bot]
602b1c62d7
Initial plan
2 months ago
sumeyye
0cc1f21e17
Merge pull request #25072 from abpframework/issue-25060
Upgrade Angular deps to ~21.2.0 on abp
2 months ago
Engincan VESKE
61d748c42b
Merge pull request #25082 from abpframework/enhance/operation-rate-limiting-configure-policy
Add `ConfigurePolicy` and `ClearRules` to Operation Rate Limiting
2 months ago
maliming
9664b686be
Add ConfigurePolicy and ClearRules to OperationRateLimiting
- Add ConfigurePolicy method to AbpOperationRateLimitingOptions for
partial modification of existing policies without full replacement
- Add ClearRules method to OperationRateLimitingPolicyBuilder for
clearing inherited rules before defining new ones
- Add FromPolicy factory method to reconstruct a builder from an
existing policy
- Change AddPolicy return type to AbpOperationRateLimitingOptions
for chaining consistency with ConfigurePolicy
- Add parameter validation to AddPolicy and FromPolicy
- Add documentation for overriding existing policies
- Add tests for ConfigurePolicy, ClearRules, chaining, and error cases
2 months ago
Volosoft Agent
7cfe9bcf05
Merge pull request #25079 from abpframework/auto-merge/rel-10-2/4425
Merge branch dev with rel-10.2
2 months ago
Yağmur Çelik
862d055ec5
Merge pull request #25070 from abpframework/issue-21890
Remove bottom padding from modal header
2 months ago
Volosoft Agent
ebb6e316d5
Merge pull request #25078 from abpframework/auto-merge/rel-10-2/4424
Merge branch dev with rel-10.2
2 months ago
Engincan VESKE
9b658e44b8
Merge pull request #25076 from abpframework/docs/ai-management-upload-hosting-limits
docs: clarify AI Management upload hosting limits
2 months ago
Enis Necipoglu
88c21fc073
docs: clarify AI Management upload hosting limits
2 months ago
Volosoft Agent
2ec6b1e6a6
Merge pull request #25075 from abpframework/auto-merge/rel-10-2/4422
Merge branch dev with rel-10.2
2 months ago
Volosoft Agent
45c7325c1f
Merge pull request #25074 from abpframework/auto-merge/rel-10-1/4421
Merge branch rel-10.2 with rel-10.1
2 months ago
Yağmur Çelik
5f86700df4
Merge pull request #25017 from abpframework/fix/resource-permission-definition-bugs
fix: resource permission definition bugs in cache and event notification
2 months ago
Engincan VESKE
6667c52eac
Merge pull request #25068 from abpframework/private_key_jwt
feat: add `private_key_jwt` client authentication support and `abp generate-jwks` CLI command
2 months ago
github-actions[bot]
dd77065300
Optimised images with calibre/image-actions
3 months ago
maliming
fbd91da045
docs: add community article for private_key_jwt client authentication in ABP 10.3
3 months ago
github-actions[bot]
4662bc7358
Optimised images with calibre/image-actions
3 months ago
maliming
4f99825077
Merge branch 'private_key_jwt' of github.com:abpframework/abp into private_key_jwt
3 months ago
maliming
13261c12ef
Update article title to private_key_jwt (ABP 10.3)
3 months ago
github-actions[bot]
356d1ebaf3
Optimised images with calibre/image-actions
3 months ago
maliming
4d865844df
Add OpenIddict private_key_jwt JWKS article
3 months ago
Fahri Gedik
c8c28beca9
Upgrade Angular deps to ~21.2.0
Bump Angular-related dependencies and devDependencies from ~21.0.0/~21.1.0 to ~21.2.0 across ng-packs, schematics and template package.json files. Also update TypeScript to ~5.9.0 in schematics and latest-versions, bump ng-packagr to ~21.2.0 and ng-zorro-antd to ~21.1.0, and adjust related @schematics/@angular-devkit packages for compatibility.
3 months ago
maliming
3786ddf3d5
fix: copy jwks.json to client output and use ILogger in ServerDataSeedContributor
3 months ago
maliming
a682d811f3
fix: address Copilot review issues in OpenIddict JWKS demo app and CLI command
3 months ago
github-actions[bot]
2c5b124ca1
docs: update package version changes [skip ci]
3 months ago
maliming
dc195e2b17
chore: upgrade Microsoft.IdentityModel packages from 8.14.0 to 8.16.0
OpenIddict.Abstractions 7.3.0 requires Microsoft.IdentityModel.Tokens >= 8.16.0
3 months ago
Fahri Gedik
ea7cad3f9d
Remove bottom padding from modal header
Add the 'pb-0' class to the modal header div in modal.component.html to remove the default bottom padding when abpHeader() is present. This fixes layout/spacing in the theme-shared modal header.
3 months ago
Volosoft Agent
9d02fc9097
Merge pull request #25069 from abpframework/auto-merge/rel-10-2/4420
Merge branch dev with rel-10.2
3 months ago
Engincan VESKE
6de8a21d82
Merge pull request #25064 from abpframework/fix/blazor-wasm-streaming-http-only
fix: only enable browser request streaming over HTTPS in `AbpBlazorClientHttpMessageHandler`
3 months ago
Alper Ebiçoğlu
11ddb90b3d
Revise article on Tutorial Validator for clarity and detail
Updated the article to improve clarity and fix grammatical errors. Enhanced the explanation of the Tutorial Validator's functionality and importance in maintaining accurate documentation.
3 months ago
Alper Ebiçoğlu
881d79e1c2
Update article.md
3 months ago
maliming
38d9073b85
Add JWKS private key and public key set for OpenIddict integration
3 months ago
maliming
ef84dbaef3
Include sorting and paging in role list fetch
3 months ago
maliming
1490b32e26
fix: only enable browser request streaming over HTTPS in Blazor WASM
SetBrowserRequestStreamingEnabled(true) requires HTTP/2, which browsers
only support over TLS (ALPN). When the target API uses plain HTTP,
the browser fails with ERR_ALPN_NEGOTIATION_FAILED on POST/PUT requests.
This change conditionally enables streaming only for HTTPS requests,
preserving the large file upload capability while fixing HTTP-only
development scenarios.
3 months ago
maliming
a57e249ab3
fix: guard against null provider key and stale search results in ResourcePermissionManagementModal
3 months ago
Ahmet Çelik
d6859e7e86
Merge pull request #25062 from abpframework/mansur-community-article
Add TutorialValidator article
3 months ago
github-actions[bot]
dda53f031d
Optimised images with calibre/image-actions
3 months ago
Mansur Besleney
8324c54fab
Add TutorialValidator article and images
Add a new Community-Articles post introducing TutorialValidator and its purpose, architecture, and usage. Adds docs/en/Community-Articles/2026-03-10-Tutorial-Validator/article.md and three supporting images (image.png, image-1.png, image-2.png). The article links to the project repo and explains phases (Analyst, Executor, Reporter), modes (Docker/local), and extensibility.
3 months ago
Fahri Gedik
47d1488c84
Merge pull request #25050 from abpframework/copilot/update-extensible-table-docs
docs(angular): Document infinite scroll and multiple selection for ExtensibleTableComponent
3 months ago
Fahri Gedik
c569f61d9c
Merge pull request #25049 from abpframework/issue/update-contribution-doc
Angular - Updating the UI contribution document
3 months ago
Volosoft Agent
40ac5571ba
Merge pull request #25058 from abpframework/auto-merge/rel-10-2/4419
Merge branch dev with rel-10.2
3 months ago
Volosoft Agent
fa794fc869
Merge pull request #25057 from abpframework/auto-merge/rel-10-1/4418
Merge branch rel-10.2 with rel-10.1
3 months ago
Engincan VESKE
a0fbdfd258
Merge pull request #25056 from abpframework/fix/update-dependency-changes-script
improve: preserve doc preamble and normalize `-preview` version in `update_dependency_changes` script
3 months ago
Volosoft Agent
aa5f54f8ec
Merge pull request #25048 from abpframework/auto-merge/rel-10-2/4417
Merge branch dev with rel-10.2
3 months ago
Ma Liming
c8a9ece4f5
Merge branch 'dev' into auto-merge/rel-10-2/4417
3 months ago
maliming
fb23d80440
test: add coverage for extract_preamble in update_dependency_changes tests
3 months ago