92 Commits (dfc99509c1eae598046bbcbe6fcfa6ea6165aa5e)

Author SHA1 Message Date
maliming 7b24d3d49f
Reject invalid identity session cookies instead of signing them out 2 weeks ago
maliming 4c20961b15
Rename constant and use InvariantCulture for cache key formatting 6 months ago
maliming b59fc27c1d
Extract GetHttpContextItemsCacheKey helper method 6 months ago
maliming ddf9b04b44
Include UI culture in the HttpContext.Items cache key 6 months ago
maliming 5f933a6afb
Fix cache key isolation by user identity in MvcCachedApplicationConfigurationClient 6 months ago
maliming 9133ce97e2
refactor: make GetRemoteConfigurationAsync and Get methods virtual for extensibility 7 months ago
maliming bf397757a7
improve culture compatibility checks and handle task exceptions in MvcCachedApplicationConfigurationClient 7 months ago
maliming a0aa7469df
Concurrently retrieving configuration/localization info in `MvcCachedApplicationConfigurationClient`. 7 months ago
maliming c1d5856572
Refactor cache key usage in MvcCachedApplicationConfigurationClient 8 months ago
maliming b9acc164d8
Optimize cache key retrieval in configuration client 8 months ago
maliming a565abc59a
Provide a way to clear the `application configuration` cache for all users. 8 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 1 year ago
maliming 6b2161b68d
Add logging warnings for missing cache in `MvcRemoteTenantStore` and `RemoteDynamicClaimsPrincipalContributorCacheBase` 1 year ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
maliming 929fc246db
Clear the `ApplicationConfigurationDto` cache when getting dynamic claims fails. 3 years ago
ahmetfarukulu bd4621af27 TenantStore list method added 3 years ago
ahmetfarukulu 9dddd9a4d9 TenantStore list method added 3 years ago
maliming 4bd0571730
Check cache value is not null. 3 years ago
maliming 6653691a96
Check cache value is not null. 3 years ago
maliming 712d547c4b
Add `NormalizedName` property to `Tenant`. 3 years ago
maliming 714b59a059
Remove `TenantCacheItem` and use `TenantConfigurationCacheItem`. 3 years ago
maliming bf44f64092
Clear the tenant cache when creating/update/deleting. 3 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei c8667233b4 Enable nullable annotations for Volo.Abp.AspNetCore.Mvc.Contracts 3 years ago
liangshiwei 2df80213d3 Enable nullable annotations for Volo.Abp.AspNetCore.Mvc.Client 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 4 years ago
maliming b1eef4dcbd
Use `TimeSpan.FromSeconds(5)` instead of zero. 4 years ago
maliming c5dfa9cc0b
Update AbpAspNetCoreMvcClientCacheOptions.cs 4 years ago
maliming 14d1bbc877
Introduce `IAbpHostEnvironment` and reduce cache durations for development environment 4 years ago
Halil İbrahim Kalkan a9fcdf0074 Change culture parameter to cultureName. 4 years ago
Halil İbrahim Kalkan 702589380b Introduce ApplicationLocalizationRequestDto.OnlyDynamics 4 years ago
Halil İbrahim Kalkan bf912d62ca Use ApplicationLocalizationRequestDto instead of string parameter 4 years ago
Halil İbrahim Kalkan 6dc86702c9 remove initialize in AbpAspNetCoreMvcClientModule 4 years ago
Halil İbrahim Kalkan a63b2dfc45 Implement changes for RemoteLocalizationContributor. 4 years ago
Halil İbrahim Kalkan f6a3530eaf remove initialize in AbpAspNetCoreMvcClientModule 4 years ago
Halil İbrahim Kalkan 411ce81560 Added ApplicationConfigurationRequestOptions. 4 years ago
maliming e7e9756cf2
Upgrade to NET 7.0. 4 years ago
maliming e426b7f57b
Update AbpAspNetCoreMvcClientModule.cs 4 years ago
maliming 0a8157692f
Use `IClientScopeServiceProviderAccessor` to get scoped services. 4 years ago
maliming 23fc1fbf4c
Revert "Merge pull request #12946 from abpframework/revert-12932-IAsyncInitialize" 4 years ago
maliming 6c4f3da148
Revert "Remove `IAsyncInitialize` interface." 4 years ago
maliming 1200ba9420
Remove the `ExposeServices`. 4 years ago
maliming 5877bf92e7
Remove `IAsyncInitialize` interface. 4 years ago
liangshiwei fa3e23eed7 Update MvcCachedApplicationConfigurationClient.cs 5 years ago
liangshiwei 4dfd99b7f7 Fix the performance problem of blazor-server 5 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 5 years ago
maliming 8a1a2fbc80
Update MvcCachedApplicationConfigurationClient.cs 5 years ago
maliming 1839142ffb
Skip `WebSocketRequest` in `MvcCachedApplicationConfigurationClient`. 5 years ago