Commit Graph

67 Commits (137e4cb342c896dd843f418cdc6cd9daf27b3754)

Author SHA1 Message Date
Michael Gapczynski 137e4cb342 Add tests for Share API, all tests passing :) 14 years ago
Michael Gapczynski 586fe8f940 Change is_writable() call to isUpdatable() 14 years ago
Michael Gapczynski f25ccaff59 Fix filesystem hash, no longer using basicOperation() 14 years ago
Michael Gapczynski ede2b8a55f Missed a is_readable() call in local filestorage 14 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
Bart Visscher 14af503374 Fix parameter order in OC_Filestorage_Common->hash 14 years ago
Robin Appelman c9be9ab251 remove unused variables 14 years ago
Robin Appelman 7152b8b4ee remove unused and depricated getFolderSize 14 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 14 years ago
Sam Tuke 72215a818d added new user settings interface for deleting old file versions 14 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 14 years ago
Robin Appelman 449760f665 add hasUpdated to oc_filestorage 14 years ago
Robin Appelman 0622fa79ba add temporary filestorage backend for testing purposed 14 years ago
Jan-Christoph Borchardt 7ddd043427 renamed extention to extension, also now only showing lowercase 15 years ago
Michael Gapczynski ff4b0c4d7f Move writable check into local filestorage so shared files can be renamed 15 years ago
Michael Gapczynski d139e3c3cd Move Google Docs storage backend to files_remote app 15 years ago
Michael Gapczynski 26fcb35a89 Implement fopen() for Google Docs storage backend 15 years ago
Robin Appelman f06858689f revert an accidental change 15 years ago
Robin Appelman 72947e46d1 small improvement for is_dir 15 years ago
Robin Appelman bb97cbbb0c fix commong filestorage for files without extention 15 years ago
Robin Appelman 2e365658c8 better handeling of files that can behave like folder (e.g. archives) 15 years ago
Robin Appelman 1794ad353d fix file_get_content on empty files for filestorage common 15 years ago
Robin Appelman e8afe4f158 add search implementation to filestorage common 15 years ago
Robin Appelman e76e4e7540 add touch() to all storage backands, and make parameter optional 15 years ago
Michael Gapczynski baffa03fa5 Fix opendir for folders aka Google Docs collections 15 years ago
Michael Gapczynski 02f15e9a03 More work on Google Docs storage backend 15 years ago
Robin Appelman d1c3aa3112 add test case for getLocalFile 15 years ago
Robin Appelman 3e0bb3e7c4 use temporary file managment 15 years ago
Robin Appelman 273d7fb4fd fix copy/paste error in common filestorage 15 years ago
Michael Gapczynski d190ebee48 Initial work on Google Docs storage backend 15 years ago
Robin Appelman d8d4420f22 some cleanup in filestorage 15 years ago
Robin Appelman cef230c141 extend filestorage common and provide test implementation 15 years ago
Robin Appelman c8c3b8a63e chunked implementation for readfile 15 years ago
Robin Appelman d9c7e4c333 proper mimetypes for encrypted files 15 years ago
Robin Appelman 1cffeefa06 move implementation of from/toTmpFile from the file storage to the filesystem 15 years ago
Robin Appelman 3d67cd51c2 encryption proxy wip 15 years ago
Michael Gapczynski 6f1ed85f0b Temporary fix for sharing files 15 years ago
Klaas Freitag 60a03580ff allow to set a files mtime through a PROPPATCH request on resource 15 years ago
Robin Appelman 3c52ac7af3 make local filestorage comply with test cases 15 years ago
Robin Appelman d6aa5ac7e8 make local filestorage comply with test cases 15 years ago
Klaas Freitag 85853f9ec2 - Added the ability to change a files mtime via webdavs propset. 15 years ago
Robin Appelman 30673e4786 writable not writeable 15 years ago
Robin Appelman 2f4a289782 fix non-absolute symbolic links 15 years ago
Georg Ehrke 0fb73ec49d fix previous change 15 years ago
Georg Ehrke a0ff21a232 added a file to fix wrong recognised mime-types 15 years ago
Michael Gapczynski 4374d55e5e Correct local permissions checks 15 years ago
Michael Gapczynski a9bab168f5 Replace canRead()/canWrite() with is_readable()/is_writeable() for proper permission checks 15 years ago
Robin Appelman 5a6aba1e11 provide caching for file metadata 15 years ago
Robin Appelman 5cc6635eb8 remove OC_Filesystem::fromUploadedFile 15 years ago
Robin Appelman ca6c500799 remove OC_Filesystem::fileatime 15 years ago