128 Commits (d39b2fdb8deb9755ce3152020bf4d794e349f267)

Author SHA1 Message Date
Yunus Emre Kalkan acd72686b4 Exception handling: Specify json as Content-Type in response header 4 years ago
maliming 661d975056
Move `AlwaysLogSelectors` to the top. 4 years ago
maliming 06bee7baec
Add `AlwaysLogSelectors` to `AuditingOptions` 4 years ago
maliming dc4d41dca1
Handle possible exceptions in SaveChangesAsync method. 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Berkan Sasmaz 3ce989eb05 Rename EnableStackTrace to SendStackTraceToClients 5 years ago
Berkan Sasmaz d153bfea1b Add an option to AbpExceptionHandlingOptions for enabling/disabling stacktrace 5 years ago
maliming 8e84e58233
Fix audit issues in Blazor Server. 5 years ago
maliming fc6fe9753f
Skip web socket in `AspNetCoreUnitOfWorkTransactionBehaviourProvider`. 5 years ago
maliming a112586110 Use authentication scheme by default. 5 years ago
maliming aadb5343d2
Update AbpAuthorizationExceptionHandlerOptions.cs 5 years ago
maliming a4108ec532 Throw an exception if there is no scheme found. 5 years ago
maliming 9de6722b94 Update DefaultAbpAuthorizationExceptionHandler.cs 5 years ago
maliming 380971264d Refactor DefaultAbpAuthorizationExceptionHandler. 5 years ago
maliming 74001e550e Use ASP NET Core's AuthenticationScheme to handle AbpAuthorizationException. 5 years ago
liangshiwei fda8827743 Keep the file name and class name the same 5 years ago
liangshiwei 846d30ccf8 Allowed to override CancellationToken for a specific call 5 years ago
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
Ahmet 5318451927 Sorting all modifiers 5 years ago
Halil İbrahim Kalkan b079f0b3a9 Map claims. 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 e151d16804 Use AbpDynamicOptionsManager to replace AbpOptionsFactory. 5 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 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
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
maliming 73de02689f Refactoring ISecurityLogManager. 6 years ago
maliming 65957cbb6e Add some infrastructure for security logs. 6 years ago
maliming 7846c90ea9 Make GetClaimsPrincipal mehtod public. 6 years ago