Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now using SFTP stream wrapper from phpseclib | Vincent Petry | 2014-01-23 | 24 | -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 storage | Vincent Petry | 2014-01-14 | 1 | -1/+1 |
| | | | | Now forcing smbclient to also run on UTC | ||||
* | clarifying license | Frank Karlitschek | 2013-12-17 | 1 | -0/+4 |
| | |||||
* | fix smbclient directory listing parser | Vsevolod Kukol | 2013-12-11 | 1 | -1/+1 |
| | |||||
* | Fixed SMB rename function to overwrite target file | Vincent Petry | 2013-11-25 | 1 | -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 disabled | Vincent Petry | 2013-11-18 | 1 | -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 fseek | Vincent Petry | 2013-11-15 | 1 | -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 Berendt | 2013-10-22 | 136 | -0/+7958 |
| | |||||
* | return the correct result when doing an smb rename | Robin Appelman | 2013-10-01 | 1 | -1/+2 |
| | |||||
* | fix smb streamwrapper on non existing files | Robin Appelman | 2013-10-01 | 1 | -1/+6 |
| | |||||
* | removing all ?> jutt in case | Thomas Müller | 2013-09-10 | 57 | -105/+0 |
| | |||||
* | removing ?> followed by whitespaces | Thomas Müller | 2013-09-10 | 5 | -10/+0 |
| | |||||
* | moving Dropbox and smb4php 3rdparty code over to the apps | Thomas Müller | 2013-08-17 | 13 | -0/+1504 |
| | |||||
* | Merge pull request #3392 from owncloud/googledrive | Bart Visscher | 2013-07-23 | 32 | -0/+7932 |
|\ | | | | | Switch to using Google Drive SDK, closes #2047 | ||||
| * | Include 3rdparty Google Drive SDK 0.6.2 | Michael Gapczynski | 2013-05-17 | 32 | -0/+7932 |
| | | |||||
* | | Merge branch 'master' into ext-fs-irods-master | Thomas Müller | 2013-07-22 | 630 | -0/+62050 |
|\ \ | |||||
| * | | stripping services from AWS SDK | Christian Berendt | 2013-07-10 | 596 | -114377/+0 |
| | | | |||||
| * | | removed aws.phar and added extracted zip instead | Christian Berendt | 2013-07-08 | 1227 | -0/+176427 |
| | | | |||||
| * | | adding AWS SDK for PHP 2.4.0 | Christian Berendt | 2013-07-03 | 1 | -0/+0 |
| |/ | |||||
* / | incorporate development branch of ↵ | Thomas Müller | 2013-07-12 | 79 | -0/+7930 |
|/ | | | | ssh://irodsguest@code.renci.org/gitroot/irodsphp | ||||
* | Updated phpseclib from git + requested style changes | Henrik Kjölhede | 2013-02-10 | 15 | -874/+1349 |
| | |||||
* | Deleted phpseclib/tests | Henrik Kjölhede | 2013-02-09 | 4 | -375/+0 |
| | |||||
* | Added phpseclib to files_external as 3rdparty | Henrik Kjölhede | 2012-12-27 | 25 | -0/+25518 |