summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Add the storage id to the mount configRobin Appelman2014-12-171-103/+162
* Remove conditional check for 5.3 compatibilityLukas Reschke2014-12-121-6/+1
* Merge pull request #12090 from AdamWill/google-rename-deleteMorris Jobke2014-12-101-0/+12
|\
| * google: delete original after successful renameAdam Williamson2014-11-301-0/+12
* | Merge pull request #12577 from owncloud/public-mount-apiLukas Reschke2014-12-083-18/+46
|\ \
| * | Use the mount config api for files_externalRobin Appelman2014-12-043-18/+46
| |/
* | Keep spaces out of the stringVolkan Gezer2014-12-071-1/+1
* | Only store user credentials when SMB_OC storage is enabledLukas Reschke2014-12-011-3/+28
|/
* Merge pull request #6989 from AdamWill/google-1Robin Appelman2014-11-261-24/+32
|\
| * google: disable compression when curl is not availableAdam Williamson2014-11-071-0/+6
| * scrutinizer fix: explicitly declare Google class property $clientAdam Williamson2014-11-061-0/+1
| * scrutinizer fix: correct @return for getDriveFile()Adam Williamson2014-11-061-2/+3
| * Migrate Google Drive storage app to v1.0.0 of the client libraryAdam Williamson2014-11-061-24/+24
* | Merge pull request #12411 from owncloud/unknown-command-windowsLukas Reschke2014-11-261-7/+2
|\ \
| * | Replace some more "command -v" calls with the Helper methodJoas Schilling2014-11-251-7/+2
* | | Replace deprecated constant with new class constantJoas Schilling2014-11-251-2/+2
|/ /
* | Merge pull request #12290 from owncloud/ext-preventbreakageduetobugs2Lukas Reschke2014-11-191-0/+8
|\ \
| * | Show warning when invalid user was passedVincent Petry2014-11-141-0/+8
| |/
* | Do not remove dir entry if it has the same name as the parentVincent Petry2014-11-131-4/+1
* | fix touch() when $mtime is set (Google wants RFC3339) #11267Adam Williamson2014-11-101-1/+4
|/
* fix files_external storage id migrationJörn Friedrich Dreyer2014-10-311-3/+20
* Add type hinting to functionsLukas Reschke2014-10-241-1/+1
* Use function outside of loopLukas Reschke2014-10-241-3/+4
* Make files non executableLukas Reschke2014-10-242-0/+0
* Merge pull request #11721 from owncloud/fix-s3-regressionMorris Jobke2014-10-231-5/+11
|\
| * Fix S3 connectionVincent Petry2014-10-221-5/+11
* | 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