From 2035a179bc319cf3f339e90e14dc01c7a980bc78 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 29 Jan 2016 21:50:48 +0100 Subject: Add store/retrieve checksums * Add extra db column to filecache * Bump version * Update filecache code to actually handle checksum * Webdav code to store/retrieve checksums --- lib/public/files/fileinfo.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/public') diff --git a/lib/public/files/fileinfo.php b/lib/public/files/fileinfo.php index 77e37d53ab9..aa4aa605d32 100644 --- a/lib/public/files/fileinfo.php +++ b/lib/public/files/fileinfo.php @@ -237,4 +237,12 @@ interface FileInfo { * @since 9.0.0 */ public function getOwner(); + + /** + * Get the stored checksum for this file + * + * @return string + * @since 9.0.0 + */ + public function getChecksum(); } -- cgit v1.2.3