344 Commits (b200bcf1037cdace303a8a8c3e894c7326b7641d)

Author SHA1 Message Date
maliming 3f098f2dfc
Update obsolete attribute message for UseAbpClaimsMap method 1 year ago
maliming 44abba0900
Refactor timezone handling to use local time zone retrieval and remove deprecated methods 1 year ago
maliming 98fbeaf656
Refactor timezone retrieval logic to prioritize settings, request, and server fallback 1 year ago
maliming 691aac8b19
Set default `TimeZone` to empty and get from local time. 1 year ago
maliming d6f5784bd9
Add `ExcludeExceptionFromLoggerSelectors` to `AbpExceptionHandlingOptions` to skip output exception to logger. 1 year ago
maliming b82be5ec77 Support blazor no-layers project. 1 year ago
maliming 912a909a0b
Map static assets if there is a blazor client project. 1 year ago
maliming 99ee64b7e8
Add browser timezone handling and cookie management for unauthenticated users 1 year ago
maliming f3f14a8dd9
Implement timezone override in middleware from request sources and add unit tests 1 year ago
maliming d68bcdeb03
Add `ICurrentTimezoneProvider` and `AbpTimeZoneMiddleware`. 1 year ago
EngincanV 5576ef5d8f Update AbpApplicationBuilderExtensions.cs 1 year ago
maliming eca1cd4936
Update AbpApplicationBuilderExtensions.cs 1 year ago
maliming 901021e40f
Create `staticwebassets.endpoints.json` if it doesn't exist. 1 year ago
maliming 04165fd543
Use `StaticFiles` instead of `MapStaticAssets` in `Development`. 1 year ago
maliming 59b015dc73
Skip to add security headers if endpoint has `IgnoreAbpSecurityHeaderAttribute`. 1 year ago
maliming d091bde8c4
Ignore `defaultLanguage` if there is only one language. 1 year ago
maliming 55aab15704
Use `UseVirtualStaticFiles` for `AllowedExtraWebContentFolders` first. 1 year ago
liangshiwei 1946e5e153 Update AspNetCoreAuditLogContributor.cs 1 year ago
liangshiwei 9354f0fd50 Add options to include/exclude query schema and host 1 year ago
maliming 41f9e0b546
Add a extension method that using `WebRootFileProvider`. 1 year ago
Berkan Sasmaz eec8e75855 Rename parameter 1 year ago
Berkan Sasmaz 6a008282d3 Add `UseStaticFilesForPatterns` extension method to `IApplicationBuilder` 1 year ago
maliming 984a775217
Do not set `IHttpAuthenticationFeature`. 1 year ago
ahmetfarukulu 53ec3a6e5f Language edit problem fixed 2 years ago
Muximize e49cba9bc9
Remove unused Usings 2 years ago
maliming d82d6a8265
Use `ICancellationTokenProvider` to replace the `RequestAborted` token. 2 years ago
ahmetfarukulu 577bd75fbe Language edit problem fixed 2 years ago
maliming b8222da8e9 Serve the files from `AllowedExtraWebContentFolders` of `AbpAspNetCoreContentOptions`. 2 years ago
maliming 61165fade6 Use `EmptyHostingEnvironment` to create `WebContentFileProvider`. 2 years ago
maliming 8c574829a7 `UseStaticFiles` for `Pages` folder. 2 years ago
maliming 0f34f6dfcd Rename `MapStaticAssets` extension name to `MapAbpStaticAssets`. 2 years ago
maliming 361902fffa Add `MapStaticAssets`. 2 years ago
maliming bdbe95bc79
Set `SendExceptionDataToClientTypes` from options. 2 years ago
maliming 971dc3b8ba Upgrade to NET 9.0. 2 years ago
maliming 739fa4ced2
Use razor paeg to return error pages. 2 years ago
EngincanV 390162505b Update AbpDynamicClaimsMiddleware.cs 2 years ago
maliming c52d91f90c
Disable `CheckLibs` if `DataMigrationEnvironment` or `IApplicationBuilder` is not available. 2 years ago
maliming 321918efaa
Set `IAuthenticateResultFeature` and `IHttpAuthenticationFeature` after getting dynamic claims. 2 years ago
Mark Cilia Vincenti de877d8a36 Cleaning up warnings. 2 years ago
maliming ffc8035c9f
`UseStaticWebAssets` in `AbpAspNetCoreModule`. 2 years ago
maliming 363970463b
Unify the binding system of blazor server/wasm and mvc. 2 years ago
maliming 1f97485bef
Create blazor `global js&css` at runtime. 2 years ago
maliming 6fd0e567d8
Make sure `authenticationScheme` implements `IAuthenticationSignOutHandler`. 2 years ago
maliming cf13251f0c
Use `IClaimsTransformation` to map claims. 2 years ago
maliming a24eceabee
Add `Volo.Abp.AspNetCore.Abstractions` package. 2 years ago
maliming cb37ba63a0
Support `Blazor Full-Stack Web App`. 2 years ago
maliming 037c013427
Return `NotFoundFileInfo` or `NotFoundDirectoryContents` when `subpach` is `null`. 2 years ago
maliming 2823596497
Add unit tests. 2 years ago
maliming b10761d997
Add `DisableAbpFeaturesAttribute`. 2 years ago
maliming bc13da3e9f
Provide a way for the controller to skip all interceptors and filters. 2 years ago