Volosoft Agent
f33d27febb
Merge pull request #25727 from abpframework/auto-merge/rel-10-5/4688
Merge branch dev with rel-10.5
2 months ago
Volosoft Agent
815f3ce445
Merge pull request #25726 from abpframework/auto-merge/rel-10-4/4687
Merge branch rel-10.5 with rel-10.4
2 months ago
Engincan VESKE
f075649180
Merge pull request #25725 from abpframework/codex/modern-vs-classic-template-docs
Add modern vs classic template docs
2 months ago
Enis Necipoglu
2876ab00b1
Add modern vs classic template docs
2 months ago
Enis Necipoglu
6c981bd6ba
Merge pull request #25724 from abpframework/EngincanV/post-release-10-5
Add ABP 10.5 stable release post and update migration notes
2 months ago
github-actions[bot]
f78f920034
Optimised images with calibre/image-actions
2 months ago
Engincan VESKE
c8f7ba4ccc
Group ABP 10.5 community article authors
Co-Authored-By: Cursor <cursoragent@cursor.com>
2 months ago
Engincan VESKE
aaca202e41
Attach AI agent note to community article
Co-authored-by: Cursor <cursoragent@cursor.com>
2 months ago
Engincan VESKE
d014169892
Update ABP 10.5 migration dependency note
Co-authored-by: Cursor <cursoragent@cursor.com>
2 months ago
Engincan VESKE
3537b04124
Add ABP 10.5 stable release post
Co-authored-by: Cursor <cursoragent@cursor.com>
2 months ago
SALİH ÖZKARA
8b95812703
Merge pull request #25723 from abpframework/maliming/docs-options-floating-button
Collapse docs document options bar into a floating button
2 months ago
maliming
c9b57fe0f0
Collapse docs document options bar into a floating button
2 months ago
Volosoft Agent
3007d0fe5a
Merge pull request #25721 from abpframework/auto-merge/rel-10-5/4686
Merge branch dev with rel-10.5
2 months ago
maliming
5fc24ddf19
Merge remote-tracking branch 'origin/dev' into auto-merge/rel-10-5/4686
# Conflicts:
# templates/app-nolayers/angular/package.json
# templates/app/angular/package.json
# templates/module/angular/package.json
2 months ago
voloagent
a9658eb59f
Merge branch 'rel-10.5' of https://github.com/abpframework/abp into rel-10.5
2 months ago
voloagent
998e26710f
Update_NPM_Packages
2 months ago
Fahri Gedik
e9247a0b40
Merge pull request #25715 from abpframework/issue/article-for-ng-state-management
Adding an article for angular state management best practices within v22
2 months ago
Volosoft Agent
0ad17ad426
Merge pull request #25720 from abpframework/auto-merge/rel-10-5/4685
Merge branch dev with rel-10.5
2 months ago
Engincan VESKE
948be39395
Merge pull request #25718 from abpframework/maliming/clarify-dynamic-claims-docs
Clarify dynamic claims documentation (remote contributors, `IsRemoteRefreshEnabled`)
2 months ago
Volosoft Agent
ed95bd730d
Merge pull request #25719 from abpframework/auto-merge/rel-10-5/4684
Merge branch dev with rel-10.5
2 months ago
selman koc
c828bc5839
Merge branch 'dev' into auto-merge/rel-10-5/4684
2 months ago
Alper Ebiçoğlu
a7cad96f8f
Merge pull request #25717 from abpframework/skoc10-patch-1
Update version to release 10.5.0
2 months ago
maliming
09cbe8ccba
Clarify dynamic claims docs for remote contributors and IsRemoteRefreshEnabled
2 months ago
selman koc
4a90470451
Update version to release 10.5.0
2 months ago
Enis Necipoglu
fd79f14769
Merge pull request #25708 from abpframework/update-dapr-article
Update dapr workflows article with mermaid images
2 months ago
Volosoft Agent
7ecb148109
Merge pull request #25716 from abpframework/auto-merge/rel-10-5/4683
Merge branch dev with rel-10.5
2 months ago
Ma Liming
d1cb85b27a
Merge pull request #25714 from abpframework/maliming/maui-client-module-override
Add `override` to `AbpMauiClientModule.OnApplicationInitializationAsync`
2 months ago
sumeyye
c82c0ba295
add: an article for ng state management
2 months ago
maliming
495e7a2d51
Add override to OnApplicationInitializationAsync in AbpMauiClientModule
2 months ago
github-actions[bot]
30b27f0708
Optimised images with calibre/image-actions
2 months ago
Enis Necipoglu
5c110e522d
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2 months ago
Ma Liming
54d9b25747
Merge pull request #25711 from gdlcf88/fix/openiddict-clientid-leak-into-cookie
Prevent OpenIddict client_id from leaking into the interactive auth cookie
2 months ago
maliming
30119d7d90
Refactor client_id cookie cleanup into an options extension
- move OnRefreshingPrincipal logic to AbpOpenIddictSecurityStampValidatorOptionsExtensions
- add unit tests for removal and callback composition order
2 months ago
gdlcf88
f9493d6dec
Prevent OpenIddict client_id from leaking into the interactive auth cookie
When the cookie security stamp is refreshed during a /connect/authorize
request, OpenIddictClaimsPrincipalContributor stamps the ambient request's
client_id onto the principal that is written back to the interactive
authentication cookie. From then on ICurrentClient.Id resolves to that client
for every later cookie-authenticated request, corrupting audit-log client
attribution.
The contributor cannot tell whether the principal it contributes to is destined
for a token (correct) or for the cookie being refreshed (wrong), so strip
client_id at the only point where the cookie is actually re-written: the
security-stamp OnRefreshingPrincipal callback. This never runs for token
issuance, so the token path is untouched, and chaining the removal after the
existing AbpSecurityStampValidatorCallback.UpdatePrincipal lets already-corrupted
cookies self-heal on their next refresh.
Adds Volo.Abp.OpenIddict.AspNetCore.Tests covering the removal and the callback
composition order.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 months ago
github-actions[bot]
a0f92b6c99
Optimised images with calibre/image-actions
2 months ago
Engincan VESKE
7b048ab755
update dapr workflows article
2 months ago
Enis Necipoglu
a18b46f552
Merge pull request #25707 from abpframework/EngincanV/dapr-workflows-article
Article: Working with Dapr Workflows
2 months ago
github-actions[bot]
4b7d67a619
Optimised images with calibre/image-actions
2 months ago
Engincan VESKE
5578496884
Merge branch 'EngincanV/dapr-workflows-article' of https://github.com/abpframework/abp into EngincanV/dapr-workflows-article
2 months ago
Engincan VESKE
bdefd3d883
Create cover-image.png
2 months ago
Ebicoglu
ecf8548caf
Merge branch 'dev' of https://github.com/abpframework/abp into dev
2 months ago
Ebicoglu
25b5b7b929
Update volosoft-presentation.pptx
2 months ago
github-actions[bot]
ed08ce2d92
Optimised images with calibre/image-actions
2 months ago
Engincan VESKE
8ee8c5c721
complete dapr-workflows-in-abp article
2 months ago
Engincan VESKE
902a1fc666
Merge pull request #25706 from abpframework/maliming/bump-microsoft-system-packages-10-0-9
Update `Microsoft.*` and `System.*` packages to 10.0.9
2 months ago
github-actions[bot]
e992751a81
docs: update package version changes [skip ci]
2 months ago
Fahri Gedik
784f8c10ba
Merge pull request #25705 from abpframework/issue/an-article-for-customization
Adding a post for customizing the ABP framework
2 months ago
sumeyye
cb6d0611e7
add: a post for customizing the ABP framework
2 months ago
maliming
e2e27c5ba9
Update Microsoft.IdentityModel.* and System.IdentityModel.* packages to 8.19.1
2 months ago
maliming
320a7ae8f0
Bump Microsoft.* and System.* packages to 10.0.9
Also update Microsoft.Extensions.Caching.Hybrid to 10.7.0 and Microsoft.Data.SqlClient to 7.0.2.
2 months ago