102 Commits (a8bdf0f4bdcb09ca4c3bf0318a41070f6cb807e7)

Author SHA1 Message Date
Halil İbrahim Kalkan 57a8701b70 Resolved resharper warnings. 6 years ago
Halil İbrahim Kalkan 34ec1ad0e7 #3985 Allow to dynamically map the claims. 6 years ago
Halil İbrahim Kalkan ff3f0b2436 Refactor AbpClaimsMapMiddleware 6 years ago
maliming f63ffc4255 Provide default values for AbpClaimsMapOptions and use AbpClaimsMapMiddleware in projects. 6 years ago
maliming b70497eb6c Add AbpClaimsMapMiddleware. 6 years ago
maliming 5a2b36eeb4 Make GetClaimsPrincipal mehtod public. 6 years ago
maliming 441e18e2f4 Refactoring ICurrentPrincipalAccessor. 6 years ago
maliming 78664f1d49 Make ICurrentPrincipalAccessor changeable. 6 years ago
Halil İbrahim Kalkan 6c934e53e6 Resolved #3880: Obsolete app.UseMvcWithDefaultRouteAndArea() and introduce app.UseConfiguredEndpoints(). 6 years ago
Ahmet cccffb6240 Revert "Merge branch 'dev' into Cotur/Blogging" 6 years ago
Ahmet d358e80ecb Merge branch 'dev' into Cotur/Blogging 6 years ago
liangshiwei 1a23032c87 Add multiple StaticWebAssetsFileProvide 6 years ago
Halil İbrahim Kalkan 8155027fc2 Resolved #3740: The virtual file system cannot handle static asset files well. 6 years ago
Halil İbrahim Kalkan e849921f7e Resolved #3328: Allow to subscribe to exceptions handled by the abp framework 6 years ago
maliming 8794a8c8ee Remove middleware filtering code. 6 years ago
maliming f20a6f0d43 Merge null check expressions. 6 years ago
maliming adeeb0d5a1 Fixed the bug that the controller was not logged & Filter the controller in AbpAuditingMiddleware. 6 years ago
Galip Tolga Erdem a341528aa6 Updated AuditingMidware exception check and new test 6 years ago
Halil İbrahim Kalkan f47a0c1f5f Fix audit log unit tests. 6 years ago
Halil İbrahim Kalkan 74af60205a Replace IOptionsFactory<RequestLocalizationOptions> 6 years ago
Galip Tolga Erdem cce337439a fixed logic error on middleware 6 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 6 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 6 years ago
Galip Tolga Erdem 1a9fd66be7 updated AbpAuditingMiddleware 6 years ago
Galip Tolga Erdem ca64497b1f reverted back 6 years ago
Galip Tolga Erdem 5c73a61e1c updated AuditingMiddleware for AlwaysLogOnExceptions 6 years ago
Galip Tolga Erdem 73782c1408 Reverted SaveAsync on IAuditLgSaveHandle instead added AddException method. 6 years ago
Galip Tolga Erdem 58d9f3fb5c Updated AuditingMiddleware, updated AuditingManager 6 years ago
Halil İbrahim Kalkan 8f0ce16a24 Move setting the IApplicationBuilder line to top. 6 years ago
Mehmet Tüken bf1960213f Listen IHostApplicationLifetime Stopping and Stopped event. 6 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 6 years ago
Halil İbrahim Kalkan 05cc1e2b21 Avoid AsyncHelper usage in the DefaultAbpRequestLocalizationOptionsProvider 6 years ago
maliming ed4f8bb282 Upgrade frameworks & modules & samples to asp net core 3.1. 7 years ago
Xeevis 6bb1987a1f Fix UseVirtualFiles middleware return value 7 years ago
Halil İbrahim Kalkan 81ce88ee20 Resolved #1094: Configuration redesign. 7 years ago
Yunus Emre Kalkan f9e97319fb ExceptionLocalizationOptions to AbpExceptionLocalizationOptions 7 years ago
Yunus Emre Kalkan 03815ea07e CorrelationIdOptions to AbpCorrelationIdOptions 7 years ago
Yunus Emre Kalkan 41ce85f253 AspNetCoreContentOptions to AbpAspNetCoreContentOptions 7 years ago
Yunus Emre Kalkan b1e594d622 ConfigurationBuilderOptions to AbpConfigurationBuilderOptions 7 years ago
Yunus Emre Kalkan d3dc97d43c ExceptionHttpStatusCodeOptions renamed to AbpExceptionHttpStatusCodeOptions 7 years ago
Halil İbrahim Kalkan f185e5edb3 Mark old configuration methods as obsolete 7 years ago
Halil İbrahim Kalkan 4b682fb262 Adjust namespace for Volo.Abp.AspNetCore.ExceptionHandling 7 years ago
maliming d9ed777485 Remove CurrentDirectoryHelpers. 7 years ago
Eduardo Caceres e15deea282 Prevent possible null reference exception 7 years ago
Halil İbrahim Kalkan 5dec6feb47 Refactor AbpRequestLocalizationMiddleware #1718 7 years ago
Halil İbrahim Kalkan e0c27f411b Use IWebHostEnvironment instead of IHostingEnvironment 7 years ago
Halil İbrahim Kalkan baf876e320 Upgraded asp.net core projects to 3.0 preview 9 7 years ago
maliming cc245a69f8 Use the Scoped service. 7 years ago
maliming 97dc9c0a1b Delayed initialization of the language. 7 years ago
Halil İbrahim Kalkan 4b5e9a1297 Remove redundant question marks. 7 years ago