Diplo.AuditLogViewer
10.1.0
dotnet add package Diplo.AuditLogViewer --version 10.1.0
NuGet\Install-Package Diplo.AuditLogViewer -Version 10.1.0
<PackageReference Include="Diplo.AuditLogViewer" Version="10.1.0" />
paket add Diplo.AuditLogViewer --version 10.1.0
#r "nuget: Diplo.AuditLogViewer, 10.1.0"
// Install Diplo.AuditLogViewer as a Cake Addin #addin nuget:?package=Diplo.AuditLogViewer&version=10.1.0 // Install Diplo.AuditLogViewer as a Cake Tool #tool nuget:?package=Diplo.AuditLogViewer&version=10.1.0
Diplo Umbraco Audit & Content Log Viewer
Diplo Audit Log Viewer for Umbraco CMS allows you to easily view and search the Content changes and Audit data that is stored in your Umbraco site's umbracoLog
and umbracoAudit
tables.
It creates a custom tree within the Settings section that lets you view the contents of both those tables and presents the results in a filterable, sortable and searchable paginated list.
Features
Content Log Viewer
The content log viewer allows you to view the log of changes to content within your Umbraco site. You can:
- Filter log data by log type (Save, Publish, Delete etc)
- Filter by user (ie. person responsible)
- Filter by date or date range (ie. all content changes that occurred within a given period)
- Filter by page (node) - with easy to use content-picker
- Sort data by any column
- Search the log data comments by keyword
- Handy quick filters for the more common filters
- Quick "edit" links to affected content - whether it be a page in Umbraco, a Member or Content Type etc.
- Export current log to CSV
Audit Trail Viewer
The audit trail viewer allows you to view audit events, such as a user login or an edit to a user's profile. You can:
- Filter the event data by event type (login, save etc)
- Filter by the person responsible for the event
- Filter by the person affected by the event (if relevant)
- Filter by date range
- Search the events by keyword
- Sort data by any column
- Quick filters for searching by date range
- Export current log to CSV
Both use fast, server side pagination of data so it should be quick no matter how large your tables have become. You can sort the data via column, either ascending or descending.
Note: The 10.x version is for Umbraco 10. The 8.x version is for Umbraco 8
More: https://www.diplo.co.uk/blog/web-development/diplo-audit-log-viewer-for-umbraco-8/ and https://www.diplo.co.uk/blog/web-development/diplo-audit-log-viewer-for-umbraco-10/
Our: https://our.umbraco.com/packages/developer-tools/diplo-audit-log-viewer/
Github: https://github.com/DanDiplo/Umbraco.AuditLogViewer
Twitter: https://twitter.com/DanDiplo
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- Umbraco.Cms.Web.BackOffice (>= 10.0.0)
- Umbraco.Cms.Web.Website (>= 10.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
10.1.0 | 3,140 | 6/14/2024 |
10.0.1 | 25,371 | 11/28/2022 |
10.0.0 | 4,375 | 6/27/2022 |
2.0.1 | 20,674 | 2/18/2021 |
2.0.0 | 18,632 | 6/27/2019 |
1.1.2 | 11,093 | 1/23/2020 |
1.1.0 | 855 | 12/11/2019 |
1.0.4 | 49,260 | 11/5/2018 |
1.0.3 | 23,062 | 11/17/2017 |
1.0.2 | 8,548 | 7/27/2017 |
1.0.1 | 32,473 | 11/19/2016 |
1.0.0 | 1,560 | 11/19/2016 |
Added CSV export facility (thanks to s4net)