Commit Graph

195 Commits (ecd40f0abc8328692df44a2b082fb2ba5dcfbbd2)

Author SHA1 Message Date
Bart Visscher bb75dfc021 Whitespace fixes 14 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 14 years ago
Robin Appelman 62c65bc1c8 Add OC\Files\Filesystem::isFileBlacklisted 14 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 14 years ago
Georg Ehrke f51d8c1cd9 fix order of mount commands 14 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 14 years ago
Robin Appelman 6da2c6c83e Create new mountconfig files in json 14 years ago
Robin Appelman 46626915ef Use a parser to read custom mount configuration instead of including the php files 14 years ago
Robin Appelman 0c1ec758e8 Cache: hash long storage ids to ensure they fit in the database 14 years ago
Thomas Mueller 40739350c9 class Mapper no respects an unchanged physical root which will be excluded from slugifying the path 14 years ago
Thomas Mueller b488800bd5 fix error in recursive search 14 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 14 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 14 years ago
Bart Visscher d3ef967993 Fix indentation style 14 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 14 years ago
Thomas Mueller b31cc83a2d $this->numericId should be determined based on table storages not filecache 14 years ago
Robin Appelman b54dcd1999 Cache: fix scanner trying to use existing data when file isn't in cache 14 years ago
Thomas Mueller f2baf1ae0e fixing syntax error 14 years ago
Robin Appelman e1fe5279dd Cache: also preserve etags for files 14 years ago
irgsmirx 062befd1fc Update lib/files/cache/legacy.php 14 years ago
Robin Appelman 2921d2fb78 Cache: don't create a new etag when the mtime hasn't changed 14 years ago
Robin Appelman d84c3cd014 Cache: actually use parameter 14 years ago
Robin Appelman 299649b40e Cache: reuse known folder sizes when doing a shallow scan 14 years ago
Robin Appelman 56d10e9054 Cache: simplify scanner logic a bit when handeling with unknown folder sizes 14 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 14 years ago
Jörn Friedrich Dreyer 1263511a17 append .part to put files 14 years ago
Robin Appelman 0c05244f8b Mapper: use md5 hashes for database indexes 14 years ago
Thomas Müller e0da721a7d adding ctor to Local and revert call to it within Temporary 14 years ago
Thomas Mueller 92e6409f40 fixing mappedlocal storage to work on non-windows as well 14 years ago
Thomas Müller 8174e5faf1 make MappedLocal available and testable within Linux as well 14 years ago
Jörn Friedrich Dreyer 420b63cbe4 fix empty path handling 14 years ago
Bart Visscher 60411f7d3d Remove unneeded __destruct call in OC\Files\Storage\Temporary 14 years ago
Thomas Müller ddc7af9a53 know your libraries ;-) 14 years ago
Thomas Mueller fd8cb9974b initial version of a local storage implementation which will use unique slugified filename on the local filesystem. 14 years ago
Sam Tuke 50faddfa40 Minor improvement to comments 14 years ago
Thomas Mueller 9446017821 spell check 14 years ago
Thomas Mueller 1fd807a7d6 pass the argument to the ctor 14 years ago
Thomas Mueller 02e6adfdb3 fixing namespace 14 years ago
Robin Appelman 7c33d0a5a7 Cache: fix copy-paste errors 14 years ago
Robin Appelman 80dd8d7802 Cache: check for invalid paths in getFileInfo/getDirectoryContent 14 years ago
Lukas Reschke 3def7f8187 Make fileblacklist configurable 14 years ago
TheSFReader d03155a8d5 translate the mimtype/mimepart to readable in the searchByMime function 14 years ago
Michael Gapczynski 6093d961a0 Add getOwner to Filesystem and View classes 14 years ago
TheSFReader 42d59d5a16 Remove a warning by making sure the renamed file is a dir before trying and opening it 14 years ago
Robin Appelman af3b0e30ed Cache: don't insert duplicated during upgrade 14 years ago
Robin Appelman 232cc3211b add oc:// streamwrapper to provide access to ownCloud's virtual filesystem 14 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 14 years ago
Robin Appelman 3e59a87153 Filesystem: use the updated Mount::findById in getPath to ensure we get the correct path if the storage is also mounted outside the view 14 years ago
Robin Appelman 577e3b11d7 Filesystem: return all matching mounts in Mount::findById 14 years ago
Robin Appelman 4cae141673 Filesystem: also add getPath to \OC\Filesystem 14 years ago