Commit Graph

281 Commits (efbf18652c6eef42e2ca2fda3572d74d2be022dd)

Author SHA1 Message Date
Vincent Petry d69243ee51 Fixed FTP and SMB to use rmdir() when deleting folders 13 years ago
Vincent Petry 84f3dd15a6 Add trailing slash in FTP root path when missing 13 years ago
Vincent Petry 30e086fb53 Fixed SFTP storage to overwrite on rename 13 years ago
Vincent Petry e102eec89a Return true when touch succeeds 13 years ago
Vincent Petry 7c81ac3d28 Fixed various Dropbox issues + unit tests 13 years ago
Vincent Petry d88025bf6b Fixed ext storage touch function to return true on success 13 years ago
Vincent Petry 1b0c5e57e5 Fixed SMB rename function to overwrite target file 13 years ago
Vincent Petry 2d947835b9 Now also preventing the user of "Shared" as mountpoint 13 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 13 years ago
Vincent Petry a49e873d3f Return plausible isReadable() default impl for ext storage 13 years ago
Vincent Petry 0b2c9b823c Prevent using root as mount point for external storage 13 years ago
Vincent Petry 39cbdca429 Fixed path normalization to prevent dot dirs 13 years ago
Vincent Petry e26500045f Fixed move operation to pass the whole URL as expected 13 years ago
Vincent Petry 5b6d1d79d0 Fixed SMB file deletion success detection 13 years ago
Vincent Petry 8ab40f1959 Removing trailing dot in path that samba doesn't seem to like 13 years ago
hkjolhede 3e2d4c1bc1 Fixed error-checking error in sftp.php 13 years ago
Christian Berendt 70276ca520 settings tags for optional parameters 13 years ago
Christian Berendt 235bf5269d extended parameter descriptions for Swift 13 years ago
Christian Berendt dd82481f59 add configuration parameter to manually set the timeout of HTTP requests 13 years ago
Christian Berendt 128d3221cc make Swift::testLocal workable by using a delimiter 13 years ago
Christian Berendt a1e956263c Revert "make Swift::testLocal workable by fixing the prefix used with the object listing in opendir" 13 years ago
Christian Berendt b92061da5a make Swift::testLocal workable by fixing the prefix used with the object listing in opendir 13 years ago
Christian Berendt 506db6c63a rewrite of OC\Files\Storage\Swift 13 years ago
Christian Berendt f0d04f3ac6 adjustment of the configuration parameters 13 years ago
Lennart Rosam 5470700c9a Update file to meet coding standarts 13 years ago
Lennart Rosam 72ad309920 Actually test the connection 13 years ago
Lennart Rosam b9a948b597 Fixes #4129 13 years ago
Robin Appelman de43515cfa fix recursive delete for smb 13 years ago
Robin Appelman 29deef38b2 fix using touch to create a file for smb 13 years ago
Thomas Müller 3b835ea1b6 never hack late night 13 years ago
Thomas Müller ec255b52be fixing boolean handling 13 years ago
Thomas Müller d63ca25a94 proper test for use_logon_credentials 13 years ago
Thomas Müller 36e7a7c29b use \OC::$session instead of $_SESSION 13 years ago
Arthur Schiwon c01675de5d more is_resource checks before readdir 13 years ago
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 13 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 13 years ago
Jörn Friedrich Dreyer 89c928c3be replace ' ' with '%20' in urls for curl 13 years ago
Thomas Müller 6c518797ef fixing require path 13 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 13 years ago
Thomas Müller 7575186fa6 moving Dropbox and smb4php 3rdparty code over to the apps 13 years ago
Bart Visscher 29b6dd53a0 Compare result are already true/false 13 years ago
Thomas Müller 05549884c6 no files external for SMB on windows 13 years ago
Alexander Bogdanov 72ad843203 Fixing owncloud/core#4301 13 years ago
Christian Berendt 5a4c39207e write all catched exception messages to the log 13 years ago
Christian Berendt 3e53e25cd1 added @var tags 13 years ago
Robin Appelman 88cc2ccb3b use renamed constants 13 years ago
Robin Appelman 79832e9382 use output buffering when including the irods libraries 13 years ago
Michael Gapczynski c904504365 Remove root option from Google Drive storage, because it is only used for testing and we have our own empty Google account for testing 13 years ago
Björn Schießle da892d69ab if the file doesn't exists; create a new one. We use this to create new text files in the web interface 13 years ago
Thomas Müller 5cba09e931 fixing / adding comments 13 years ago