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
3 weeks ago
Volosoft Agent
7cfe9bcf05
Merge pull request #25079 from abpframework/auto-merge/rel-10-2/4425
Merge branch dev with rel-10.2
3 weeks ago
Yağmur Çelik
862d055ec5
Merge pull request #25070 from abpframework/issue-21890
Remove bottom padding from modal header
3 weeks ago
Volosoft Agent
ebb6e316d5
Merge pull request #25078 from abpframework/auto-merge/rel-10-2/4424
Merge branch dev with rel-10.2
3 weeks ago
Engincan VESKE
9b658e44b8
Merge pull request #25076 from abpframework/docs/ai-management-upload-hosting-limits
docs: clarify AI Management upload hosting limits
3 weeks ago
Enis Necipoglu
88c21fc073
docs: clarify AI Management upload hosting limits
3 weeks ago
Volosoft Agent
2ec6b1e6a6
Merge pull request #25075 from abpframework/auto-merge/rel-10-2/4422
Merge branch dev with rel-10.2
3 weeks 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
3 weeks 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
3 weeks 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
3 weeks ago
github-actions[bot]
dd77065300
Optimised images with calibre/image-actions
3 weeks ago
maliming
fbd91da045
docs: add community article for private_key_jwt client authentication in ABP 10.3
3 weeks ago
github-actions[bot]
4662bc7358
Optimised images with calibre/image-actions
3 weeks ago
maliming
4f99825077
Merge branch 'private_key_jwt' of github.com:abpframework/abp into private_key_jwt
3 weeks ago
maliming
13261c12ef
Update article title to private_key_jwt (ABP 10.3)
3 weeks ago
github-actions[bot]
356d1ebaf3
Optimised images with calibre/image-actions
3 weeks ago
maliming
4d865844df
Add OpenIddict private_key_jwt JWKS article
3 weeks ago
maliming
3786ddf3d5
fix: copy jwks.json to client output and use ILogger in ServerDataSeedContributor
3 weeks ago
maliming
a682d811f3
fix: address Copilot review issues in OpenIddict JWKS demo app and CLI command
3 weeks ago
github-actions[bot]
2c5b124ca1
docs: update package version changes [skip ci]
3 weeks 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 weeks 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 weeks ago
Volosoft Agent
9d02fc9097
Merge pull request #25069 from abpframework/auto-merge/rel-10-2/4420
Merge branch dev with rel-10.2
3 weeks 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 weeks 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 weeks ago
Alper Ebiçoğlu
881d79e1c2
Update article.md
3 weeks ago
maliming
38d9073b85
Add JWKS private key and public key set for OpenIddict integration
3 weeks ago
maliming
ef84dbaef3
Include sorting and paging in role list fetch
3 weeks 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 weeks ago
maliming
a57e249ab3
fix: guard against null provider key and stale search results in ResourcePermissionManagementModal
3 weeks ago
Ahmet Çelik
d6859e7e86
Merge pull request #25062 from abpframework/mansur-community-article
Add TutorialValidator article
3 weeks ago
github-actions[bot]
dda53f031d
Optimised images with calibre/image-actions
3 weeks 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 weeks 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 weeks ago
Fahri Gedik
c569f61d9c
Merge pull request #25049 from abpframework/issue/update-contribution-doc
Angular - Updating the UI contribution document
3 weeks ago
Volosoft Agent
40ac5571ba
Merge pull request #25058 from abpframework/auto-merge/rel-10-2/4419
Merge branch dev with rel-10.2
3 weeks 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 weeks 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 weeks ago
Volosoft Agent
aa5f54f8ec
Merge pull request #25048 from abpframework/auto-merge/rel-10-2/4417
Merge branch dev with rel-10.2
3 weeks ago
Ma Liming
c8a9ece4f5
Merge branch 'dev' into auto-merge/rel-10-2/4417
3 weeks ago
maliming
fb23d80440
test: add coverage for extract_preamble in update_dependency_changes tests
3 weeks ago
maliming
dacda7721c
fix: preserve doc preamble and normalize preview version in update_dependency_changes script
- Add extract_preamble() to retain SEO metadata before the heading when rewriting the doc
- Add normalize_version() to map -preview suffix to -rc.1 (preview == RC1 in ABP versioning)
- Add unit tests (Test 17-19) covering preview, rc.N, and stable version normalization
3 weeks ago
Engincan VESKE
f69375d895
Merge pull request #25054 from abpframework/maliming/operation-rate-limiting-article
add community article: Operation Rate Limiting in ABP Framework
3 weeks ago
Engincan VESKE
520562258e
Merge pull request #25053 from abpframework/copilot/upgrade-openiddict-to-7-3-0
Upgrade OpenIddict to 7.3.0
3 weeks ago
github-actions[bot]
3a42cb6faf
docs: update package version changes [skip ci]
3 weeks ago
Engincan VESKE
1870dc300f
Change version from 10.3.0-preview to 10.3.0-rc.1
Updated package version changes to reflect the release candidate version and removed the outdated preview section.
3 weeks ago
Ma Liming
b5ec64964d
Merge pull request #25022 from tntwist/add-documentation-and-description
Add description and documentation support to API Definition endpoint
3 weeks ago
Ma Liming
8228409753
Update docs/en/Community-Articles/2026-03-10-Operation-Rate-Limiting-in-ABP-Framework/POST.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 weeks ago
github-actions[bot]
adcda52b73
Optimised images with calibre/image-actions
3 weeks ago
maliming
66b7db389b
add community article: Operation Rate Limiting in ABP Framework
3 weeks ago