Commit Graph

51 Commits (edd37c779d6e6ef79589912c85f382138ff54a7a)

Author SHA1 Message Date
Jörn Friedrich Dreyer 606b672a3d always connect file cache updater hooks first 12 years ago
Arthur Schiwon e3b733f23d allow Storages to join MountPoint initialization 12 years ago
Bart Visscher a07a8794b8 Add mimetype filter to getDirectoryContent function 12 years ago
Björn Schießle d16dd1ad2a listen to touch hook to update the mtime after sync 12 years ago
Robin Appelman 32b8fd8fb7 Improve handeling of unlimited max upload size 12 years ago
Michael Gapczynski 8a5946fadc Fix variable for mounting for all users, fix #357 12 years ago
Robin Appelman be4806d031 Store the global mount configuration file in the datadir 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Robin Appelman 62c65bc1c8 Add OC\Files\Filesystem::isFileBlacklisted 12 years ago
Georg Ehrke f51d8c1cd9 fix order of mount commands 12 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 12 years ago
Robin Appelman 6da2c6c83e Create new mountconfig files in json 12 years ago
Robin Appelman 46626915ef Use a parser to read custom mount configuration instead of including the php files 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 12 years ago
Sam Tuke 50faddfa40 Minor improvement to comments 12 years ago
Lukas Reschke 3def7f8187 Make fileblacklist configurable 12 years ago
Michael Gapczynski 6093d961a0 Add getOwner to Filesystem and View classes 12 years ago
Robin Appelman 4cae141673 Filesystem: also add getPath to \OC\Filesystem 12 years ago
Robin Appelman f25db779d9 Filesystem: move mount management to it's own class 12 years ago
Robin Appelman 9a1f65aab1 Some style fixes 12 years ago
Robin Appelman 457dc270f5 Fix messed up mounts 12 years ago
Michael Gapczynski 1137723b2a Remove unnecessary length parameter from last commit 12 years ago
Michael Gapczynski 38876fc98a Update old storage classes names to the new namespace during mounting 12 years ago
Michael Gapczynski 83064aca51 Remove old etag code 12 years ago
Michael Gapczynski 8bdfb04056 Fix shared folders 12 years ago
Robin Appelman 438d3c21f6 actually connect the filesystem hooks to the cache updater 12 years ago
Robin Appelman 01eb5d2790 fix some edge cases while scanning the root of a storage 12 years ago
Robin Appelman 709aacfa0f change behaviour of Filesystem::getMountPoint when a mountpoint is passed as path without trailing slash 12 years ago
Thomas Mueller 208c6fd966 fixing namespace 13 years ago
Michael Gapczynski b76d1afe19 Create public function initMountPoints() for initializing a specified user's mount points 13 years ago
Robin Appelman 706bb3ccd6 move ETag generation to storage backends 13 years ago
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