Commit Graph

13 Commits (51ba12890de08eadd568304039c06f3b718bf868)

Author SHA1 Message Date
Robin Appelman fcc92a9f43 add searchByMime to new cache api 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Robin Appelman 8bce661e4d add search to the filecache api 13 years ago
Robin Appelman e63e246c48 fix problem with normalizePath when there was a double leading slash 13 years ago
Robin Appelman 39adadd3e3 move the cache api from OC_Files to filesystem(view) 13 years ago
Robin Appelman 2522c25af7 use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level api for the filecache 13 years ago
Robin Appelman 01594b8610 remove chroot from filesystem api 13 years ago
Robin Appelman 1901ac8b17 drop depricated is_readable and is_writable 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago
Robin Appelman 5c6e9518ed drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Filesystem::resolvePath 13 years ago
Robin Appelman 07c5384189 fix namespaces in filesystem and filesystemview 13 years ago
Robin Appelman 9df60d27bd move some code around 13 years ago
Robin Appelman d717a5e55c remove old filecache 13 years ago
Robin Appelman 91d12a2f3d update the filecache by setting mtimes to 0 when the mount configuration has changed instead of clearing the cache 13 years ago
Bart Visscher fed34aecfa Fix syntax error in removeETagHook 13 years ago
Björn Schießle 35357f3afb etag has to be removed after version rollback to enable the sync client to detect the changes (bug #1829) 13 years ago
Bart Visscher 4f4498e0d6 Fix undefined user var, use getUser 13 years ago
Bart Visscher ab33578add Normalize path before calling removeETagPropertyForPath 13 years ago
Robin Appelman 68f65b657c add OC_Filesystem::resolvePath to get the storage backend and internal path for a file in one go 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Robin Appelman 2144b2f37a clear the filecache if the mount configuration has changed 13 years ago
Thomas Mueller ebb28412ca no more require_once() 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Georg Ehrke cd5c217c0d use OC_User::getHome in lib/filesystem.php 14 years ago
jfd bc90a34b07 remove duplicate method 14 years ago
Michael Gapczynski 12df81fe0b Check blacklist when renaming files 14 years ago
Robin Appelman 154ce0f68d also add getLocalFolder to OC_Filsystem and OC_FilesystemView 14 years ago
Robin Appelman 53a888cc81 more path normalization 14 years ago
Robin Appelman 1522f7f211 fix some minor problems with path noramlization 14 years ago
Robin Appelman 0c8ce0bb32 some basic path normalization 14 years ago
Michael Gapczynski 863d3a43b2 Catch exceptions and write to log when creating storage object fails 14 years ago
Michael Gapczynski 465767670b Check blacklist when renaming files 14 years ago
Michael Gapczynski f328f53ec1 Fix filesystem hash, no longer using basicOperation() 14 years ago
Bart Visscher d26f87e738 Smarter remove of etag properties for path 14 years ago
Bart Visscher 3725cd079b Fix oc-1362: post_rename has no path param but newpath and oldpath 14 years ago
Bart Visscher 783d67be62 Create uniqid ETag for directories 14 years ago
Bart Visscher 381e493a8c Rename functions 14 years ago
Michael Gapczynski f25ccaff59 Fix filesystem hash, no longer using basicOperation() 14 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
Robin Appelman 856d9c0b54 some indention fixes 14 years ago
Bart Visscher 5381cc7418 Fix missing parameter decleration, thanks Jenkins :-) 14 years ago
Robin Appelman aa118a4c64 remove obsolete oc_filesystem::mountall 14 years ago
Bart Visscher cdd9ffc8a5 Add ETag support to the Sabre file connector. 14 years ago
Robin Appelman 39086ef63e dont try to create mountpoints automatically 14 years ago
Robin Appelman 48306a3c4f fix unused variables 14 years ago
Bjoern Schiessle aec6eea235 use filesystem abstraction layer to copy file versions 14 years ago
Bart Visscher 6404476bec Delay setup of FS until OC_Filesystem is used 14 years ago
Bart Visscher cff1b6e699 Don't use substr to get first char of string 14 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 14 years ago