Commit Graph

153 Commits (f4182d2dc9380015a1dadc6be40a731b8092c971)

Author SHA1 Message Date
Robin Appelman 9df18ffe75 only read permissions once 12 years ago
Robin Appelman 9bbfeada6b Only try to scan the children of directories 12 years ago
Robin Appelman dc6468c2aa Cast mtimes and size to int 12 years ago
Robin Appelman 4242dd0d9d Reuse cache data of existing files during scan 12 years ago
Robin Appelman 6c00521e8b Use transactions when renaming directory contents 12 years ago
Thomas Müller 65041440de check is mimetype is set - fixed #13452 12 years ago
Robin McCorkell 2b99fc76ec Cleanup of PHPDoc return types 12 years ago
Robin Appelman 2248e465af Remove children from the cache in one query 12 years ago
Morris Jobke 7746ac519f drop dead code - ref #13301 12 years ago
Morris Jobke 9b49b52fc6 drop useless "!!! No reuse of etag" - fixes #13187 12 years ago
Vincent Petry 888ce4d4f9 Fix cache jail to not duplicate slashes 12 years ago
Vincent Petry aa821ecc00 Trim leading or trailing slashes in file cache paths 12 years ago
Vincent Petry 3878c3782f Added searchByTag in cache jail wrapper 12 years ago
Vincent Petry 15ecb28d50 Make $userId mandatory for searchByTags 12 years ago
Vincent Petry 25dde7e93b Added searchByTags to view, storage and cache 12 years ago
Vincent Petry ebba54d490 Fix numeric storage id for cache wrapper 12 years ago
Jörn Friedrich Dreyer 0f17486c1d make path absolute 12 years ago
Vincent Petry 35ab770b11 Close cursor early in calculateFolderSize 12 years ago
Robin Appelman 33b64868d7 Add storage and cache wrappers to apply a permissions mask to a storage 12 years ago
Robin Appelman abb6e89c5d Add storage and cache wrappers to jail a storage to a subfolder 12 years ago
Bjoern Schiessle f27b6b0ab8 don't scan part files 12 years ago
Robin Appelman d26a427f92 Also propagate etag changes when the watcher finds a changed file 12 years ago
Robin Appelman 16b0d52031 Default to reusing etags in the scanner 12 years ago
Robin Appelman 0a3f57f832 Pass the cached data to the filesystem watcher 12 years ago
Vincent Petry d485c0098d Retrieve storage numeric id earlier when still available 12 years ago
Robin Appelman f88021dbbc Don't keep the full info of all children in memory 12 years ago
Robin Appelman 0c03b2bdd5 Use ILIKE in cache search 12 years ago
Lukas Reschke fa718d2e2c Fix typo 12 years ago
Robin Appelman 644755df66 Use bigger transactions when doing explicit file system scans 12 years ago
Robin Appelman e29b7e9335 Remove explicit propagate calls 12 years ago
Robin Appelman 1d8a88dd1b Fix warning in homecache 12 years ago
Robin Appelman 850542c5d6 Refactor Cache\Updater to work outside of the users home 12 years ago
Vincent Petry 068f9d10f1 Added repair step for legacy storages 12 years ago
Joas Schilling 4d32e3548b Ensure that filename is prefixed with a slash 12 years ago
Joas Schilling 564bf23c1b Do not filemtime() on "." directory. Use empty string instead 12 years ago
Joas Schilling d7666d9d3d Remove doubled slash between folder and path 12 years ago
Martin d975012ae6 Improved scanner error message 12 years ago
Robin Appelman 3e3d460729 use case insensitive LIKE when searching for files in mysql 12 years ago
Jörn Friedrich Dreyer b5545b81c6 make search case insensitive on postgres and oracle 12 years ago
Robin Appelman 65f3b2fad2 Add server<->server sharing backend 12 years ago
Robin Appelman 6b1d8a56bb remove unused argument 12 years ago
Robin Appelman 054083b9cd add some comments 12 years ago
Robin Appelman 21cfd1014a Repair broken parent link in the scanner 12 years ago
Bjoern Schiessle 9dc0befcca call self::getNumericStorageId() to get the numeric ID 12 years ago
Thomas Müller 26993f2167 No need to create a storage within remove 12 years ago
Robin Appelman 8abe1c3f1a Don't do rename hooks for cache when moving the mountpoint 12 years ago
Robin Appelman 3e73251750 Don't update the mtime if the storage mtime hasn't changed 12 years ago
Thomas Müller da3974bcb2 - drop permissions table and related code 12 years ago
Robin Appelman a6bb1e1bf8 Fix size calculation during recursive scan 12 years ago
Robin Appelman 6689d67a5b Fix recursive scanning 12 years ago