We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This app automatically hooks into OwnCloud for the web interface.
If you want to check webdav activity, the only way is to patch the original file remote.php
ok it's bad, but Owncloud's webdav does not come with hooks.
So, just add this line in remote.php : require_once 'apps/superlog/spy.php';
require_once 'apps/superlog/spy.php';
maybe the future will allow us to cleanly hook into webdav activity...