Commit Graph

67 Commits (b945d713845d640d63241de4d5a67813384b88ce)

Author SHA1 Message Date
Morris Jobke b945d71384 update licence headers via script 10 years ago
Martin 491250320a Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 10 years ago
Robin McCorkell d577aad4ac Use OCP classes as much as possible in files_external 10 years ago
Robin Appelman da951ba059 Use the new IteratorDirectory instead of the fakedir wrapper 10 years ago
Thomas Müller 079e9cecba Revert "Use OCP classes as much as possible in files_external" 10 years ago
Robin McCorkell 728a22cda1 Use OCP classes as much as possible in files_external 10 years ago
Jenkins for ownCloud b585d87d9d Update license headers 10 years ago
Thomas Müller 5855108e9b drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447 10 years ago
Morris Jobke 06aef4e8b1 Revert "Updating license headers" 10 years ago
Jenkins for ownCloud 6a1a4880f0 Updating license headers 10 years ago
Vincent Petry 075e8d8e86 Lazy initialize external storages 11 years ago
Jörn Friedrich Dreyer 1c9004409b guess mimetype on touch 11 years ago
Robin Appelman 2f22e67570 Also check if the file itself is updatable 11 years ago
Robin Appelman d25a9a118f Check if a folder is deletable before we try to recursively delete it 11 years ago
Robin Appelman a1f4a0601b Fix hasUpdated for folders in swift backend 11 years ago
Robin Appelman 3d7aff84e5 Fix configuration of rackspace 11 years ago
Jörn Friedrich Dreyer 42e9d49d72 update files_external swift to php-opencloud v1.9.2 11 years ago
Robin McCorkell e7aebc5c32 Fix whitespace issues 11 years ago
Philipp Kapfer 730bca98b4 Moved dependency checks to end of class files 11 years ago
Philipp Kapfer ff9a4a6d91 Added cURL dependency for Amazon S3, Dropbox and SWIFT 11 years ago
Vincent Petry 2a08e35d72 Fix swift touch operation 11 years ago
Vincent Petry fa00a18677 Fixed mtime reading from OpenStack API 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Vincent Petry d88025bf6b Fixed ext storage touch function to return true on success 12 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 12 years ago
Christian Berendt dd82481f59 add configuration parameter to manually set the timeout of HTTP requests 12 years ago
Christian Berendt 128d3221cc make Swift::testLocal workable by using a delimiter 12 years ago
Christian Berendt a1e956263c Revert "make Swift::testLocal workable by fixing the prefix used with the object listing in opendir" 12 years ago
Christian Berendt b92061da5a make Swift::testLocal workable by fixing the prefix used with the object listing in opendir 12 years ago
Christian Berendt 506db6c63a rewrite of OC\Files\Storage\Swift 12 years ago
Robin Appelman 4c980b1a14 Set storage id for openstack swift backend 12 years ago
Robin Appelman d96146a017 Give storage backends the option to define having no known free space 12 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 12 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 12 years ago
Thomas Mueller 6b594c1eb8 fixing namespace 12 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 12 years ago
Michael Gapczynski 0dbf1d0260 Show status icons for mount points in external storage UI 13 years ago
Jörn Friedrich Dreyer 92df70b6e5 fix checkstyle for files_external app, add whitespace for readability 13 years ago
Diederik de Haas 3cc6df489f Fixed new checkstyle issues in swift.php from build #1341. 13 years ago
Robin Appelman 972243d564 support string values ('true' and 'false') for configuring the secure parameter on external storage backends 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Robin Appelman 33cabcf590 postpone the cost of setting up some of the external storage backends untill we actually need it 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman 141ff806c6 fix namespace problems for external storage backends 13 years ago
Robin Appelman 542869114a implement getId for the external storage providers 13 years ago
Benjamin Liles 8336b3287e Various bug fixes for swift 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 13 years ago