summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed SFTP storage to overwrite on renameVincent Petry2013-11-261-0/+3
* Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefixVincent Petry2013-11-261-1/+1
|\
| * Fixed SMB rename function to overwrite target fileVincent Petry2013-11-251-1/+1
* | Merge pull request #6054 from owncloud/extstorage-dropboxfixesMorris Jobke2013-11-261-12/+44
|\ \
| * | Fixed various Dropbox issues + unit testsVincent Petry2013-11-261-12/+44
* | | Return true when touch succeedsVincent Petry2013-11-261-0/+1
|/ /
* / Fixed ext storage touch function to return true on successVincent Petry2013-11-253-3/+8
|/
* Merge pull request #5991 from owncloud/extstorage-mountpointvalidationMorris Jobke2013-11-251-0/+5
|\
| * Now also preventing the user of "Shared" as mountpointVincent Petry2013-11-221-2/+2
| * Prevent using root as mount point for external storageVincent Petry2013-11-211-0/+5
* | Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-227-57/+0
* | Return plausible isReadable() default impl for ext storageVincent Petry2013-11-221-2/+7
* | Fixed path normalization to prevent dot dirsVincent Petry2013-11-211-5/+3
|/
* Merge pull request #5897 from hkjolhede/masterVincent Petry2013-11-211-6/+8
|\
| * Fixed error-checking error in sftp.phphkjolhede2013-11-151-6/+8
* | Fixed move operation to pass the whole URL as expectedVincent Petry2013-11-201-2/+2
* | Fixed SMB file deletion success detectionVincent Petry2013-11-191-0/+12
* | Removing trailing dot in path that samba doesn't seem to likeVincent Petry2013-11-191-1/+6
|/
* settings tags for optional parametersChristian Berendt2013-10-291-5/+5
* extended parameter descriptions for SwiftChristian Berendt2013-10-291-8/+8
* add configuration parameter to manually set the timeout of HTTP requestsChristian Berendt2013-10-242-1/+7
* make Swift::testLocal workable by using a delimiterChristian Berendt2013-10-231-1/+2
* Revert "make Swift::testLocal workable by fixing the prefix used with the obj...Christian Berendt2013-10-231-4/+1
* make Swift::testLocal workable by fixing the prefix used with the object list...Christian Berendt2013-10-231-1/+4
* rewrite of OC\Files\Storage\SwiftChristian Berendt2013-10-221-456/+354
* adjustment of the configuration parametersChristian Berendt2013-10-221-8/+15
* Merge pull request #5070 from owncloud/smb-streamwrapper-fixesThomas Müller2013-10-091-12/+24
|\
| * fix recursive delete for smbRobin Appelman2013-10-011-0/+8
| * fix using touch to create a file for smbRobin Appelman2013-10-011-12/+16
* | Update file to meet coding standartsLennart Rosam2013-10-071-47/+77
* | Actually test the connectionLennart Rosam2013-10-071-1/+1
* | Fixes #4129Lennart Rosam2013-10-071-2/+3
|/
* Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-125-34/+45
|\
| * more is_resource checks before readdirArthur Schiwon2013-09-051-1/+1
| * Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-044-33/+44
* | never hack late nightThomas Müller2013-09-111-1/+1
* | fixing boolean handlingThomas Müller2013-09-111-2/+2
* | proper test for use_logon_credentialsThomas Müller2013-09-101-1/+1
* | use \OC::$session instead of $_SESSIONThomas Müller2013-09-101-8/+9
|/
* Merge pull request #4489 from owncloud/clean-3rdparty-mess-masterBart Visscher2013-08-282-2/+2
|\
| * fixing require pathThomas Müller2013-08-182-2/+2
| * moving Dropbox and smb4php 3rdparty code over to the appsThomas Müller2013-08-172-2/+2
* | Merge branch 'master' into readdir-strict-equalsGeorg Ehrke2013-08-192-4/+4
|\ \
| * \ Merge pull request #4510 from owncloud/f_e_webdav_urlencodingThomas Müller2013-08-191-2/+2
| |\ \
| | * | replace ' ' with '%20' in urls for curlJörn Friedrich Dreyer2013-08-191-2/+2
| * | | Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind19912013-08-192-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | merge master in storage-wrapper-quotaRobin Appelman2013-08-183-10/+46
| | |\|
| | * | use renamed constantsRobin Appelman2013-07-252-3/+3
* | | | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-194-5/+5
|/ / /
* | | Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-181-1/+1
|\ \ \