Commit Graph

35 Commits (c50dfd725142abdbad93dbcf01fe13193445386a)

Author SHA1 Message Date
Jörn Friedrich Dreyer aa103bd5b3 supress write hook for .part files 13 years ago
Jörn Friedrich Dreyer 4a70315ad1 ignore files in scanFile instead of scan to catch all occurences. 13 years ago
Arthur Schiwon 78c694b6ee Cache: on equal mtime also for equal size before keeping ETag, at least makes Unit Test happy 13 years ago
Arthur Schiwon 3d29a82150 Cache: Do not overwrite ETag when file did not change 13 years ago
Robin Appelman 0e55b61169 Improve phpdoc for the filecache 13 years ago
Andreas Schönebeck 387be37427 Filter display of blacklisted files 13 years ago
Robin Appelman b54dcd1999 Cache: fix scanner trying to use existing data when file isn't in cache 13 years ago
Thomas Mueller f2baf1ae0e fixing syntax error 13 years ago
Robin Appelman e1fe5279dd Cache: also preserve etags for files 13 years ago
Robin Appelman 2921d2fb78 Cache: don't create a new etag when the mtime hasn't changed 13 years ago
Robin Appelman d84c3cd014 Cache: actually use parameter 13 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 13 years ago
Robin Appelman 56d10e9054 Cache: simplify scanner logic a bit when handeling with unknown folder sizes 13 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 13 years ago
Jörn Friedrich Dreyer 420b63cbe4 fix empty path handling 13 years ago
TheSFReader 42d59d5a16 Remove a warning by making sure the renamed file is a dir before trying and opening it 13 years ago
Robin Appelman 6871a150bd Cache: use a database transition for scanning each folder 13 years ago
Robin Appelman 439578288f Cache: split permission cache scanning and cache scanning 13 years ago
Michael Gapczynski 2c23e143d3 Store etags in the file cache 13 years ago
Robin Appelman 01eb5d2790 fix some edge cases while scanning the root of a storage 13 years ago
Michael Gapczynski cc5d8e5609 Check if data variable in scanner isn't null before using it 13 years ago
Robin Appelman 8687e0d346 add Scanner->backgroundScan 13 years ago
Robin Appelman e6cf082fe0 emit a hooks during the filesystem scan 13 years ago
Robin Appelman 40fae0acbf fix outdated permissions cache use in scanner 13 years ago
Robin Appelman 5a173b901f fix Scanner->scan setting the filesize to 0 for files 13 years ago
Robin Appelman 15b8a3f987 move correctFolderSize from Scanner to Cache 13 years ago
Robin Appelman 79d0ac21cc delete child entries when a folder gets removed from cache 13 years ago
Robin Appelman 695405dfeb add permissions data to the results of the cache api 13 years ago
Robin Appelman b9b9fd9dba more tests and fixes for the filesystem scanner 13 years ago
Robin Appelman 85be00be65 add some more test cases for the scanner 13 years ago
Robin Appelman e415e90c6d make filestorage scanner non-static and add a simple test case 13 years ago
Robin Appelman 522d7df860 convert Cache to a non-static class that handles the cache for a single storage backend 13 years ago
Robin Appelman 6fafd5d4e9 this should be done elsewhere if needed 13 years ago
Robin Appelman 954596c251 rework filecache to work directly on storage backends wip 13 years ago