Commit Graph

532 Commits (434835b326bddcd2e53a9ee46734e4f358a9d1f1)

Author SHA1 Message Date
Robin Appelman 134243d3e5 Dont lower the mtime of a folder when propagating changes 12 years ago
Lukas Reschke 9904b30070 Ensure that passed argument is always a string 12 years ago
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 McCorkell a79757bc37 Store FileInfo::getType() result for future use 12 years ago
Robin Appelman 6c00521e8b Use transactions when renaming directory contents 12 years ago
Lukas Reschke 4d91fa4c93 Normalize before processing 12 years ago
Bjoern Schiessle 21c45925fe detect root of mountpoint also if the trailing slash is missed 12 years ago
Vincent Petry 5ade2854ee Fix DAV exceptions, some will still return false now 12 years ago
Robin Appelman ce0aa02aac Dont do a cache rename if we cant delete the source file 12 years ago
Robin Appelman 2124540d1d Dont remove a file from cache if the delete operation failed 12 years ago
Robin Appelman ddee63fa00 Fix resolving paths for views rooted in a file 12 years ago
Robin Appelman 8c9f1a982c Update the cache when renaming even if we dont emit hooks 12 years ago
Vincent Petry 6d8985b671 Prevent wrapping null storage 12 years ago
Bernhard Posselt b8769802df fix node interface 12 years ago
Vincent Petry 87ce64c24e Replace OC_Log::ERROR with OCP\Util::ERROR 12 years ago
Vincent Petry f6e644b43f Catch storage exception in scanner for remote shares 12 years ago
Robin Appelman 87a1b2bdc4 Preserve mtime when doing cross storage move 12 years ago
Robin Appelman 960ff4f136 Apply wrappers to existing mounts before registering it 12 years ago
Vincent Petry 5fb8a4715d removeStorageWrapper to unregister a storage wrapper 12 years ago
Vincent Petry 6fb553e92c Do not call wrapStorage if storate with same name added twice 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 0a400b4577 drop unused parameter 12 years ago
Lukas Reschke d66facc762 Fix annotations in file view 12 years ago
Robin Appelman 96dff341e2 Return valid fileinfo objects for part files 12 years ago
Morris Jobke 7746ac519f drop dead code - ref #13301 12 years ago
Lukas Reschke f0ac8a278a Use json_encode on string 12 years ago
Morris Jobke 9b49b52fc6 drop useless "!!! No reuse of etag" - fixes #13187 12 years ago
Vincent Petry fcc3b3d5f7 Fix searchCommon to properly match path name 12 years ago
Lukas Reschke 310424db5d Use isset() instead of strlen() 12 years ago
Lukas Reschke 7e11ca06f6 Cache results of `normalizePath` 12 years ago
Lukas Reschke 05615bfd47 Simplify isValidPath and add unit tests 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
Chris Wilson 402a3ed146 Improve debugging for ServiceUnavailable exceptions 12 years ago
Jörn Friedrich Dreyer c738359a11 add paged provider 12 years ago
Thomas Müller 81243b0f5d adding getDirectDownload() to Wrapper 12 years ago
Thomas Müller 5b00bc1d6e Adding basement for the direct download url 12 years ago
Bernhard Posselt 8e37214346 add an interface for the root folder so apps have an interface to deal with storage 12 years ago
Robin Appelman 9ddd5033d4 Movable mountpoints are always deletable 12 years ago
Robin Appelman fd85424742 Add getMountPoint to FileInfo 12 years ago
Robin Appelman 95a145f67f Load mount specific options from the mount config 12 years ago
Vincent Petry c6be491a89 Return file info from Node API 12 years ago
Robin McCorkell fdbb68a3c3 Return ? if mtime is 0 or -1 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