Commit Graph

98 Commits (6e6df6e410316b4df61237c862000492139eee3e)

Author SHA1 Message Date
Brice Maron ba62d8dea7 Fix quoting problem in fs mount. give Big DB error at least in PG 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller f8d1d7787e Checkstyle fixes for SpaceBeforeOpenBrace 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Björn Schießle 0c2a4264c9 normalize path 13 years ago
Felix Moeller 561cbb2de6 NoSpaceAfterComma II 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Felix Moeller 6a00a6b9ed Make Jenkins more happy. 13 years ago
Jörn Friedrich Dreyer a7d8519550 when using oracle use LOWER() to make searching files case insensitive 13 years ago
scambra e8441becdb delete fscache on deleting user 13 years ago
Björn Schießle 079f0788d2 this is no longer needed, commit cb91e27ab3 should fix the issue 13 years ago
Björn Schießle d7f43945e7 nortmalize path before adding it to the fscache to avoid multiple fscache entries for the same file 13 years ago
Björn Schießle 38e9bc2adb extract the right parent directory from the path 13 years ago
Robin Appelman 5d196f14db set folder size to 0 when scanning the filesystem 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
Jörn Friedrich Dreyer a4082a526f escape user column in OC_FileCache::clear 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Robin Appelman 2144b2f37a clear the filecache if the mount configuration has changed 13 years ago
Michael Gapczynski 837eb1871d Don't delete the file anymore to replace it in the UI, just overwrite it 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
jfd 0c0ae928dc escape all identifiers with backticks 13 years ago
Bjoern Schiessle 0ac8434670 fix for bug 879 - add parent directory to file cache if it does not exist yet. 13 years ago
Bjoern Schiessle 0bf2a3e6d6 while loop not needed because of recursive call of put() 13 years ago
Bjoern Schiessle dc927bd346 fix for bug 879 - add parent directory to file cache if it does not exist yet. 13 years ago
Jörn Friedrich Dreyer ab976863ae fix sql 13 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago
Robin Appelman 59ab8b14c7 cache fileid's in oc_cache 13 years ago
Robin Appelman 0e111e1a17 fix increasing folder sizes in filecache for custom roots 13 years ago
Bjoern Schiessle 80ed5412f1 if the '/Shared' was the modified directory, than scan it. 13 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 13 years ago
Robin Appelman b470869114 when checking for updates in the filecache, explicitly state that we are querying a folder 13 years ago
Brice Maron 564cd82599 Fix the fix about filecache and postgres 13 years ago
Brice Maron 2a6a155e23 Correct File cache error with postgresql 13 years ago
Robin Appelman 44e36ecf49 fix 'files' entries showing up in Files before the users files are scanned properly 13 years ago
Robin Appelman f1e4c845ce fix duplicates showing up in the filecache 13 years ago
Brice Maron e5d458c068 Correct File cache error with postgresql 13 years ago
Robin Appelman 56de98ed8c fix saved file size for uploaded files 13 years ago
Robin Appelman da9107fe69 fix saved file size for uploaded files 13 years ago
Robin Appelman 7b4cb44af8 truncate decrypted files based on size 13 years ago
Robin Appelman d0455c5819 truncate decrypted files based on filelength 13 years ago
Robin Appelman c4d1363419 don't show other users file if the filesystem is not index already 13 years ago
Robin Appelman b38e46276f when checking if the content of a folder has been updated, exlicitly state that we are checking a folder 13 years ago
Bart Visscher e905b14758 Spelling fix 13 years ago
Robin Appelman f06c08a637 cleanup oc_filecache, splitting it in several parts and using the new hasUpdated 13 years ago
Robin Appelman b117a1e3ec update file paths in filecache when the parent is renamed 13 years ago
Robin Appelman 59086fe082 update file paths in filecache when the parent is renamed 13 years ago
Michael Gapczynski cc84bd2993 Fix typo in log message 13 years ago
Robin Appelman c1ba4deb72 when scanning a folder that is a mountpoint, use the root of the mount for checking if a folder is writable instead of the folder 13 years ago
Robin Appelman cf3940425f don't do the initial scanning of the users home folder trough the update system 13 years ago
Robin Appelman 03f66c6351 also scan new folders when checking for updates 13 years ago