From 7c68025010f3aeb91b84663fb3239ae0d038b4e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Thu, 30 Jan 2014 11:18:46 +0100 Subject: [PATCH] adding share owner information to the file list --- apps/files/templates/part.list.php | 10 +++++----- apps/files_sharing/lib/share/file.php | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/apps/files/templates/part.list.php b/apps/files/templates/part.list.php index f4fb96a7a7c..9769affc70f 100644 --- a/apps/files/templates/part.list.php +++ b/apps/files/templates/part.list.php @@ -34,16 +34,16 @@ $totalsize = 0; ?> + + - - - - - + + t('shared by %s', array($file['displayname_owner']))) ?> + getCache(); if ($item['encrypted'] or ($item['unencrypted_size'] > 0 and $cache->getMimetype($item['mimetype']) === 'httpd/unix-directory')) { -- 2.39.5