From da3974bcb210a6580c974e1b2efebcae26ccf708 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Tue, 3 Jun 2014 17:57:56 +0200 Subject: - drop permissions table and related code - the file/folder's permission is now stored in the file cache - BackGroundWatcher has been removed - this has meanwhile be replaced by occ files:scan which can be executed in a cron jobs - increase version to trigger database migration --- lib/private/files/storage/storage.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/private/files/storage/storage.php') diff --git a/lib/private/files/storage/storage.php b/lib/private/files/storage/storage.php index 5be90f24756..f085a0590b4 100644 --- a/lib/private/files/storage/storage.php +++ b/lib/private/files/storage/storage.php @@ -40,14 +40,6 @@ interface Storage extends \OCP\Files\Storage { */ public function getOwner($path); - /** - * get a permissions cache instance for the cache - * - * @param string $path - * @return \OC\Files\Cache\Permissions - */ - public function getPermissionsCache($path = ''); - /** * get a watcher instance for the cache * -- cgit v1.2.3