maliming
1806ad2751
Update Devart.Data.Oracle.EFCore and EFCore.Relational versions
3 weeks ago
maliming
e9dcded405
Add ShowToolbar property to PageLayout
3 weeks ago
Ma Liming
f70b6f1f82
Change exception handling in TimeZoneHelper
Catch general exceptions in TimeZoneHelper to handle unexpected errors.
4 weeks ago
maliming
283d9dde74
Cache ShouldAddComponentAsync result in toolbar contributor
Resolve #24608
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
maliming
0b538d91b6
Add ShowToolbar property to ContentLayout
4 weeks ago
maliming
c418e28742
Remove HtmlEncoder dependency from button tag helpers
1 month ago
maliming
3692690a86
Use `Append` method instead of `HtmlEncoder`.
1 month ago
maliming
5bf06b50f5
Use GetOrNullAsync for setting definition lookup
1 month ago
Halil İbrahim Kalkan
3de33e51ee
Use GetOrNullAsync for feature definition lookup
Replaces GetAsync with GetOrNullAsync when retrieving feature definitions in FeatureChecker. This prevents exceptions when a feature is not found and returns null instead, improving error handling.
1 month ago
maliming
67310e7260
Add NullAbpDistributedLock and register as default lock for unit test.
1 month ago
maliming
7733429c4e
Fix namespace declaration in LocalAbpDistributedLockHandle
1 month ago
maliming
068a568bcc
Enhance KeyedLock with additional locking methods and improve documentation
1 month ago
maliming
b06e8a9381
Refactor KeyedLock disposal logic and update tests
1 month ago
maliming
d8441d7fc4
Add KeyedLock for per-key async locking and update local distributed lock
1 month ago
maliming
c1d5856572
Refactor cache key usage in MvcCachedApplicationConfigurationClient
1 month ago
maliming
b9acc164d8
Optimize cache key retrieval in configuration client
1 month ago
Ma Liming
2c81dbd271
Update framework/src/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap/TagHelpers/Form/AbpRadioInputTagHelperService.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
maliming
3f30a71426
Remove HtmlEncoder dependency from TagHelper services
1 month ago
maliming
61405d30cf
HTML-encode TagHelper titles and texts for security
1 month ago
maliming
576ca219de
Make StaticDefinitionCache thread-safe and add tests
1 month ago
maliming
db98067117
Refactor static definition stores and add dynamic initializers
1 month ago
Ma Liming
21b4ddd58c
Format ResetAsync method declaration
1 month ago
maliming
f8c240b42e
Fix cache key and user ID parsing logic
1 month ago
maliming
e43308e9dc
Fix cache key to use app version string
1 month ago
maliming
a565abc59a
Provide a way to clear the `application configuration` cache for all users.
https://abp.io/support/questions/10259
1 month ago
Ma Liming
0627ca18f1
Update framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
Ma Liming
3371237c91
Update framework/test/Volo.Abp.TestApp/Volo/Abp/TestApp/Testing/SoftDelete_Tests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 month ago
maliming
02bc0161f3
Add concurrency check for soft delete operations
https://abp.io/support/questions/10252/Entity-Framework-Concurrency-Check-with-Soft-Delete-in-ABP--Deletion-Use-Case#answer-3a1e610b-c752-e3eb-45f0-371895276958
1 month ago
Yunus Emre Kalkan
10ea8a06ef
Project creation: Added `MauiBlazor` to illegal project names
2 months ago
maliming
4e629c0b78
Refine Sqlite interceptor registration logic
2 months ago
SALİH ÖZKARA
06469c528c
Add provider check to SqliteBusyTimeout interceptor
Updated SqliteBusyTimeoutSaveChangesInterceptor to execute the PRAGMA command only if the DbContext is using the Sqlite provider. This prevents unnecessary execution for non-Sqlite databases.
2 months ago
maliming
00f0bc9636
Skip auditing for navigations with DisableAuditing attribute
Resolve #24441
2 months ago
SALİH ÖZKARA
7980362650
Refactor module import extraction logic
Moved module import extraction into a new ExtractModuleImportsInfo method for better readability and recursion. This change improves maintainability and enables recursive processing of module imports.
2 months ago
maliming
917069fdf5
Refactor LocalAbpDistributedLockHandle to use SemaphoreSlim
2 months ago
maliming
0294c80bcc
Remove AsyncKeyedLock dependency and refactor locking
2 months ago
berkansasmaz
f9c6c006b8
fix(blazorise-datagrid): make entity actions column field resolution safer
2 months ago
maliming
fecd5d3f80
Add MySql.Data.MySqlClient to MySQL provider detection
Resolve #24404
2 months ago
maliming
3622ea7b6c
Exclude common build folders when searching for .csproj files
2 months ago
SALİH ÖZKARA
51c5e1be26
Update AbpCliModule.cs
2 months ago
SALİH ÖZKARA
f9fe9b92cc
Update AbpCliModule.cs
2 months ago
SALİH ÖZKARA
ae4a5fbf88
Add NullTelemetryService and telemetry config logic
Introduces NullTelemetryService to provide a no-op implementation of ITelemetryService. Updates AbpCliCoreModule to conditionally configure telemetry services based on the ABP_STUDIO_ENABLE_TELEMETRY environment variable.
2 months ago
SALİH ÖZKARA
354746ca73
Add 'OldCli' flag to additional telemetry properties
Ensures the 'OldCli' flag is set in the AdditionalProperties dictionary within the telemetry context, creating the dictionary if it does not exist. This provides consistent telemetry data for identifying CLI usage.
2 months ago
SALİH ÖZKARA
ac29577569
Add OldCli flag to telemetry session context
Introduces a new 'OldCli' property set to true in the telemetry session context to help identify sessions initiated by the old CLI.
2 months ago