[Pkg-owncloud-commits] [owncloud] 37/457: removing encryption preview check

David Prévot taffit at moszumanska.debian.org
Sun Jun 28 20:05:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch stable8
in repository owncloud.

commit 7d2666699bc37a8f45035e82712143818ed0ab65
Author: Clark Tomlinson <fallen013 at gmail.com>
Date:   Thu May 7 11:41:02 2015 -0400

    removing encryption preview check
---
 apps/files_trashbin/lib/helper.php | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/apps/files_trashbin/lib/helper.php b/apps/files_trashbin/lib/helper.php
index 5d244d7..320ad2e 100644
--- a/apps/files_trashbin/lib/helper.php
+++ b/apps/files_trashbin/lib/helper.php
@@ -115,9 +115,6 @@ class Helper
 			$entry['id'] = $id++;
 			$entry['etag'] = $entry['mtime']; // add fake etag, it is only needed to identify the preview image
 			$entry['permissions'] = \OCP\Constants::PERMISSION_READ;
-			if (\OCP\App::isEnabled('encryption')) {
-				$entry['isPreviewAvailable'] = false;
-			}
 			$files[] = $entry;
 		}
 		return $files;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list