summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #11726 from owncloud/s3-fixunittestsMorris Jobke2014-10-231-0/+1
|\ \ | |/ |/|
| * Fix S3 folder creation for new AWS APIVincent Petry2014-10-221-0/+1
* | Lazy initialize external storagesVincent Petry2014-10-226-107/+163
|/
* guess mimetype on touchJörn Friedrich Dreyer2014-10-212-2/+5
* Allow specifying protocol in ext storage OC configVincent Petry2014-10-131-0/+8
* Merge pull request #11305 from owncloud/ext-updateetagonmountVincent Petry2014-10-092-1/+170
|\
| * Added PHP docs for etag propagatorVincent Petry2014-10-081-4/+17
| * More phpdocRobin Appelman2014-10-081-0/+5
| * Hookup the etag propagatorRobin Appelman2014-10-082-0/+17
| * Add EtagPropagator to handle etag changes when external storages are changedRobin Appelman2014-10-081-0/+107
| * Fix add/remove mountpoint hooksRobin Appelman2014-10-081-2/+4
| * Added failing unit tests for mount config hooksVincent Petry2014-10-081-8/+8
| * Added filesystem hooks for mount/unmount ext storageVincent Petry2014-10-081-1/+26
* | extract batchDelete(), better commentsJörn Friedrich Dreyer2014-10-081-31/+31
* | files_extern: remove empty Body and ContentLength in Amazon S3 mountAndré Gaul2014-10-081-3/+1
* | fix amazon s3 issuesJörn Friedrich Dreyer2014-10-081-108/+123
|/
* Fix copy overwrite for amazon s3Robin Appelman2014-09-171-12/+4
* Fix amazon s3 rename overwriteRobin Appelman2014-09-171-2/+10
* Fix AmazonS3 rmdir on the rootRobin Appelman2014-09-171-15/+42
* Also check if the file itself is updatableRobin Appelman2014-09-172-2/+2
* Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-173-2/+5
* Merge pull request #10680 from helmutschneider/aws-2.6.15Lukas Reschke2014-09-161-1/+2
|\
| * Fix failing AmazonS3::touch on updated aws sdkJohan Björk2014-09-031-1/+2
* | Fix hasUpdated for folders in swift backendRobin Appelman2014-09-051-0/+22
* | Fix configuration of rackspaceRobin Appelman2014-09-051-18/+28
* | Move certificate management code to coreRobin Appelman2014-08-311-47/+0
* | Merge pull request #10719 from owncloud/files-external-personal-undefinedThomas Müller2014-08-291-0/+1
|\ \
| * | Add missing 'personal' mount configuration optionRobin McCorkell2014-08-291-0/+1
* | | kill OC::$sessionJörn Friedrich Dreyer2014-08-291-4/+4
|/ /
* / Prevent errors on broken SFTP configRobin McCorkell2014-08-271-0/+3
|/
* Merge pull request #10108 from owncloud/files_external-allowed-backendVincent Petry2014-08-251-6/+10
|\
| * Only load personal external storages for allowed backendsRobin Appelman2014-08-011-6/+10
* | Merge pull request #10518 from owncloud/fix_storage_const_autoloadLukas Reschke2014-08-201-1/+1
|\ \
| * | move to public namespaceMorris Jobke2014-08-191-1/+1
| * | Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-1/+1
| |/
* / use S3Client::encodeKey(), fixes #8325Jörn Friedrich Dreyer2014-08-141-2/+3
|/
* Merge pull request #9529 from helmutschneider/fix-8326Robin Appelman2014-08-011-17/+12
|\
| * Converted an array to PHP5.3 compatible versionJohan Björk2014-07-091-2/+2
| * Fixes #8326: deletion of directories on S3Johan Björk2014-07-081-17/+12
* | Pass existing Net_SFTP object into Net_SFTP_Stream.Andreas Fischer2014-07-181-3/+9
* | login() must be called after getServerPublicHostKey().Andreas Fischer2014-07-121-5/+5
* | Add short description explaining how SFTP ext storage class works.Andreas Fischer2014-07-121-0/+4
* | The file providing the sftp:// scheme needs to be included manually.Andreas Fischer2014-07-121-0/+11
|/
* Fix Signiture Does Not Match when mounting Amazon S3 external storageChristopher T. Johnson2014-07-081-13/+17
* Fix warnings when personal is not setVincent Petry2014-07-011-1/+1
* Use filtered list for ext storage list mounts APIVincent Petry2014-06-302-16/+20
* Merge pull request #8383 from owncloud/object_storageVincent Petry2014-06-272-111/+111
|\
| * update files_external swift to php-opencloud v1.9.2Jörn Friedrich Dreyer2014-06-251-111/+107
| * Allow adding object stores with the files_external mount configRobin Appelman2014-06-241-0/+4
* | Move \OC\Files\Storage\DAV to core in order to reduce inter-app dependenciesThomas Müller2014-06-271-453/+0