194 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
maliming efae4899ce
Add `WebApplicationBuilderExtensions`. 4 years ago
maliming 59284b463a
Use `AsyncHelper` for `ShutdownAsync`. 4 years ago
Yunus Emre Kalkan c02a2844ed Refactor GetHostingEnvironment 4 years ago
Yunus Emre Kalkan 96e4aeaf83 When IWebHostEnvironment is not injected, hostGetHostingEnvironment now returns an empty one instead of throwing exception 4 years ago
maliming 8c5e3cd30a
Async configure and initialize the module. 4 years ago
Ahmet Çotur 9f5eba64fd remove all .DotSettings files from projects 4 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 4 years ago
Berkan Sasmaz 3ce989eb05 Rename EnableStackTrace to SendStackTraceToClients 4 years ago
Berkan Sasmaz d153bfea1b Add an option to AbpExceptionHandlingOptions for enabling/disabling stacktrace 4 years ago
maliming 8e84e58233
Fix audit issues in Blazor Server. 4 years ago
maliming fc6fe9753f
Skip web socket in `AspNetCoreUnitOfWorkTransactionBehaviourProvider`. 4 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
maliming a7bb3d3988 Enhance AbpHttpRequestExtensions. 5 years ago
maliming a22155c3c3 Bypass the cookie consent policy check. 5 years ago
maliming a112586110 Use authentication scheme by default. 5 years ago
JRoger be74eca87d chore: disable auto generator launchSettings.json 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
maliming ef9d20533a Change TargetFramework to net6.0. 5 years ago
liangshiwei 846d30ccf8 Allowed to override CancellationToken for a specific call 5 years ago
liangshiwei 5cd7306686 Use AddAppSettingsSecretsJson extension method 5 years ago
Alper Ebicoglu 11b5319b24 Create AbpAspNetCoreHostBuilderExtensions.cs 5 years ago
maliming c87a34b6f9 Avoid setting cookies multiple times. 5 years ago
maliming 66ec1cacd8 Switch to the given language if sent in the querystring. 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
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