Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Merge pull request #19002 from UoM-ResPlat-DevOps/swift-streaming-download | Thomas Müller | 2016-01-22 | 1 | -16/+13 |
|\ | | | | | Streaming download from Swift in files_external | ||||
| * | Modified swift handling to explicitly set 404 responses to false | Daniel Tosello | 2016-01-12 | 1 | -1/+2 |
| | | |||||
| * | Fixing swift fopen by ensuring stream is a valid resource | Daniel Tosello | 2015-12-10 | 1 | -1/+4 |
| | | |||||
| * | Streaming download from Swift external storage | Tim Dettrick | 2015-12-10 | 1 | -17/+10 |
| | | | | | | | | | | Speeds up downloads as they no longer need to buffer completely on the ownCloud server before being sent to the client. | ||||
* | | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+3 |
| | | |||||
* | | Allowing access to Swift containers shared by ACL | Tim Dettrick | 2016-01-08 | 1 | -2/+19 |
|/ | | | | | To avoid a confusing extra field, the bucket field is overloaded to optionally take a URL. | ||||
* | Improving fopen behaviour for Swift backend | Tim Dettrick | 2015-12-07 | 1 | -1/+10 |
| | |||||
* | Merge pull request #19000 from ↵ | Thomas Müller | 2015-10-29 | 1 | -1/+4 |
|\ | | | | | | | | | UoM-ResPlat-DevOps/swift-squelch-expected-404-errors Don't log expected Swift 404 responses in files_external | ||||
| * | Don't log expected Swift 404 responses | Tim Dettrick | 2015-09-14 | 1 | -1/+4 |
| | | | | | | | | | | File existence checks are expected in some cases to be false, so passing 404 Not Found errors through to the logs just causes noise. | ||||
* | | Fallback to default mimetype detection mechanism | Vincent Petry | 2015-10-13 | 1 | -12/+0 |
| | | |||||
* | | deduplicate @xenopathic | Morris Jobke | 2015-10-06 | 1 | -1/+0 |
| | | |||||
* | | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+2 |
| | | |||||
* | | Replaces if ($file === '.' || $file === '..') by ↵ | Martin | 2015-09-22 | 1 | -2/+2 |
|/ | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. | ||||
* | Use OCP classes as much as possible in files_external | Robin McCorkell | 2015-08-19 | 1 | -3/+3 |
| | |||||
* | Use the new IteratorDirectory instead of the fakedir wrapper | Robin Appelman | 2015-07-15 | 1 | -2/+2 |
| | |||||
* | Revert "Use OCP classes as much as possible in files_external" | Thomas Müller | 2015-07-02 | 1 | -2/+2 |
| | |||||
* | Use OCP classes as much as possible in files_external | Robin McCorkell | 2015-07-01 | 1 | -2/+2 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+22 |
| | |||||
* | drop any fallback code related to curl - refs ↵ | Thomas Müller | 2015-03-12 | 1 | -5/+1 |
| | | | | https://github.com/owncloud/core/pull/14838#issuecomment-78586447 | ||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -21/+14 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+21 |
| | |||||
* | Lazy initialize external storages | Vincent Petry | 2014-10-22 | 1 | -48/+79 |
| | | | | | | | | Fixed the following external storages to not connect in the constructor, but do it on-demand when getConnection() is called. - S3 - SWIFT - SFTP | ||||
* | guess mimetype on touch | Jörn Friedrich Dreyer | 2014-10-21 | 1 | -1/+2 |
| | |||||
* | Also check if the file itself is updatable | Robin Appelman | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Check if a folder is deletable before we try to recursively delete it | Robin Appelman | 2014-09-17 | 1 | -1/+1 |
| | |||||
* | Fix hasUpdated for folders in swift backend | Robin Appelman | 2014-09-05 | 1 | -0/+22 |
| | |||||
* | Fix configuration of rackspace | Robin Appelman | 2014-09-05 | 1 | -18/+28 |
| | |||||
* | update files_external swift to php-opencloud v1.9.2 | Jörn Friedrich Dreyer | 2014-06-25 | 1 | -111/+107 |
| | |||||
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -16/+16 |
| | |||||
* | Moved dependency checks to end of class files | Philipp Kapfer | 2014-04-03 | 1 | -8/+20 |
| | | | | | | | | | | Dependency messages now appear below the configuration options instead of above Reworked dependency check method to support consolidated messages for multiple backends Conflicts: apps/files_external/lib/google.php apps/files_external/lib/swift.php apps/files_external/templates/settings.php | ||||
* | Added cURL dependency for Amazon S3, Dropbox and SWIFT | Philipp Kapfer | 2014-04-03 | 1 | -0/+12 |
| | | | | | | Conflicts: apps/files_external/lib/amazons3.php apps/files_external/lib/swift.php | ||||
* | Fix swift touch operation | Vincent Petry | 2014-03-27 | 1 | -1/+1 |
| | | | | | | | | The touch() operation now uses "UpdateMetadata()" instead of "Update()" which doesn't clear the object's contents. This fixes syncing, as the sync client needs to use touch to update the object's mtime. | ||||
* | Fixed mtime reading from OpenStack API | Vincent Petry | 2014-03-26 | 1 | -0/+4 |
| | | | | | | The API seems to return floating point values, which prevents the hasUpdated() check to work and causes the scanner to rescan everything every time. | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -0/+6 |
| | |||||
* | Fixed ext storage touch function to return true on success | Vincent Petry | 2013-11-25 | 1 | -2/+2 |
| | | | | | | | Some ext storage impl didn't return true on success. Fixes #5943 (Dropbox) Fixes #6010 (WebDAV) | ||||
* | Moved default isReadable/isUpdatable impl into Common class | Vincent Petry | 2013-11-22 | 1 | -8/+0 |
| | | | | | Also adjusted all ext storage backends to not override these when the default behavior is expected. | ||||
* | add configuration parameter to manually set the timeout of HTTP requests | Christian Berendt | 2013-10-24 | 1 | -0/+5 |
| | |||||
* | make Swift::testLocal workable by using a delimiter | Christian Berendt | 2013-10-23 | 1 | -1/+2 |
| | |||||
* | Revert "make Swift::testLocal workable by fixing the prefix used with the ↵ | Christian Berendt | 2013-10-23 | 1 | -4/+1 |
| | | | | | | object listing in opendir" This reverts commit b92061da5ab2d11f803731628c4304aa8cd302e3. | ||||
* | make Swift::testLocal workable by fixing the prefix used with the object ↵ | Christian Berendt | 2013-10-23 | 1 | -1/+4 |
| | | | | listing in opendir | ||||
* | rewrite of OC\Files\Storage\Swift | Christian Berendt | 2013-10-22 | 1 | -456/+354 |
| | |||||
* | Set storage id for openstack swift backend | Robin Appelman | 2013-05-01 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -6/+2 |
|\ | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php | ||||
| * | Give storage backends the option to define having no known free space | Robin Appelman | 2013-02-16 | 1 | -4/+0 |
| | | | | | | | | When this is the case only the configured max upload size is taking into account for uploading | ||||
| * | Fix NoSpaceAfterComma and SpaceBeforeComma | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
| | | |||||
* | | fixing namespace | Thomas Mueller | 2013-02-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -50/+80 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php | ||||
| * | Move streamwrappers to seperate files and put them in a namespace | Robin Appelman | 2013-01-28 | 1 | -2/+2 |
| | |