aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Now using SFTP stream wrapper from phpseclibVincent Petry2014-01-2324-4717/+9716
| | | | | | - Upgraded phpseclib to master version (post 0.3.5) - Now using fopen() on sftp URL for both read and write - Fixes #4063
* Fixed timezone issue with SMB storageVincent Petry2014-01-141-1/+1
| | | | Now forcing smbclient to also run on UTC
* clarifying licenseFrank Karlitschek2013-12-171-0/+4
|
* fix smbclient directory listing parserVsevolod Kukol2013-12-111-1/+1
|
* Fixed SMB rename function to overwrite target fileVincent Petry2013-11-251-1/+15
| | | | | | | | | | | When uploading files through WebDAV, a part file is created and a rename operation is performed with the expectation that the part file overwrites an existing file, if any. This fix makes the SMB external storage delete the target file before renaming, as smbclient doesn't support overwrite on move/rename. Fixes #5348
* SMB ignore connection errors when NetBIOS is disabledVincent Petry2013-11-181-1/+8
| | | | | | | | | | | When NetBIOS is blocked or disabled, a smb::look() call can still get the list of shares from smbclient, even though the name resolution at the end of the command fails. This fix makes it ignore the connection error if we already got the list of shares. Fixed #5860
* Fix for smb4php fseekVincent Petry2013-11-151-1/+2
| | | | | | | | | | | The stream_fseek function must return a boolean which will be mapped to 0 for success and -1 for failure for the caller. This patch fixes stream_fseek of smb4php to also respect this convention. Since the encryption app is relying on fseek to detect whether a file is encrypted by reading the last bit of data, this will fix #5023
* added stripped library php-opencloud (version 1.6.0)Christian Berendt2013-10-22136-0/+7958
|
* return the correct result when doing an smb renameRobin Appelman2013-10-011-1/+2
|
* fix smb streamwrapper on non existing filesRobin Appelman2013-10-011-1/+6
|
* removing all ?> jutt in caseThomas Müller2013-09-1057-105/+0
|
* removing ?> followed by whitespacesThomas Müller2013-09-105-10/+0
|
* moving Dropbox and smb4php 3rdparty code over to the appsThomas Müller2013-08-1713-0/+1504
|
* Merge pull request #3392 from owncloud/googledriveBart Visscher2013-07-2332-0/+7932
|\ | | | | Switch to using Google Drive SDK, closes #2047
| * Include 3rdparty Google Drive SDK 0.6.2Michael Gapczynski2013-05-1732-0/+7932
| |
* | Merge branch 'master' into ext-fs-irods-masterThomas Müller2013-07-22630-0/+62050
|\ \
| * | stripping services from AWS SDKChristian Berendt2013-07-10596-114377/+0
| | |
| * | removed aws.phar and added extracted zip insteadChristian Berendt2013-07-081227-0/+176427
| | |
| * | adding AWS SDK for PHP 2.4.0Christian Berendt2013-07-031-0/+0
| |/
* / incorporate development branch of ↵Thomas Müller2013-07-1279-0/+7930
|/ | | | ssh://irodsguest@code.renci.org/gitroot/irodsphp
* Updated phpseclib from git + requested style changesHenrik Kjölhede2013-02-1015-874/+1349
|
* Deleted phpseclib/testsHenrik Kjölhede2013-02-094-375/+0
|
* Added phpseclib to files_external as 3rdpartyHenrik Kjölhede2012-12-2725-0/+25518