111 Commits (ceffd73a208a8bec0f8f3fbc657d3c85b7ab1ed8)

Author SHA1 Message Date
maliming 155b7449b7
Add `SaveEntityHistoryWhenNavigationChanges` to `AbpAuditingOptions `. 3 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
Halil İbrahim Kalkan 3634de2b88 Remove unnecesarry NotNull attribute 3 years ago
liangshiwei af1d8a84be Enable nullable annotations for Volo.Abp.Auditing 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 4 years ago
maliming f9d16eb5ef
Add `CancellationToken` to `IgnoredTypes` of `AbpAuditingOptions`. 4 years ago
gdlcf88 74b49f4d8f Fixed the `OnRegistered` name typo 4 years ago
gdlcf88 336ddf5178 Introduce `IHasEntityVersion` audit property 4 years ago
liangshiwei 7fd1c80236 Change EntityPropertyChangeInfo members to static 4 years ago
maliming 8a1b7484de Add an option to enable/disable AuditLogActionInfo entirely. 4 years ago
maliming 5065c5714e Update JsonAuditSerializer.cs 4 years ago
Halil İbrahim Kalkan c542c1bb81 Accept inherited IntegrationServiceAttribute too. 4 years ago
Halil İbrahim Kalkan c8ec7d6905 Implement AbpAuditingOptions.IsEnabledForIntegrationServices 4 years ago
liangshiwei 71de1fce79 Change EntityPropertyChangeInfo members to static 4 years ago
Halil İbrahim Kalkan 90e03c5303 Set AbpAuditingOptions.ApplicationName by default 4 years ago
maliming ff2ecc004f Remove `HybridJson`. 4 years ago
maliming e0b7e7bd10
Remove the setter from the auditing interfaces. 4 years ago
Halil İbrahim Kalkan 83dda99bda Introduced IntegrationService 4 years ago
liangshiwei 67247e05e0 Make methods of AuditPropertySetter virtual 4 years ago
maliming 661d975056
Move `AlwaysLogSelectors` to the top. 5 years ago
maliming 06bee7baec
Add `AlwaysLogSelectors` to `AuditingOptions` 5 years ago
maliming dc4d41dca1
Handle possible exceptions in SaveChangesAsync method. 5 years ago
maliming b90161cef5
Add ImpersonatorUserName and ImpersonatorTenantName to AuditLog. 5 years ago
Ahmet Çotur 9f5eba64fd remove all .DotSettings files from projects 5 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 5 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
maliming a367a785cf
Add `ImpersonatorUserId` and `ImpersonatorTenantId` to `AuditLogInfo` 5 years ago
Halil İbrahim Kalkan 75a270a48f Move EntityChangeType to contracts 5 years ago
Halil İbrahim Kalkan dea2bba839 #8771 Introduced Volo.Abp.Auditing.Contracts package to reduce dependencies. 5 years ago
Halil İbrahim Kalkan 8ad7a79eec Resolved #5866: Auditing interceptor should start auditing scope if auditing middleware was not added. 6 years ago
maliming e2feaef57d Use IServiceScopeFactory in some interceptors. 6 years ago
maliming d3c4465121 Use IServiceProvider in Interceptors. 6 years ago
Halil İbrahim Kalkan c198dd8f9e Change Dictionary<string, object> to ExtraPropertyDictionary for IHasExtraProperties 6 years ago
maliming f2ebe9c618 Remove Newtonsoft.Json from Volo.Abp.Auditing module. 6 years ago
maliming 2c8a68be22 Make readonly for Creation audit properties of the entities. 6 years ago
maliming bffccb8f66 Refactor. 6 years ago
maliming f9a682cf94 Change override async to async override. 6 years ago
maliming 0bde769e11 Revert to use Newtonsoft for IAuditSerializer. 6 years ago
maliming 7b06cfb5a2 Move to System.Text.Json 6 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
xiaoliang1314 3b058c602c Change the file name of IAuditLogScope 6 years ago
maliming 5b91c8954b Check whether MethodInfo's DeclaringType has auditing disabled. 6 years ago
Halil İbrahim Kalkan 77eb20734c Add IAuditingHelper.IsEntityHistoryEnabled 7 years ago
maliming 1475940d85 Refactor. 7 years ago
maliming f2d3b71224 Introducing DynamicProxyIgnoreTypes. 7 years ago
maliming 5616252f74 Save audit logs even if no action performed in the request. 7 years ago