356 Commits (fdcd6fe60c270ce057e68194fbc2f735dedf5834)

Author SHA1 Message Date
maliming c67db4ff15
refactor: remove IClientIpAddressProvider and replace with IWebClientInfoProvider in operation rate limiting 5 months ago
maliming 6f157406e0
Add Volo.Abp.OperationRateLimit module 5 months ago
maliming a881195b3b
refactor: streamline TickerQ initialization and enhance service access methods 6 months ago
maliming 27179a007c
Support dynamic client credentials in token introspection 7 months ago
maliming 71bc239f88
Refactor token expiration handling in cookie auth options 8 months ago
maliming 5d84359a97
Refactor token validation in CookieAuthenticationOptionsExtensions 8 months ago
maliming d851f95ba0 Remove development mode static assets mapping logic 12 months ago
maliming 3ff8fb6e78
Upgrade to .NET 10.0. 12 months ago
erdemcaygor 38805d14f5 code refactoring 1 year ago
maliming 77cc8535e8
Use `Duende.IdentityModel` to replace `IdentityModel`. 1 year ago
maliming 814f44d533
Enhance security headers middleware to improve header management and add tests for ignored headers 1 year ago
maliming 25c815985d
Refactor security headers middleware to reintroduce essential security headers and improve code organization. 1 year ago
maliming 029db2b112
Use `MyCSharp.HttpUserAgentParser` to replace `DeviceDetector.NET` for better performance. 1 year ago
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 2 years ago
maliming eca1cd4936
Update AbpApplicationBuilderExtensions.cs 2 years ago
maliming 901021e40f
Create `staticwebassets.endpoints.json` if it doesn't exist. 2 years ago
maliming 04165fd543
Use `StaticFiles` instead of `MapStaticAssets` in `Development`. 2 years ago
maliming 59b015dc73
Skip to add security headers if endpoint has `IgnoreAbpSecurityHeaderAttribute`. 2 years ago
maliming d091bde8c4
Ignore `defaultLanguage` if there is only one language. 2 years ago
maliming 55aab15704
Use `UseVirtualStaticFiles` for `AllowedExtraWebContentFolders` first. 2 years ago
liangshiwei 1946e5e153 Update AspNetCoreAuditLogContributor.cs 2 years ago
liangshiwei 9354f0fd50 Add options to include/exclude query schema and host 2 years ago
maliming 41f9e0b546
Add a extension method that using `WebRootFileProvider`. 2 years ago
Berkan Sasmaz eec8e75855 Rename parameter 2 years ago
Berkan Sasmaz 6a008282d3 Add `UseStaticFilesForPatterns` extension method to `IApplicationBuilder` 2 years ago
maliming 984a775217
Do not set `IHttpAuthenticationFeature`. 2 years 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