9140 Commits (migrating-abp-packages/core)

Author SHA1 Message Date
maliming 9c5c737aee
Set timezone to null if an exception occurs. 9 months ago
maliming ecf7339397
Enhance timezone handling to support both IANA and Windows timezones. 9 months ago
liangshiwei 662c8159d6 Improve DefaultThemeManager to avoid potential infinite loop 10 months ago
liangshiwei d2a06b5f7c Improve Hangfire Initialization code 10 months ago
maliming 8865db1eb4
Add `IgnoredUpdateAggregateRootSelectors` to filter some specific entities. 10 months ago
maliming 6357bd6c04
Add unit test for `UpdateAggregateRootWhenNavigationChanges`. 10 months ago
maliming f1e797a35b
Provide an option to disable updating the aggregate root when the navigation property changes. 10 months ago
liangshiwei e533a054a3 Improve file path checks in PathHelper 10 months ago
maliming 7a0b14ad91
feat: add service key support in registration context. 10 months ago
maliming 84c1f7ee45
Refactor assembly file path retrieval in BundlingService and simplify string comparison in PathHelper 10 months ago
maliming ebb83d4107
Add error handling for missing assembly files in BundlingService and improve file path checks in PathHelper 10 months ago
liangshiwei af04ef4d5a Add reset method to PageLayout 10 months ago
liangshiwei c92c8776af Update PageHeader.razor.cs 10 months ago
liangshiwei a720893594 Clear Title while disposing PageHeader 10 months ago
maliming 61ecc62b1e
Add test to verify new entity cache is returned when added 10 months ago
maliming 33c33ee69e
Remove `EntityCreatedEventData` condition to clear the cache. 10 months ago
maliming 1f86ef0330
Use `EntityCacheItemWrapper` to prevent duplicate queries. 10 months ago
liangshiwei ecd721e3a7 Remove duplicate close button 10 months ago
maliming 17e9bafb5f
refactor: change const to static string in CliConsts and CliUrls 10 months ago
maliming bb1a7df7ca
Fix unit test. 10 months ago
maliming 5d1c9851e1
Set `PropertyNamingPolicy` to `null` to keep original property name and dictionary key. 10 months ago
maliming 3f098f2dfc
Update obsolete attribute message for UseAbpClaimsMap method 10 months ago
maliming dae6124592
Rename AbpCustomGuidMapper.cs to AbpGuidCustomBsonTypeMapper.cs 10 months ago
maliming f229f807d8
Rename AbpCustomGuidMapper to AbpGuidCustomBsonTypeMapper for consistency 10 months ago
maliming 507aee72af
Refactor InsertAsync test to include nullable GUID property validation 10 months ago
maliming d3e35cea97
Upgrade MongoDB.Driver to 3.3.0 and add `AbpCustomGuidMapper`. 10 months ago
liangshiwei 803c04730a Sort ABP CLI commands in HelpCommand 10 months ago
liangshiwei 38f5b91263 Hide dropdown menu when datatable scrolling horizontally 10 months ago
Yunus Emre Kalkan c0b68f53ff fix build errors 10 months ago
maliming 5669092d4e
Make `AddBlazorWebAppServices` method as obsolete. 10 months ago
Yunus Emre Kalkan 67c5abb890 implementation of lepton-x version argument of update command 10 months ago
Yunus Emre Kalkan c8146768f2 added lepton-x version argument to update command (initial) 10 months ago
maliming c69a8347a9
Set current tenant info before calling `NotifyChanged`. 10 months ago
maliming 33646047b2
Add option to support adding `base` element to layout page. 10 months ago
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 773cdb26b2
Make sure the `existingConnection` is in the `Open` state and use `IAsyncDisposable`. 10 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 c5d712ce51
Refactor RabbitMQ channel and connection handling for improved efficiency and reliability 10 months ago