153 Commits (ee15517d0f1e760136fb2351160fa5e4d22c6703)

Author SHA1 Message Date
Halil İbrahim Kalkan 12677fb230 Resolved #9328: Return a better exception message and HTTP status code for optimistic concurrency exceptions 5 years ago
maliming daf70c5289 Add exception to audit log if it not record. 5 years ago
liangshiwei 5687277799 Call SaveChangesAsync in AbpAuditingMiddleware 5 years ago
Halil İbrahim Kalkan 8ad7a79eec Resolved #5866: Auditing interceptor should start auditing scope if auditing middleware was not added. 5 years ago
Halil İbrahim Kalkan 1414d3a187 Make UOW ignored URLs configurable and move blazor endpoint configuration into the framework. 5 years ago
Halil İbrahim Kalkan 9387f3dfa6 Check if environment is available. 5 years ago
Halil İbrahim Kalkan 804d5f20ee Ignore _blazor endpoint for blazor server side applications (temp solution). 5 years ago
Halil İbrahim Kalkan 73e700addc Resolved #8006: Virtual File Middleware should be compatible with IWebHostEnvironment.WebRootFileProvider 5 years ago
liangshiwei 363c64fa0a Handle AbpRemoteCallException in DefaultExceptionToErrorInfoConverter 5 years ago
maliming 32d7219580 Add unit test for AbpSecurityHeadersMiddleware. 5 years ago
Alper Ebicoglu 393f86babf added security header middleware. closes #7752 5 years ago
Halil İbrahim Kalkan 378a272617 Resolved #7508: Use the default language setting if user hasn't selected a language. 5 years ago
Ahmet 5318451927 Sorting all modifiers 5 years ago
Halil İbrahim Kalkan b079f0b3a9 Map claims. 5 years ago
maliming 46d65e708b Introduce AbpRequestLocalizationOptions 5 years ago
Halil İbrahim Kalkan 106a398d0a Introduce IClientScopeServiceProviderAccessor to access the main scope for the current client. 5 years ago
Halil İbrahim Kalkan 95b7b0693b Extract AspNetCoreUnitOfWorkTransactionBehaviourProviderOptions. 5 years ago
Halil İbrahim Kalkan 65c4f19963 Convert to singleton for a better DI performance. 5 years ago
Halil İbrahim Kalkan 9994bbcf53 Use reserved UOW also for the UOW interceptor. Also, allow web layer to determine transaction behaviour. 5 years ago
maliming 5e8444cca0 using Volo.Abp.Threading 6 years ago
maliming e151d16804 Use AbpDynamicOptionsManager to replace AbpOptionsFactory. 6 years ago
maliming 112247406f Introduce SemaphoreSlimExtensions. 6 years ago
maliming 30ee2a6044 ConfigureAwait for SemaphoreSlim's LockAsync method.. 6 years ago
Halil İbrahim Kalkan 66cadb34cc Resolved #4590: DynamicHttpProxyInterceptor mask real StatusCode. 6 years ago
liangshiwei ce050cd71c Change override async to async override 6 years ago
Halil İbrahim Kalkan f8c9d7ddb9 Enable AbpAutoValidateAntiforgeryTokenAttribute by default. 6 years ago
Halil İbrahim Kalkan edff85f6ac Resolved #5525: Exception Handling for the Blazor UI. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
Yunus Emre Kalkan fd3b79395e Remote exceptions localization data 6 years ago
liangshiwei 4114733ef4 Rename SendAllExceptionsToClients to SendExceptionsDetailsToClients 6 years ago
maliming bb9783c4f0 Add Components folder to the AllowedExtraWebContentFolders. 6 years ago
liangshiwei beb95635ab Create AbpExceptionHandlingOptions class 6 years ago
Halil İbrahim Kalkan 1b352cef4d Double check _requestLocalizationOptions 6 years ago
Armağan Ünlü 3f69d25adc Resolved #4023 6 years ago
maliming a3955f9ae2 Introduce AbpFileExtensionContentTypeProvider. 6 years ago
maliming cab2abc0bb
Update AbpExceptionHandlingMiddleware.cs 6 years ago
maliming 20add76559
Update AbpExceptionHandlingMiddleware.cs 6 years ago
maliming 40dc60cb6c Disable Security Log feature. 6 years ago
nuck.tang 599a7655ea remove lanuchSettings.json 6 years ago
maliming 73de02689f Refactoring ISecurityLogManager. 6 years ago
maliming 65957cbb6e Add some infrastructure for security logs. 6 years ago
nuck.tang e0c873bd4e merge master 6 years ago
maliming 255033d605 Remove unnecessary launchSettings.json file. 6 years ago
maliming 7846c90ea9 Make GetClaimsPrincipal mehtod public. 6 years ago
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