Commit Graph

116 Commits (0e8916b14722c8f91ccbce8b12da4b23f4f4f59e)

Author SHA1 Message Date
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
Bjoern Schiessle e0a5f3b570 get permissions directly from share storage to avoid additional db calls 12 years ago
Bjoern Schiessle 7ad0fee0b5 let file cache handle the versions size 12 years ago
Robin Appelman e002ff6065 propagate changes in the scanner 12 years ago
Robin Appelman 0158788a2a Split of cache writes in the scanner to their own methods 12 years ago
Robin Appelman a31f089266 Add a change propagator class to handle propagating etag and mtime changes 12 years ago
ringmaster 19f0c47842 Missed one. 12 years ago
ringmaster 16ae63bdfd Updates per comments on PR: 12 years ago
Andreas Fischer 0bae68017e Cast to number instead of integer in OC\Files\Cache\HomeCache 12 years ago
Andreas Fischer a34aa1959a Cast to number instead of integer in OC\Files\Cache\Cache 12 years ago
ringmaster f79948f519 Prevent apps from affecting the scanner via hook. 12 years ago
ringmaster 3d1ba574e4 Change visibility of scanner internals 12 years ago
ringmaster 26d169b27c Use 'filesystem_check_enable' as a config option. 12 years ago
ringmaster 3b287f8274 Allow the default behavior to come from the config. 12 years ago
ringmaster fdf26c5a3f Rename variable to something more appropriate. 12 years ago
ringmaster 645e7035a4 Allow apps to control via a hook to skip adding/removing a file during filescan 12 years ago
Robin Appelman ff1f341d97 Fix phpdoc 12 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 12 years ago
Morris Jobke dc36d30953 Remove all occurences of @brief and @returns from PHPDoc 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Robin McCorkell a7ae2e874a Squash 'a | b' into 'a|b', in /lib 12 years ago
Robin McCorkell b5bc37d2e4 Fix @return array PHPDocs, in /lib 12 years ago
Vincent Petry 05dc694c5c Fix getPathById for Oracle 12 years ago
Robin Appelman b42ce6c30a Prevent error if previously cached data doesn't have an etag 12 years ago
Robin Appelman 0c2585f3ac Improve phpdoc 13 years ago
Robin Appelman f331d5f9d4 Give storages the option to implement the getById behaviour for View->getPath 13 years ago
Thomas Müller 6b9ae27b90 drop file cache migration OC5 -> OC6 13 years ago
Bjoern Schiessle 4562909a20 get trash size from file cache 13 years ago
Vincent Petry 7f24d42ca5 Propagate unencrypted_size up to the file cache root 13 years ago
Robin Appelman 06c6163265 Check if fields we need are actually set to prevent errors 13 years ago
Robin Appelman c87658feda Fix updater when getFileInfo fails 13 years ago
Robin Appelman da386aad59 Allow re-using already known fileinfo when calculating folder sizes 13 years ago
Robin Appelman 3487a95eab Remove fileid parameter for getFolderContent 13 years ago