Commit Graph

188 Commits (ec3639dc7a28348b136d2008e692cffe8c3753ad)

Author SHA1 Message Date
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 12 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 12 years ago
Robin Appelman f22719b1ee Scanner: correctly pass trough reuse options when doing a recursive scan 12 years ago
Thomas Müller 464afb5eca use isset to prevent undefined index 12 years ago
Robin Appelman 74c54587ec better variable naming 12 years ago
Thomas Mueller e2d3225e5a implement a platform independent version of basename 12 years ago
Michael Gapczynski 1faac6108c Use query to calculate folder size 12 years ago
Michael Gapczynski dd4e33fe6b Fix calculating size for empty folders 12 years ago
Michael Gapczynski c8e60900fc Move check so the variable will never be undefined 12 years ago
Robin Appelman e1e7b6a940 Cache: don't check if the parent exists in the cache if we are already sure it does 12 years ago
Robin Appelman 02cdd52fb0 Make Cache\Scanner an emitter 12 years ago
kondou d9c697534d Fix some typos 12 years ago
Robin Appelman ff7e903f82 remove deleted files when re-scanning a folder 12 years ago
Robin Appelman 2ed0e6e915 add tests for reusing existing data in scanner 12 years ago
Robin Appelman f10a4db889 scanner: give more percision about what data is reused during scanning 12 years ago
Robin Appelman 30c09d0c8b split of scanning the childs of a folder 12 years ago
Thomas Mueller 87521f6c6e dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' 12 years ago
Thomas Mueller 84a8aea410 restore Updater functionality on non-Windows platforms 12 years ago
Jörn Friedrich Dreyer 54f9477f34 fix another double wrapped array 12 years ago
Jörn Friedrich Dreyer 6d55a062be remove additional array wrapping 12 years ago
Jörn Friedrich Dreyer d3eadcde56 use executeAudited in files cache 12 years ago
Thomas Mueller c0b25a4375 [Fixing Updater Unit Tests on Windows] 12 years ago
Thomas Mueller 073306eaa2 [Fixing Updater Unit Tests on Windows] 12 years ago
Jörn Friedrich Dreyer 875c18b115 fix fetchRow checks to also work with MDB2 12 years ago
Jörn Friedrich Dreyer 307f1626e8 convert LIMIT to parameter 12 years ago
Jörn Friedrich Dreyer 124f34422c add missing backticks all over the place 12 years ago
Michael Gapczynski dbbf195727 Only retrieve the current user's permissions 12 years ago
Michael Gapczynski ea55367678 Organize conditionals in a better order 12 years ago
Michael Gapczynski 04805d0be9 Only update metadata that has changed 12 years ago
Robin Appelman 44d217c425 Cache: provide a function to get the permissions of all files in a folder with one query 12 years ago
Florin Peter 505a300776 we should also normalize on update and search because the database layer will not do this for us 12 years ago
Florin Peter c245f5a99f added more places where normalization is needed 12 years ago
Florin Peter 736f10039d changed builtin normalizer to \OC_Util::normalizeUnicode 12 years ago
Florin Peter d4b700ef4e revert previous fix and added normalizer to cache class 12 years ago
Florin Peter 85e0c78166 fix problems with german "Umlaut" in folder name 12 years ago
Jörn Friedrich Dreyer 1f1abe595d cleanup codestyle 12 years ago
Jörn Friedrich Dreyer eceb3c8ed5 add debug output 12 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. 12 years ago
Florin Peter b3b6738d59 Revert "fix for webdav and wrong reference for findByStorageId" 12 years ago
Florin Peter 079f918d5c fix for webdav and wrong reference for findByStorageId 12 years ago
Michael Gapczynski 41e2d64c86 Add support for copying/moving folders between storages, move isIgnoredDir() to Filesystem 12 years ago
Michael Gapczynski d91161186b Fix finding mount in background watcher, fixes #3353 12 years ago
Michael Gapczynski 71eed76dbe Prevent backgroundScan() from looping if opendir() is failing for the same path 12 years ago
Jörn Friedrich Dreyer c3b0d3d38c rename isIgnoredFile to isPartialFile, remove check of blacklisted files in isPartialFile, correct usage of isPartialFile and isFileBlacklisted 12 years ago
Björn Schießle 2e81efc37e don't call correctFolder() in touchHook, it will be called later in the writeUpdate() 12 years ago
Björn Schießle 0e30e68b22 update etag for for the touched file 12 years ago
Florin Peter d3df80a078 merge my fix from master b464970142 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 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 12 years ago
Robin Appelman bcd9a69033 Cache: seperate handing of numeric storage id's to it's own class 12 years ago