Commit Graph

323 Commits (80433fc4c4b052d788d9a942ce9d332b0f526362)

Author SHA1 Message Date
Michael Gapczynski 3b6d850e59 Switch to calling deleteAll via storage to avoid emitting delete hook 13 years ago
Jörn Friedrich Dreyer 1f1abe595d cleanup codestyle 13 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 13 years ago
Roland Hager 2ea2abf11e Fixing UPDATE error in filecache table when renaming files by calling move(). Add storage id to the where clause to avoid updating entries of other users. 13 years ago
Michael Gapczynski 09ff46eda2 Remove user name addition to paths in deleteAll 13 years ago
Florin Peter 58a8d67a9b fix for webdav because initMounts() is triggered twice so we lost the root path 13 years ago
Florin Peter b3b6738d59 Revert "fix for webdav and wrong reference for findByStorageId" 13 years ago
Florin Peter 079f918d5c fix for webdav and wrong reference for findByStorageId 13 years ago
Michael Gapczynski fc5bce1f76 Fix undefined variable for copying empty folders 13 years ago
Michael Gapczynski 41e2d64c86 Add support for copying/moving folders between storages, move isIgnoredDir() to Filesystem 13 years ago
Florin Peter c50bf3e3c5 fix for losing mount point "/" 13 years ago
Michael Gapczynski d91161186b Fix finding mount in background watcher, fixes #3353 13 years ago
Florin Peter 807740a07a fix for losing mount point "/" 13 years ago
Florin Peter 791751b529 added setter for filesystem view 13 years ago
Michael Gapczynski 71eed76dbe Prevent backgroundScan() from looping if opendir() is failing for the same path 13 years ago
Jörn Friedrich Dreyer 9134395b43 don't emit rename hooks on partial file renames 13 years ago
Jörn Friedrich Dreyer c3b0d3d38c rename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartialFile, correct usage of isPartialFile and isFileBlacklisted 13 years ago
Björn Schießle 2e81efc37e don't call correctFolder() in touchHook, it will be called later in the writeUpdate() 13 years ago
Björn Schießle 0e30e68b22 update etag for for the touched file 13 years ago
Florin Peter d3df80a078 merge my fix from master b464970142 13 years ago
Michael Gapczynski 7039421efc Fix retrieving of mount points for shared storage, fix #3218 13 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 13 years ago
Florin Peter f55aaad858 fix for infinite loop causing on files_encryption branch when testing "apps/files_encryption/test/crypt.php" on Method testSymmetricStreamEncryptShortFileContent 13 years ago
Florin Peter d32bf993fa removed previous added post rename FileProxy hook 13 years ago
Robin Appelman 8a838e0e03 Code style 14 years ago
Robin Appelman 809b5f81f6 Further seperation of mount management logic 14 years ago
Robin Appelman bcd9a69033 Cache: seperate handing of numeric storage id's to it's own class 14 years ago
Florin Peter 672d177f10 added post rename proxy 14 years ago
Robin Appelman cea56df59e Have the filecache updater testcase clean the filesystem properly 14 years ago
Robin Appelman 31d7f4df2a Make sure the filesystem is initialized when searching for mounts 14 years ago
Florin Peter fac288a4ad added unencrypted file size to file cache 14 years ago
Lukas Reschke 632221bed0 Correct the parameter description 14 years ago
Lukas Reschke 2d4af5dfca Correct function description 14 years ago
Florin Peter 25ff32db6b Added post proxy for getFileInfo. 14 years ago
Robin Appelman 3c90625ef1 Files: also check if the source path is valid when doing a rename or copy operation 14 years ago
Robin Appelman eed5e9f804 Cache: check one folder and one file each time the backgroundwatcher runs 14 years ago
Robin Appelman 15dae6198f Cache: add a backgroundjob to check for external changes to the filesystem 14 years ago
Robin Appelman 10be42f5b7 Cache: only look for child entires when doing a move operation when moving a folder 14 years ago
Jörn Friedrich Dreyer 606b672a3d always connect file cache updater hooks first 14 years ago
Arthur Schiwon 2fa34d6772 Make FileCache upgrade more robust, fixes #2650 14 years ago
Arthur Schiwon e3b733f23d allow Storages to join MountPoint initialization 14 years ago
Robin Appelman 258ad38fd3 Fix touch for creating new files 14 years ago
OpenLarry 49313b334a fixes #2679 14 years ago
Bart Visscher a07a8794b8 Add mimetype filter to getDirectoryContent function 14 years ago
Thomas Mueller d069ee8a8b fixes #2792 - only touch if writable 14 years ago
Bart Visscher 50fb13c861 Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common 14 years ago
Arthur Schiwon e75406e712 PostreSQL compatibility, fixes #2666 14 years ago
Jörn Friedrich Dreyer aa103bd5b3 supress write hook for .part files 14 years ago
Jörn Friedrich Dreyer 4a70315ad1 ignore files in scanFile instead of scan to catch all occurences. 14 years ago
Arthur Schiwon 78c694b6ee Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy 14 years ago