352 Commits (60caa967eb40cdc1d99f288a0bee365aa684b062)

Author SHA1 Message Date
maliming 27179a007c
Support dynamic client credentials in token introspection 3 months ago
maliming d851f95ba0 Remove development mode static assets mapping logic 7 months ago
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 814f44d533
Enhance security headers middleware to improve header management and add tests for ignored headers 9 months ago
maliming 25c815985d
Refactor security headers middleware to reintroduce essential security headers and improve code organization. 9 months ago
maliming 029db2b112
Use `MyCSharp.HttpUserAgentParser` to replace `DeviceDetector.NET` for better performance. 10 months ago
maliming 3f098f2dfc
Update obsolete attribute message for UseAbpClaimsMap method 12 months 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