Commit Graph

303 Commits (cbd5eb9a1a77a5bcbcb843be21e95bccec26dedb)

Author SHA1 Message Date
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 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
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
Michael Gapczynski 7039421efc Fix retrieving of mount points for shared storage, fix #3218 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
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
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
Lukas Reschke 632221bed0 Correct the parameter description 14 years ago
Lukas Reschke 2d4af5dfca Correct function description 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
Arthur Schiwon 3d29a82150 Cache: Do not overwrite ETag when file did not change 14 years ago
Arthur Schiwon 2a2d409733 Only prepare an SQL statement once. 14 years ago
Arthur Schiwon 1d676fb0e6 Add PHPDoc 14 years ago
Arthur Schiwon d9e07ca60a Adjust to Icewind's fix 14 years ago
Robin Appelman 1a874b9106 Cache: fix property path for getting legacy etag 14 years ago
Robin Appelman 19c7d9c3dc Port Icewind's fix I 14 years ago
Arthur Schiwon 5fc276602a Change LIMIT in DB query respectively remove where not necessary 14 years ago
Arthur Schiwon e2afd0cb42 Upgrade FileCache on ownCloud upgrade for all users with files 14 years ago
Arthur Schiwon 9d25058905 Performance: prepare queries only once 14 years ago
Arthur Schiwon 7839ec5093 Fix lost ETag on Cache Upgrade 14 years ago
Björn Schießle d16dd1ad2a listen to touch hook to update the mtime after sync 14 years ago
Robin Appelman 0e55b61169 Improve phpdoc for the filecache 14 years ago
Robin Appelman 6326a3a9f7 Some improvements for the Storage phpdoc 14 years ago
Robin Appelman e5f8acf4c0 Add phpdoc documentation to the Storage interface 14 years ago
Thomas Mueller 268d4a525d some more test cases & fix on file name generation with index 14 years ago
Thomas Mueller 0fff3c9698 adding extension to slugified physical path 14 years ago
Jörn Friedrich Dreyer 39665cfa6b fix npe when createStorage() returns null 14 years ago