Commit Graph

217 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
Michael Gapczynski 71bdccf347 Chunk size comment should say kB, not MB 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
Robin Appelman 52dccd4aa1 Storage: don't throw warnings when a stat fails 12 years ago
Robin Appelman 6b33a23a51 Code style 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Björn Schießle d8137fdf66 return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied 12 years ago
Robin Appelman 62c65bc1c8 Add OC\Files\Filesystem::isFileBlacklisted 12 years ago
Björn Schießle 5b94959686 using the number of writen bytes as indicator if streamCopy() was successfully. Instead check if fwrite returns the number of bytes or false 12 years ago
Georg Ehrke f51d8c1cd9 fix order of mount commands 12 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 12 years ago
Robin Appelman 6da2c6c83e Create new mountconfig files in json 12 years ago
Robin Appelman 46626915ef Use a parser to read custom mount configuration instead of including the php files 12 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 12 years ago
Thomas Mueller 40739350c9 class Mapper no respects an unchanged physical root which will be excluded from slugifying the path 12 years ago
Thomas Mueller b488800bd5 fix error in recursive search 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 cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 12 years ago
Bart Visscher d3ef967993 Fix indentation style 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
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 12 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 12 years ago
Administrator 4e5a3fbcaf - Fixed indentations. 12 years ago
Robin Appelman 0c05244f8b Mapper: use md5 hashes for database indexes 12 years ago
Thomas Müller e0da721a7d adding ctor to Local and revert call to it within Temporary 12 years ago
Thomas Mueller 92e6409f40 fixing mappedlocal storage to work on non-windows as well 12 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 12 years ago
Jörn Friedrich Dreyer 420b63cbe4 fix empty path handling 12 years ago
Bart Visscher 60411f7d3d Remove unneeded __destruct call in OC\Files\Storage\Temporary 12 years ago
Thomas Müller ddc7af9a53 know your libraries ;-) 12 years ago
Thomas Mueller fd8cb9974b initial version of a local storage implementation which will use unique slugified filename on the local filesystem. 12 years ago
Sam Tuke 50faddfa40 Minor improvement to comments 12 years ago
Thomas Mueller 9446017821 spell check 12 years ago
Thomas Mueller 1fd807a7d6 pass the argument to the ctor 12 years ago
Thomas Mueller 02e6adfdb3 fixing namespace 12 years ago
Robin Appelman 7c33d0a5a7 Cache: fix copy-paste errors 12 years ago
Robin Appelman 80dd8d7802 Cache: check for invalid paths in getFileInfo/getDirectoryContent 12 years ago
Lukas Reschke 3def7f8187 Make fileblacklist configurable 12 years ago