Commit Graph

23 Commits (af35b6ad9db6490f5bfd25143d214f5b1d8dfd34)

Author SHA1 Message Date
Robin Appelman 488fc402e4 remove unneeded check 12 years ago
Robin Appelman d15ed9b4d3 use \OC\Files\Filesystem::isIgnoredDir 12 years ago
Robin Appelman ea44f0e20f fix recursive copy and rename for common storage backend 12 years ago
Robin Appelman 151c48494e Add a config option fro setting the filesystem watcher policy 12 years ago
Bjoern Schiessle 12338e0ef0 allow admin to disable sharing for specific groups of users 12 years ago
Robin McCorkell 87b548ed91 Fix all PHPDoc types and variable names, in /lib 12 years ago
Bart Visscher a4b7f5155f Fix PHPdoc in lib/private 13 years ago
Robin Appelman 1c7a71ca77 use binary safe read 13 years ago
Robin Appelman 54a15a8001 Use streams when generating hashes of remote files 13 years ago
Vincent Petry 0067a4eac2 Added missing fclose in file_get_contents and file_put_contents 13 years ago
Vincent Petry d6ce45fe61 Correctly read the full stream in file_get_contents 13 years ago
Robin Appelman 7a8f1389fe fix temporary file based common hash 13 years ago
Robin Appelman a8c67dc675 Add caching for getLocalFile on remote storages 13 years ago
Vincent Petry a23ef25010 Removed unused deleteAll method on Common storage class 13 years ago
Vincent Petry 788c8540aa Added isLocal() method to storage, used for xsendfile 13 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 13 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 13 years ago
Robin Appelman a0d570b4cc Change default mimetype detection for storage backends to only use filename 13 years ago
Robin Appelman 32a703ab36 Do not use -1 as the size for the root folder of the home storage 13 years ago
Thomas Müller 9c9dc276b7 move the private namespace OC into lib/private - OCP will stay in lib/public 13 years ago
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 13 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 13 years ago
Robin Appelman 94560c68ba rename constants 13 years ago
Michael Gapczynski 09ff46eda2 Remove user name addition to paths in deleteAll 13 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 13 years ago
Robin Appelman bcd9a69033 Cache: seperate handing of numeric storage id's to it's own class 13 years ago
Bart Visscher 50fb13c861 Remember the contructed OC\Files\Cache\* classes in OC\Files\Storage\Common 14 years ago
Robin Appelman 52dccd4aa1 Storage: don't throw warnings when a stat fails 14 years ago
Robin Appelman 6b33a23a51 Code style 14 years ago
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 d96146a017 Give storage backends the option to define having no known free space 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
Michael Gapczynski 8a63bcc1e8 Don't use more entropy for etags 14 years ago
Robin Appelman 04f83e3b53 Cache: optional path argument for getCache/Scanner/etc 14 years ago
Robin Appelman b41189de44 Cache: allow storage backends to overwrite Watcher 14 years ago
Michael Gapczynski b4515d874e Only folders have Create permission 14 years ago
Robin Appelman d3e37fa157 remove fileatime from common storage backend 14 years ago
Robin Appelman 810563ae8a don't redefine inherited functions as abstract 14 years ago
Robin Appelman cbcd9ba84a allow storage backends to implement custom permission management 14 years ago
Robin Appelman 706bb3ccd6 move ETag generation to storage backends 14 years ago
Robin Appelman 3ff0772a05 add getCache and getScanner to storage api in order to allow storage backends to overwride caching behaviour 14 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 14 years ago
Robin Appelman 96d7cd5997 correct namespace usage in common filestorage backend 14 years ago
Robin Appelman c94fe38d39 add getPermissions to storage backends to get all permission flags in one go 14 years ago
Robin Appelman e8d3a47685 add getId to storage backends 14 years ago
Robin Appelman bd83422095 put filestorages in a namespace 14 years ago