From 170d4c9c68486d875f3b7f9574bb0b00524b5f33 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 9 Jan 2014 18:34:25 -0800 Subject: add link from DAV web ui to filestorage to set properties or delete or whatever --- include/reddav.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/reddav.php') diff --git a/include/reddav.php b/include/reddav.php index a802895de..24eca9e81 100644 --- a/include/reddav.php +++ b/include/reddav.php @@ -925,6 +925,14 @@ class RedBrowser extends DAV\Browser\Plugin { '; + + if($this->auth->owner_id && $this->auth->owner_id == $this->auth->channel_id) { + $channel = get_app()->get_channel(); + if($channel) { + $output .= ' ' . t('Edit File properties') . ''; + } + } + } -- cgit v1.2.3