Enis Necipoglu
6ede07be5a
Document Low-Code 10.7 feature workflows
Document Low-Code 10.7 feature workflows
15 hours ago
SALİH ÖZKARA
cc0b6c11f0
docs(low-code): document 10.7 feature workflows
16 hours ago
Engincan VESKE
6710cee425
Merge pull request #26063 from abpframework/maliming/reset-2fa-failed-count-rel-10.7
Fix password grant two-factor authentication flow
19 hours ago
Yağmur Çelik
a27029d356
Merge pull request #26073 from abpframework/maliming/mud-action-menu-dispatcher
Wrap MudBlazor action menu callbacks with `InvokeAsync`
1 day ago
Yağmur Çelik
6c8c5063d9
Merge pull request #26062 from abpframework/maliming/fix-mudblazor-grant-all-state
Remove indeterminate state from Grant All permissions
2 days ago
maliming
58bf7d0030
Wrap MudBlazor action menu callbacks with InvokeAsync
2 days ago
Enis Necipoglu
4986f685f2
Merge pull request #26065 from abpframework/maliming/branding-logo-icon-url
Resolve branding logo urls with the request path base
2 days ago
maliming
3f40165cd8
Remove indeterminate state from group permission selection
2 days ago
Volosoft Agent
072699b6cf
Merge pull request #26066 from abpframework/auto-merge-forward/rel-10.6-to-rel-10.7-12
Auto-merge forward rel-10.6 → rel-10.7
2 days ago
github-actions[bot]
70ef551366
Merge remote-tracking branch 'origin/rel-10.6' into auto-merge-forward/rel-10.6-to-rel-10.7-12
2 days ago
selman koc
0b94206296
Merge pull request #26061 from abpframework/docs/studio-3.1.0
docs(studio): release 3.1.0 - 3.1.0
2 days ago
maliming
84863bdfa9
Document the branding logo urls and the logo icon provider
2 days ago
maliming
2849534bb9
Resolve branding logo urls with the request path base
2 days ago
maliming
e567df5598
Fix password grant two-factor authentication flow
2 days ago
maliming
76079ee454
Remove indeterminate Grant All permission state
2 days ago
selman koc
b5af314337
Update ABP Studio version mapping table
3 days ago
github-actions[bot]
33329cec74
docs(studio): update documentation for release 3.1.0
- Updated release notes for 3.1.0
- Updated version mapping with ABP 10.6.0
Release: 3.1.0
3 days ago
İsmail ÇAĞDAŞ
b80ec2f3c3
Merge pull request #26049 from abpframework/maliming/tenant-connection-string-in-body
Send the tenant connection string in the request body
3 days ago
Engincan VESKE
8d68019fc9
Merge pull request #26048 from abpframework/maliming/tenant-connection-string-audit
Keep tenant connection string out of the audit logs
3 days ago
Engincan VESKE
39a6bad676
Merge pull request #26047 from abpframework/maliming/uow-api-key-connection-string
Hash the connection string in unit of work api keys
3 days ago
Engincan VESKE
2ddbb08cbf
Merge pull request #26028 from abpframework/maliming/cookie-identity-session-check
Reject invalid identity session cookies instead of signing them out
3 days ago
maliming
bb4f483078
Send a JSON string body for string parameters in Angular proxies
Angular sends a plain string body as text/plain, which the endpoint rejects
3 days ago
maliming
d66c8fa279
Send the tenant connection string in the request body
It was a query string parameter, so it was written to web server access logs
3 days ago
maliming
169e3f736a
Document DisableAuditing usage on method parameters
3 days ago
maliming
607bc55501
Keep tenant connection string out of the audit logs
DisableAuditingAttribute can now be used on method parameters
3 days ago
maliming
3945a91459
Use HashData and ToHexString in string hash extensions
4 days ago
maliming
206e4a9027
Hash the connection string in unit of work api keys
The api key can be written to logs as a part of an exception message
4 days ago
Halil İbrahim Kalkan
220db6ef5a
Support completing request units of work before responses start
Support completing request units of work before responses start
4 days ago
Halil İbrahim Kalkan
ccd673cf20
Guard UoW completion during response start
This change hardens `AbpUnitOfWorkMiddleware` to avoid invalid second completion attempts when the response starts during end-of-pipeline UoW completion, and to skip early completion while a shared child UoW scope is still active. It adds active child-scope tracking in `UnitOfWorkExtensions`/`ChildUnitOfWork`, updates option docs to clarify behavior, and adds MVC tests plus controller/event-handler scenarios covering child-scope response flush and event-driven response writes during completion.
4 days ago
Ma Liming
f8d5ce1dfb
Merge pull request #26040 from nazem0/patch-1
Update AWSSDK.S3 and AWSSDK.SecurityToken versions
4 days ago
maliming
d54ed68d58
docs: update package version changes [skip ci]
4 days ago
Mohamed Nazem
3ca3dd67d2
Update AWSSDK.S3 and AWSSDK.SecurityToken versions
5 days ago
maliming
b2316be9da
Merge remote-tracking branch 'origin/rel-10.7' into maliming/uow-commit-before-response
6 days ago
maliming
d79fa71b41
Derive the OpenIddict opt-in URLs from the configured server endpoints
6 days ago
maliming
ab1daeeacd
Match opt-in URLs the same way as IgnoredUrls
6 days ago
maliming
e35825dc8a
Simplify OpenIddict endpoint path normalization
6 days ago
Ma Liming
1aba7fa40a
Merge pull request #26026 from abpframework/maliming/pin-select2-4013
Pin `select2` to 4.0.13
6 days ago
maliming
c0d9631016
Test that response-start completion rolls back a failed request
6 days ago
maliming
f5c55db852
Add a path base matching test and document opt-in path matching
6 days ago
maliming
f1e28e0ebc
Match the path base and normalize OpenIddict opt-in endpoint paths
- Rename completedOnResponseStarting and fix response-start completion comments and docs
6 days ago
maliming
bb413e65fb
Remove unused using in UnitOfWorkTestController
6 days ago
maliming
eaf1bf6fe3
Add opt-in options for completing the unit of work on response start
- Enable globally via CompleteUnitOfWorkOnResponseStarting or per path via the Urls list
- OpenIddict opts in its endpoints so token/session rows commit before the response
6 days ago
Volosoft Agent
14148670f5
Merge pull request #26029 from abpframework/skoc/harden-github-actions
Harden GitHub Actions: Angular timeout and checkout v4
7 days ago
selmankoc
7001556c19
Harden GitHub Actions against hung jobs.
Add job timeouts and cancel-in-progress concurrency, and bump checkout to v4 so workflows cannot sit on GitHub-hosted runners until the 6h default limit.
Co-authored-by: Cursor <cursoragent@cursor.com>
7 days ago
maliming
cdb8a1c805
Rename `IsValidateAsync` to `IsValidAsync`
7 days ago
maliming
7b24d3d49f
Reject invalid identity session cookies instead of signing them out
7 days ago
maliming
4bd160565d
Complete only the reserved unit of work on response start
7 days ago
maliming
6588e5797b
Pin select2 to 4.0.13
7 days ago
Volosoft Agent
d2a0076535
Merge pull request #26022 from abpframework/auto-merge-forward/rel-10.7-to-dev-3
Auto-merge forward rel-10.7 → dev
1 week ago
github-actions[bot]
4163fca3d8
Merge remote-tracking branch 'origin/rel-10.7' into auto-merge-forward/rel-10.7-to-dev-3
1 week ago