Diplo Audit Log Viewer for Umbraco CMS (8 and above) allows you to easily view and search the Content changes and Audit data that is stored in your Umbraco 8 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 filterbale, sortable and searchable paginated list.
This repo contains the latest v8 release in master
. For the old v7 version please use the v7
branch.
The current version in development will be in the develop
branch.
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.
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
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.
For screenshots and background information please check out my blog post: https://www.diplo.co.uk/blog/web-development/diplo-audit-log-viewer-for-umbraco-8/
PM > Install-Package Diplo.AuditLogViewer
NuGet Package: https://www.nuget.org/packages/Diplo.AuditLogViewer/
Umbraco Package: https://our.umbraco.org/projects/developer-tools/diplo-audit-log-viewer/
For more information on v7 version read this post.