]> source.dussan.org Git - nextcloud-server.git/commit
Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Co...
authorSam Tuke <samtuke@owncloud.com>
Thu, 21 Jun 2012 17:07:21 +0000 (18:07 +0100)
committerSam Tuke <samtuke@owncloud.com>
Thu, 21 Jun 2012 17:15:22 +0000 (18:15 +0100)
commita9a913c27304c395c3f6af3487781d02790b8009
treec0da4444f8cce48974e5391b3ea37bdf55a6139e
parent49033ff8e0dd89d964264f269930b0587b8479c4
Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic)
Made OC_Filestorage_Local and OC_Filestorage_Shared extend OC_Filestorage_Common
Set searchInDir() to protected instead of private in OC_Filestorage_Local and OC_Filestorage_Shared
Added class documentation to OC_Filestorage_Common
Cleaned up OCA_Versions::expireAll()
apps/files_sharing/sharedstorage.php
apps/files_versions/versions.php
lib/filestorage/common.php
lib/filestorage/local.php
lib/filesystemview.php