194 Commits (b76a175ad9e35f49862f4ea52afae0f1bc8dc94d)

Author SHA1 Message Date
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 7 months ago
erdemcaygor 38805d14f5 code refactoring 7 months ago
maliming 77cc8535e8
Use `Duende.IdentityModel` to replace `IdentityModel`. 8 months ago
maliming 5669092d4e
Make `AddBlazorWebAppServices` method as obsolete. 12 months ago
maliming c69a8347a9
Set current tenant info before calling `NotifyChanged`. 12 months ago
maliming 8adc61b287
Add browser timezone retrieval and update timezone handling logic 1 year ago
maliming 99ee64b7e8
Add browser timezone handling and cookie management for unauthenticated users 1 year ago
maliming d68bcdeb03
Add `ICurrentTimezoneProvider` and `AbpTimeZoneMiddleware`. 1 year ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
maliming 91c6ee0b5a
Add `WebAssemblyMultiTenantUrlProvider`. 2 years ago
maliming 15fcbd94dc
Change namespace of `AbpAspNetCoreComponentsWebOptions`. 2 years ago
maliming c70f3946af
Don't redirect when getting a `403` response. 2 years ago
maliming 6d87e84788
Log out of blazor wasm when get a "401" response. 2 years ago
maliming e87af151ff
Redirect to home page when get a `403` response. 2 years ago
liangshiwei 8a5762fbb7 Add `AbpAuthenticationSessionState` to logout from other tabs 2 years ago
maliming 5333e1f71f
Check `SessionId` in the `TryRevokeOldAccessTokensAsync` method 2 years ago
maliming c906a6eec1
Update AbpAspNetCoreComponentsWebAssemblyModule.cs 2 years ago
maliming 64642575d8
Refresh app configuration after revoking token. 2 years ago
maliming 4c3604fcff
Try to revoke on `GetAuthenticatedUser` method. 2 years ago
maliming cb4ddf9211
Revoke unused access tokens from Blazor. 2 years ago
maliming 7db7ab7881
Update `global.js`. 2 years ago
maliming c4dde78f89
Make sure the `ImplementationType` is `RemoteAuthenticationService` 2 years ago
maliming 029e7ac25b
Add `WebAssemblyAuthenticationStateProvider`. 2 years ago
maliming 915e65be78
Update ClientProxyExceptionEventHandler.cs 2 years ago
maliming a49267cf16
Add `Blazor.Server.WebApp.Tiered` projects. 2 years ago
maliming cb37ba63a0
Support `Blazor Full-Stack Web App`. 2 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 2 years ago
maliming 7c7be20a05
Set `DecompressionMethods` for `BlazorServerLookupApiRequestService`'s http client. 2 years ago
maliming e420312036
Update WebAssemblyLookupApiRequestService.cs 2 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei 630cc0bf3b Enable nullable annotations for Volo.Abp.AspNetCore.Components.WebAssembly.Theming 3 years ago
liangshiwei 966592bf21 Enable nullable annotations for Volo.Abp.AspNetCore.Components.WebAssembly 3 years ago
maliming 3a113034c5
Update AbpAspNetCoreComponentsWebAssemblyModule.cs 3 years ago
maliming ff011f5894
Update WebAssemblyLookupApiRequestService.cs 3 years ago
maliming aa495207e1
Update Volo.Abp.AspNetCore.Components.WebAssembly.csproj 3 years ago
maliming 1a3ba1146a
[Blazor wasm]`logout` if token expired. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
maliming 0fad93868f
Add `BlazorWebAssemblyCurrentApplicationConfigurationCacheResetService`. 3 years ago
maliming 7e75a73dde
Introduce `ApplicationConfigurationChangedService`. 3 years ago
maliming 3e05ed735f
Register `HttpClient` in the necessary modules. 3 years ago
maliming e0501a3ad9
Change `EnvironmentName` on `PreConfigureServices` method. 3 years ago
maliming f89dc3ab00
Set `EnvironmentName` from `HostEnvironment`. 3 years ago
maliming 14d1bbc877
Introduce `IAbpHostEnvironment` and reduce cache durations for development environment 3 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 a63b2dfc45 Implement changes for RemoteLocalizationContributor. 4 years ago
Halil İbrahim Kalkan e3e16ffa0f MVC UI: Get localization from the new endpoint. 4 years ago