Commit Graph

156 Commits (78286d02624e5fbbbb1428e863d7ccfe507a63a9)

Author SHA1 Message Date
Michael Gapczynski dbbf195727 Only retrieve the current user's permissions 13 years ago
Michael Gapczynski ea55367678 Organize conditionals in a better order 13 years ago
Michael Gapczynski 04805d0be9 Only update metadata that has changed 13 years ago
Robin Appelman 44d217c425 Cache: provide a function to get the permissions of all files in a folder with one query 13 years ago
Florin Peter 505a300776 we should also normalize on update and search because the database layer will not do this for us 13 years ago
Florin Peter c245f5a99f added more places where normalization is needed 13 years ago
Florin Peter 736f10039d changed builtin normalizer to \OC_Util::normalizeUnicode 13 years ago
Florin Peter d4b700ef4e revert previous fix and added normalizer to cache class 13 years ago
Florin Peter 85e0c78166 fix problems with german "Umlaut" in folder name 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
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 41e2d64c86 Add support for copying/moving folders between storages, move isIgnoredDir() to Filesystem 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 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
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
Robin Appelman bcd9a69033 Cache: seperate handing of numeric storage id's to it's own class 13 years ago
Florin Peter fac288a4ad added unencrypted file size to file cache 13 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
Arthur Schiwon 2fa34d6772 Make FileCache upgrade more robust, fixes #2650 14 years ago
OpenLarry 49313b334a fixes #2679 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
Michael Gapczynski c69dc3483a Add error handling to the file cache upgrade 14 years ago
Andreas Schönebeck 387be37427 Filter display of blacklisted files 14 years ago
Björn Schießle abe408e934 replace \MDB with \OC_DB, approved in #2278 14 years ago
Thomas Mueller 9d4d399aa3 write error message to log file in case insert to file cache failed - took hours to find that the insert failed :-( 14 years ago