Commit Graph

87 Commits (5da9223d1c61257cbccbc762e6a7c28bc06f110b)

Author SHA1 Message Date
Robin Appelman 9d9acf24de Cache: more efficient detection for existing entries during upgrade 12 years ago
Robin Appelman 56ae4bb6e9 Cache: also check if the file id is already in the cache during upgrade 12 years ago
Robin Appelman ee1eb98d4a Cache: cleanup permissions cache when removing a file from the cache 12 years ago
Robin Appelman f7a43391a7 Cache: add option to delete file from permissions cache for all users 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 12 years ago
Thomas Mueller 78a3625ddf final adoptions for mssql connectivity 12 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 12 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 12 years ago
Thomas Mueller b31cc83a2d $this->numericId should be determined based on table storages not filecache 12 years ago
Robin Appelman b54dcd1999 Cache: fix scanner trying to use existing data when file isn't in cache 12 years ago
Thomas Mueller f2baf1ae0e fixing syntax error 12 years ago
Robin Appelman e1fe5279dd Cache: also preserve etags for files 12 years ago
irgsmirx 062befd1fc Update lib/files/cache/legacy.php 12 years ago
Robin Appelman 2921d2fb78 Cache: don't create a new etag when the mtime hasn't changed 12 years ago
Robin Appelman d84c3cd014 Cache: actually use parameter 12 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 12 years ago
Robin Appelman 56d10e9054 Cache: simplify scanner logic a bit when handeling with unknown folder sizes 12 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 12 years ago
Administrator 4e5a3fbcaf - Fixed indentations. 12 years ago
Jörn Friedrich Dreyer 420b63cbe4 fix empty path handling 12 years ago
TheSFReader d03155a8d5 translate the mimtype/mimepart to readable in the searchByMime function 12 years ago
TheSFReader 42d59d5a16 Remove a warning by making sure the renamed file is a dir before trying and opening it 12 years ago
Robin Appelman af3b0e30ed Cache: don't insert duplicated during upgrade 12 years ago
Robin Appelman 9e2a066c7b Cache: add function to get storage id and internal path of a file by id 12 years ago
Robin Appelman 42a1a17a30 Cache: return non numberic storage id 12 years ago
Michael Gapczynski 664f33a29c Update mtimes of all parent folders after change inside 12 years ago
Robin Appelman 6871a150bd Cache: use a database transition for scanning each folder 12 years ago
Robin Appelman 29ec007979 Cache: dont migrate permissions, cache them on demain instead 12 years ago
Robin Appelman 7debfac0dc Cache: more efficient upgrading 12 years ago
Robin Appelman 94068e5d08 Cache: show upgrade progress 12 years ago
Robin Appelman d0377b1951 Cache: normalize mimetypes 12 years ago
Robin Appelman 439578288f Cache: split permission cache scanning and cache scanning 12 years ago
Robin Appelman a164fd160f Cache: provide path hints to getCache/etc where available 12 years ago
Michael Gapczynski d0a50fae83 Fix eTagUpdate and add tests 12 years ago
Michael Gapczynski 96e08a1d96 Fix function name 12 years ago
Michael Gapczynski 3ee3323b87 Fix retrieving of cache and scanner in Updater class 12 years ago
Michael Gapczynski 77f12c526b Update etags in parent folders 12 years ago
Michael Gapczynski 2c23e143d3 Store etags in the file cache 12 years ago
Robin Appelman b12abb2c94 use numeric ids for storages in the filecache 12 years ago
Robin Appelman 4be039e6cb Filecache Watcher: use scan or scanFile based on the current item, not the cached item 12 years ago
Robin Appelman bc52f12162 dont insert and entry in the filecache during upgrade if the id already exists in the filecache 12 years ago
Robin Appelman 317cd4c70a catch error if old filecache table is not present during upgrade 12 years ago
Robin Appelman 01eb5d2790 fix some edge cases while scanning the root of a storage 12 years ago
Robin Appelman 702444b242 fail gracefully when no old filecache is present during upgrade 12 years ago
Robin Appelman dbbb357f62 add upgrade path from old cache to preserve file id's 12 years ago
Robin Appelman a609992a75 better check if we are passing a fileid to Cache::get 12 years ago
Robin Appelman 0cfef83ed9 sort output of getFolderContent by name 12 years ago
Michael Gapczynski cc5d8e5609 Check if data variable in scanner isn't null before using it 13 years ago
Robin Appelman ad706229f5 explicitly sort files when using getFolderContents 13 years ago