9066 Commits (98f9cccb3b605cb38aa3af96cb065e560d76f662)

Author SHA1 Message Date
maliming 78f972c41f
Rename IgnoreEventSelectors to IgnoredEventSelectors. 10 months ago
maliming 07ea2f0e3a
Don't write remote exceptions to console for Blazor WASM. 11 months ago
maliming eae478192e
Enhance `AbpRemoteStreamContentModelBinder` to compatible with multiple files. 10 months ago
maliming da38948e50
Remove `ClientProxyServices` if `ExposeClientProxyServices` is `false`. 10 months ago
maliming 36ba1dcb64
Refactor ClientProxyApiDescriptionFinder to simplify file handling and remove unused methods 10 months ago
maliming efebe80c90
Fix the way to get paths for `GetDirectoryContentPath` and `GetProxyFileInfoPath`. 10 months ago
maliming bb471461d0
Remove existing timezone header before adding the current timezone in HTTP message handlers 10 months ago
maliming 38f2eaa2eb
Add support for browser timezone retrieval in MauiBlazorCachedApplicationConfigurationClient 10 months ago
maliming d6ace65a78
Add timezone info to HTTP message handlers 10 months ago
maliming 8adc61b287
Add browser timezone retrieval and update timezone handling logic 10 months ago
maliming 44abba0900
Refactor timezone handling to use local time zone retrieval and remove deprecated methods 10 months ago
maliming 98fbeaf656
Refactor timezone retrieval logic to prioritize settings, request, and server fallback 10 months ago
maliming 691aac8b19
Set default `TimeZone` to empty and get from local time. 10 months ago
maliming c8b39e45c4
feat: add AppBasePath parameter to script and style bundling components 10 months ago
maliming bc36cb2b03
Handling Swagger OAuth2 callbacks in a new way. 10 months ago
voloagent 6e97b6ee12 Update_NPM_Packages 11 months ago
maliming 81aa3ab4a0
Add test for event triggering with IgnoreEventSelectors configuration 11 months ago
maliming 5ddf9b5238
Rename `Convert` methods in `Clock` class. 11 months ago
maliming bea85c61ea
Update framework/src/Volo.Abp.Timing/Volo/Abp/Timing/Clock.cs 11 months ago
maliming 6f5e2e3552
Add IgnoreEventSelectors to AbpDistributedEntityEventOptions for event filtering. 11 months ago
liangshiwei 33aee2b321 Add fixed position for dropdown menu in responsive tables 11 months ago
voloagent 831f0a1f96 Update_NPM_Packages 11 months ago
liangshiwei 56317b13de Update Volo.Abp.AspNetCore.Components.MauiBlazor.Bundling project target to net9.0 11 months ago
selman koc d28817afc6
Update BundleManager.cs to fix typo 11 months ago
Yunus Emre Kalkan 60ab0d5d66 Update AbpIoSourceCodeStore.cs 11 months ago
Yunus Emre Kalkan d078e5a059 Update version mismatch warning during solution creation 11 months ago
Yunus Emre Kalkan 7dc9d2dd77 Throw error on invalid suite command 11 months ago
maliming d6f5784bd9
Add `ExcludeExceptionFromLoggerSelectors` to `AbpExceptionHandlingOptions` to skip output exception to logger. 11 months ago
maliming c119474505
Remove `Microsoft.EntityFrameworkCore.Relational` from `Volo.Abp.EntityFrameworkCore.MySQL.csproj` 11 months ago
maliming 52b53a4e53
Remove unnecessary initialization of ScriptFiles and StyleFiles during prerendering 11 months ago
maliming 980b9c8049
Fixing the flickering issue when switching the server to wasm. 11 months ago
maliming c95846c1f6
Avoid loading the script twice after prerender. 11 months ago
Yunus Emre Kalkan 2276715750 Update RecreateInitialMigrationCommand.cs 11 months ago
liangshiwei d29fc3a24d Show Tooltip on action button if it's not visible 11 months ago
maliming f7a36f6055
Improve logging of exceptions by ensuring error codes and details are not null or whitespace 11 months ago
Yunus Emre Kalkan 24514b0703 Cli: provided a way to hide commands from command list 11 months ago
liangshiwei f97e5d9747 Make Bundling system support MAUI Blazor 11 months ago
maliming ca1f21b003
Update `timing.md`. 11 months ago
maliming 6c8d37058d
Add `IgnoredNavigationEntitySelectors` to `AbpEntityChangeOptions` to ignore navigation properties. 11 months ago
maliming b82be5ec77 Support blazor no-layers project. 11 months ago
maliming 912a909a0b
Map static assets if there is a blazor client project. 11 months ago
liangshiwei c2538b47ea Remove `InteractiveAuto` check to add style files 11 months ago
maliming 99ee64b7e8
Add browser timezone handling and cookie management for unauthenticated users 11 months ago
maliming f3f14a8dd9
Implement timezone override in middleware from request sources and add unit tests 11 months ago
maliming 4b755848fe
Fix date range picker initialization and update Luxon usage for timezone handling 11 months ago
maliming 735a6cf738
Add custom renderer for time and enhance locale string options in clock 11 months ago
maliming c7bc2baa08
Fix more compatiable timezone problem. 11 months ago
maliming aa6e83076c
Enhance date picker functionality to support date range selection and timezone normalization 11 months ago
maliming 90f7e064ce
Filter IANA timezones to exclude 'Etc' entries while allowing 'UTC' 11 months ago
maliming 5e3fff446e
Add DateTimeOffset conversion method to IClock and only normalizing DateTime in MVC. 11 months ago