Drupal is a registered trademark of Dries Buytaert
Search API Solr 4.4.0 Minor update available for module search_api_solr (4.4.0). Page Manager 8.x-4.0 Major update available for module page_manager (8.x-4.0). Trash 3.1.0-beta2 New beta version released for module trash (3.1.0-beta2). Commerce AutoSKU 3.0.1 Minor update available for module commerce_autosku (3.0.1). Custom Field 4.0.10 Minor update available for module custom_field (4.0.10). Alternative login ID & display names 2.0.12 Minor update available for module alt_login (2.0.12). EntityReference UUID 3.0.1 Minor update available for module entity_reference_uuid (3.0.1). LocalGov Publications Importer 1.1.1 Minor update available for module localgov_publications_importer (1.1.1). Configuration Override Warn 8.x-1.6 Module config_override_warn updated after 10 months of inactivity (8.x-1.6). Table Alternate Rows Module table_altrow crossed 1,000 active installs.

This module logs all WebDAV operations to the Audit Trail, creating a secure record of who performed what actions over WebDAV. It captures the specific operation, the affected resource, and relevant context, while also ensuring privacy by not logging sensitive URL tokens and purging data automatically.

Audit Trail for WebDAV records every WebDAV operation in the Audit Trail chain, giving you a tamper-evident log of who did what over WebDAV.

It is a thin bridge. It subscribes to the events dispatched by the WebDAV module and writes each verb as a chained audit row, while keeping the two modules decoupled: WebDAV does not need to know about Audit Trail, and Audit Trail does not need to know about WebDAV. You can add or remove the bridge without touching either.

What it audits

Every WebDAV verb the upstream module dispatches:

  • PUT, recorded as create or update
  • DELETE, MKCOL, MOVE, COPY
  • the LOCK family: acquire, release, and operator force-release

Each row captures a normalized action, the resource path (webdav:[container]/[path]), and the operation context: the HTTP method, the destination for MOVE and COPY, the lock token, timeout and owner for the LOCK family, and before / after file metadata where available.

Keeps WebDAV URL tokens out of the log

When the WebDAV module authenticates by URL token, that token is part of the request path. The bridge keeps the request URI out of the audit row, so the token never lands in the log; the resource path is recorded separately, so nothing is lost.

Privacy

WebDAV operations are tied to a specific user, so all event data lands in the transient, GDPR-purgeable bucket and auto-purges at the short retention window. The permanent bucket stays empty.

Getting started

Install Audit Trail and WebDAV, then enable this module. It ships a ready-to-use chain that claims the audit_trail_webdav channel out of the box, at /admin/config/system/audit-trail/chains/audit_trail_webdav. Operators who want to route WebDAV events into a different chain can re-assign the channel there.

Requirements

Activity

Total releases
3
First release
Jun 2026
Latest release
1 month ago
Releases (12 mo)
3 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Release date
1.0.0-alpha2 Pre-release Jun 8, 2026
1.0.0-alpha1 Pre-release Jun 8, 2026
1.x-dev Dev Jun 8, 2026