Commit Graph

460 Commits (7f7006643f7e659c86b81720dd50b33dbbb07430)

Author SHA1 Message Date
Volkan Gezer 57452a3641 Keep spaces out of the string 10 years ago
Robin Appelman a369d78124 Use the mount config api for files_external 10 years ago
Lukas Reschke 805be635fa Only store user credentials when SMB_OC storage is enabled 10 years ago
Joas Schilling 0274dcba57 Replace some more "command -v" calls with the Helper method 11 years ago
Joas Schilling 2c39aec8cb Replace deprecated constant with new class constant 11 years ago
Vincent Petry c941c3fa51 Show warning when invalid user was passed 11 years ago
Vincent Petry 914f4cb6f2 Do not remove dir entry if it has the same name as the parent 11 years ago
Adam Williamson f76419d190 fix touch() when $mtime is set (Google wants RFC3339) #11267 11 years ago
Adam Williamson c237acb395 google: disable compression when curl is not available 11 years ago
Adam Williamson 04369fb9cc scrutinizer fix: explicitly declare Google class property $client 11 years ago
Adam Williamson f9bd43ff03 scrutinizer fix: correct @return for getDriveFile() 11 years ago
Adam Williamson 62b859d66f Migrate Google Drive storage app to v1.0.0 of the client library 11 years ago
Jörn Friedrich Dreyer 69a3d8eb1a fix files_external storage id migration 11 years ago
Lukas Reschke b3a04840b5 Add type hinting to functions 11 years ago
Lukas Reschke d060180140 Use function outside of loop 11 years ago
Lukas Reschke 2d2a4741ce Make files non executable 11 years ago
Vincent Petry 188effa433 Fix S3 folder creation for new AWS API 11 years ago
Vincent Petry 71dce48bd3 Fix S3 connection 11 years ago
Vincent Petry 075e8d8e86 Lazy initialize external storages 11 years ago
Jörn Friedrich Dreyer 1c9004409b guess mimetype on touch 11 years ago
Vincent Petry ab5149f5df Allow specifying protocol in ext storage OC config 11 years ago
Jörn Friedrich Dreyer f664a31dec extract batchDelete(), better comments 11 years ago
André Gaul 0d0c9d0bb3 files_extern: remove empty Body and ContentLength in Amazon S3 mount 11 years ago
Jörn Friedrich Dreyer aa3ad898a9 fix amazon s3 issues 11 years ago
Vincent Petry 26e242a8a4 Added PHP docs for etag propagator 11 years ago
Robin Appelman bcf654127f More phpdoc 11 years ago
Robin Appelman 1030f0a763 Hookup the etag propagator 11 years ago
Robin Appelman 5d7bd8be42 Add EtagPropagator to handle etag changes when external storages are changed 11 years ago
Robin Appelman 9a5d0f6084 Fix add/remove mountpoint hooks 11 years ago
Vincent Petry 6585eaa5df Added failing unit tests for mount config hooks 11 years ago
Vincent Petry 0610937ac3 Added filesystem hooks for mount/unmount ext storage 11 years ago
Robin Appelman 11ac9ce28b Fix copy overwrite for amazon s3 11 years ago
Robin Appelman 3b08b3fad4 Fix amazon s3 rename overwrite 11 years ago
Robin Appelman 6e12d830d5 Fix AmazonS3 rmdir on the root 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
Johan Björk d2979da864 Fix failing AmazonS3::touch on updated aws sdk 11 years ago
Robin Appelman ecdbf00628 Move certificate management code to core 11 years ago
Jörn Friedrich Dreyer f551917a3c kill OC::$session 11 years ago
Robin McCorkell bffccdbea7 Add missing 'personal' mount configuration option 11 years ago
Robin McCorkell 87167d3141 Prevent errors on broken SFTP config 11 years ago
Morris Jobke b3b3354809 move to public namespace 11 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 11 years ago
Jörn Friedrich Dreyer 240b952333 use S3Client::encodeKey(), fixes #8325 11 years ago
Robin Appelman 73607e5d16 Only load personal external storages for allowed backends 11 years ago
Andreas Fischer a27753dd80 Pass existing Net_SFTP object into Net_SFTP_Stream. 11 years ago
Andreas Fischer e18c8f23df login() must be called after getServerPublicHostKey(). 11 years ago
Andreas Fischer d02604b3fb Add short description explaining how SFTP ext storage class works. 11 years ago