Ma Liming
9a2d2c7485
Merge branch 'rel-10.1' into auto-merge/rel-10-0/4271
4 weeks ago
Muhammed Ali ÖZKAYA
60cadbc692
Merge pull request #24614 from abpframework/EngincanV/after-release-10-1
Update release-notes & roadmap docs after 10.1 release
4 weeks ago
Engincan VESKE
bb5edb9afd
Merge pull request #24607 from abpframework/TimeZoneHelper
Enhance TimeZoneHelper with offset and validation
4 weeks ago
Ma Liming
30c1b15d60
Merge pull request #24616 from abpframework/auto-merge/rel-10-0/4269
Merge branch rel-10.1 with rel-10.0
4 weeks ago
oykuermann
6c00dddb23
Merge pull request #24590 from abpframework/issue/24588
Angular - Fixing incorrect proxy generation for `IRemoteStreamContent` type
4 weeks ago
Engincan VESKE
603fe8cef2
Merge pull request #24598 from abpframework/CheckTokenExpiration
Support dynamic client credentials in token introspection
4 weeks ago
EngincanV
0934b6baad
Update release-notes & roadmap docs after 10.1 release
4 weeks ago
Yağmur Çelik
1f90c878c1
Merge pull request #24597 from abpframework/maliming-patch-3
Change notification type from info to success
4 weeks ago
Ma Liming
2341622441
Merge pull request #24611 from abpframework/auto-merge/rel-10-0/4265
Merge branch rel-10.1 with rel-10.0
4 weeks ago
Enis Necipoglu
9521dfa8f4
Merge pull request #24558 from abpframework/update-monitoring-applications-doc
Documentation: Enhanced Studio documentation
4 weeks ago
Enis Necipoglu
c462b731dd
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
f70b6f1f82
Change exception handling in TimeZoneHelper
Catch general exceptions in TimeZoneHelper to handle unexpected errors.
4 weeks ago
Ma Liming
6ee810bcb7
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
e50869a8e7
Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
c7c075c78a
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
65d8b4281c
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
6b745b56d6
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/TimeZoneHelper.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
Ma Liming
1ba16383e3
Update framework/test/Volo.Abp.Timing.Tests/Volo/Abp/Timing/TimeZoneHelper_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 weeks ago
maliming
8210f415fe
Enhance TimeZoneHelper with offset and validation
https://abp.io/support/questions/10295/TimeZoneHelperGetTimezones-throws-TimeZoneNotFoundException-on-Linux
4 weeks ago
Ma Liming
8db67fa91e
Merge pull request #24601 from abpframework/auto-docs-seo/24600
docs: Add SEO descriptions (from PR 24600)
4 weeks ago
github-actions[bot]
54a8117cd6
docs: Add SEO descriptions to modified documentation files
Related to PR #24600
4 weeks ago
Ma Liming
24211e5f4d
Merge pull request #24600 from abpframework/auto-merge/rel-10-0/4262
Merge branch rel-10.1 with rel-10.0
4 weeks ago
Halil İbrahim Kalkan
357fb58009
Merge pull request #24599 from abpframework/enisn-patch-2
Fix code example in AI documentation
4 weeks ago
Enis Necipoglu
4f18932848
Fix code example in AI documentation
4 weeks ago
maliming
27179a007c
Support dynamic client credentials in token introspection
```cs
AddAbpOpenIdConnect("oidc", options =>
{
//...
options.ClientId = configuration["AuthServer:ClientId"];
options.ClientSecret = configuration["AuthServer:ClientSecret"];
options.UsePkce = true;
//...
options.Events.OnTokenResponseReceived = ctx =>
{
ctx.Properties?.SetString("client_id", configuration["AuthServer:ClientId"]);
ctx.Properties?.SetString("client_secret", configuration["AuthServer:ClientSecret"]);
return Task.CompletedTask;
};
});
```
4 weeks ago
Ma Liming
4461f0f817
Change notification type from info to success
4 weeks ago
sumeyye
975b407615
Merge pull request #24577 from abpframework/issue-22901
Replace LazyLocalizationPipe with AsyncLocalizationPipe
4 weeks ago
sumeyye
6329f4c813
update: auto-save arrangements
4 weeks ago
Ma Liming
5030e33ba6
Merge pull request #24585 from abpframework/auto-merge/rel-10-0/4258
Merge branch rel-10.1 with rel-10.0
4 weeks ago
sumeyye
d7c4975b0a
Merge remote-tracking branch 'origin/rel-10.1' into auto-merge/rel-10-0/4258
4 weeks ago
sumeyye
fd34dcc54b
fix: remote stream content array check
4 weeks ago
Ma Liming
a4b2a74bc3
Merge pull request #24578 from abpframework/EngincanV/migration-guide-10-1
Create migration guide for v10.1
4 weeks ago
Ma Liming
1276cfb5e0
Enhance migration guide for ABP v10.1
Updated migration guide to include user passkey entity details.
4 weeks ago
sumeyye
fe28c6678b
Merge pull request #24566 from abpframework/issue/update-react-native-documents
React Native - Document fixes and updates
4 weeks ago
Ma Liming
fbcf8a0a0a
Merge pull request #24583 from abpframework/auto-merge/rel-10-0/4256
Merge branch rel-10.1 with rel-10.0
4 weeks ago
Ma Liming
ed839adf30
Merge pull request #24571 from abpframework/lazy-dynamic-initializer
Refactor dynamic initializers to use service provider
4 weeks ago
Fahri Gedik
d0953601dd
Add async pipe to abpAsyncLocalization in routes
Appends the async pipe to the abpAsyncLocalization usage in routes.component.html to ensure localized route names are properly resolved from observables.
4 weeks ago
sumeyye
70bc41fa12
Merge pull request #24575 from abpframework/documentation/angular-version-upgrade-to-v21
Angular - Docs version upgrade to v21
4 weeks ago
EngincanV
27dd72e02a
Create migration guide for v10.1
4 weeks ago
Fahri Gedik
56964f5862
Replace LazyLocalizationPipe with AsyncLocalizationPipe
Updated the routes component to use AsyncLocalizationPipe instead of LazyLocalizationPipe for route name localization. Adjusted template bindings to use the new pipe, improving consistency and potentially performance.
4 weeks ago
erdemcaygor
f22335d694
update
4 weeks ago
Yunus Emre Kalkan
c805596a21
Merge pull request #24572 from LEIRONGHUA/fix-cli-solution-extension
Resolve the RemoveProjectFromSolutionStep "file not found" error in the abp CLI new command.
4 weeks ago
Engincan VESKE
4e6a32d042
Merge pull request #24550 from abpframework/DistributedEventBusBase_AddToInbox
Add logic to set addToInbox to true if messageId exists in event inbox
4 weeks ago
maliming
e0ebc1b100
Refactor dynamic initializers to use service provider
Resolve #24570
4 weeks ago
sumeyye
04d67bc872
update: react native docs
1 month ago
Yunus Emre Kalkan
758f7f6a30
Added secrets and metadata to studio concepts document
resolves https://github.com/volosoft/abp-studio/issues/4143
1 month ago
Yunus Emre Kalkan
1df180570a
Update working-with-suite.md
1 month ago
Yunus Emre Kalkan
5fd5da42a8
Update kubernetes.md
1 month ago
Yunus Emre Kalkan
64593cde2f
Enhanced solution explorer window
1 month ago
Yunus Emre Kalkan
4b591cbf20
Updated running applications documentation
1 month ago