Commit Graph

636 Commits (6151a0540b94dea0bb014b26e9ac6ea84d000f05)

Author SHA1 Message Date
Jörn Friedrich Dreyer 69a3d8eb1a fix files_external storage id migration 12 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 12 years ago
Lukas Reschke d060180140 Use function outside of loop 12 years ago
Lukas Reschke 2d2a4741ce Make files non executable 12 years ago
Vincent Petry 188effa433 Fix S3 folder creation for new AWS API 12 years ago
Vincent Petry 71dce48bd3 Fix S3 connection 12 years ago
Vincent Petry 075e8d8e86 Lazy initialize external storages 12 years ago
Jörn Friedrich Dreyer 1c9004409b guess mimetype on touch 12 years ago
Vincent Petry ab5149f5df Allow specifying protocol in ext storage OC config 12 years ago
Jörn Friedrich Dreyer f664a31dec extract batchDelete(), better comments 12 years ago
André Gaul 0d0c9d0bb3 files_extern: remove empty Body and ContentLength in Amazon S3 mount 12 years ago
Jörn Friedrich Dreyer aa3ad898a9 fix amazon s3 issues 12 years ago
Vincent Petry 26e242a8a4 Added PHP docs for etag propagator 12 years ago
Robin Appelman bcf654127f More phpdoc 12 years ago
Robin Appelman 1030f0a763 Hookup the etag propagator 12 years ago
Robin Appelman 5d7bd8be42 Add EtagPropagator to handle etag changes when external storages are changed 12 years ago
Robin Appelman 9a5d0f6084 Fix add/remove mountpoint hooks 12 years ago
Vincent Petry 6585eaa5df Added failing unit tests for mount config hooks 12 years ago
Vincent Petry 0610937ac3 Added filesystem hooks for mount/unmount ext storage 12 years ago
Robin Appelman 11ac9ce28b Fix copy overwrite for amazon s3 12 years ago
Robin Appelman 3b08b3fad4 Fix amazon s3 rename overwrite 12 years ago
Robin Appelman 6e12d830d5 Fix AmazonS3 rmdir on the root 12 years ago
Robin Appelman 2f22e67570 Also check if the file itself is updatable 12 years ago
Robin Appelman d25a9a118f Check if a folder is deletable before we try to recursively delete it 12 years ago
Robin Appelman a1f4a0601b Fix hasUpdated for folders in swift backend 12 years ago
Robin Appelman 3d7aff84e5 Fix configuration of rackspace 12 years ago
Johan Björk d2979da864 Fix failing AmazonS3::touch on updated aws sdk 12 years ago
Robin Appelman ecdbf00628 Move certificate management code to core 12 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 12 years ago
Robin McCorkell bffccdbea7 Add missing 'personal' mount configuration option 12 years ago
Robin McCorkell 87167d3141 Prevent errors on broken SFTP config 12 years ago
Morris Jobke b3b3354809 move to public namespace 12 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 12 years ago
Jörn Friedrich Dreyer 240b952333 use S3Client::encodeKey(), fixes #8325 12 years ago
Robin Appelman 73607e5d16 Only load personal external storages for allowed backends 12 years ago
Andreas Fischer a27753dd80 Pass existing Net_SFTP object into Net_SFTP_Stream. 12 years ago
Andreas Fischer e18c8f23df login() must be called after getServerPublicHostKey(). 12 years ago
Andreas Fischer d02604b3fb Add short description explaining how SFTP ext storage class works. 12 years ago
Andreas Fischer c8024934c0 The file providing the sftp:// scheme needs to be included manually. 12 years ago
Johan Björk ac75a24597 Converted an array to PHP5.3 compatible version 12 years ago
Johan Björk e44a7aa034 Fixes #8326: deletion of directories on S3 12 years ago
Christopher T. Johnson 599ab7a802 Fix Signiture Does Not Match when mounting Amazon S3 external storage 12 years ago
Vincent Petry 5e6f6da786 Fix warnings when personal is not set 12 years ago
Vincent Petry 8977a68548 Use filtered list for ext storage list mounts API 12 years ago
Thomas Müller c745240543 Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependencies 12 years ago
Jörn Friedrich Dreyer 42e9d49d72 update files_external swift to php-opencloud v1.9.2 12 years ago
Robin Appelman 544963f414 Allow adding object stores with the files_external mount config 12 years ago
Robin Appelman d24c0f4d42 Dont allow opening writable streams on a read only dav mount 12 years ago
Robin Appelman be93b0d01d Fix permissions functions for webdav external storages 12 years ago
Robin Appelman 3f2cb39aba Properly set read permissions for webdav storages 12 years ago