Skip to content
Bastien Ho edited this page Jun 13, 2013 · 1 revision

Good news

This app automatically hooks into OwnCloud for the web interface.

Bad news

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';

maybe the future will allow us to cleanly hook into webdav activity...

Clone this wiki locally