Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use optimized autoloader for files_external | Lukas Reschke | 2015-10-25 | 3 | -1/+49 |
| | |||||
* | update icewind/smb to 1.0.4 | Robin Appelman | 2015-08-17 | 11 | -43/+99 |
| | |||||
* | remove travis files | Robin Appelman | 2015-08-14 | 3 | -66/+2 |
| | |||||
* | update icewind/smb to 1.0.3 | Robin Appelman | 2015-08-13 | 19 | -954/+81 |
| | |||||
* | Bump Dropbox library to newest upstream version | Lukas Reschke | 2015-06-01 | 10 | -187/+4720 |
| | |||||
* | update icewind/smb to 1.0.1 | Robin Appelman | 2015-04-22 | 5 | -17/+16 |
| | |||||
* | update icewind/smb to 1.0.0 | Robin Appelman | 2015-04-10 | 7 | -16/+38 |
| | |||||
* | Wait with getting the timezone from the smb server until we need it | Robin Appelman | 2015-03-13 | 8 | -23/+81 |
| | |||||
* | New SMB storage backend | Robin Appelman | 2015-02-16 | 71 | -516/+5176 |
| | |||||
* | Merge pull request #12166 from helmutschneider/aws-2.7.5 | Lukas Reschke | 2014-12-05 | 51 | -254/+710 |
|\ | | | | | Upgrade AWS sdk to 2.7.5. Fixes #12023 | ||||
| * | Upgrade AWS sdk to 2.7.5 | Johan Björk | 2014-11-13 | 51 | -254/+710 |
| | | |||||
* | | update google-api-php-client to 1.0.6-beta | Adam Williamson | 2014-11-07 | 21 | -264/+1179 |
| | | | | | | | | | | | | | | Latest version with various bugfixes, also implements support for using curl instead of its own io class when available; this avoids the bug that causes severe excess bandwidth use due to some kind of zlib issue. | ||||
* | | bump google lib to c6949531d2 (post 1.0.3-beta, including query separator fix) | Adam Williamson | 2014-11-06 | 4 | -11/+38 |
| | | | | | | | | | | | | | | This is the upstream commit that merged my query separator fix. It's slightly after the 1.0.3-beta tag. I eyeballed the other post 1.0.3-beta changes and none of them looks like any kind of problem, so we may as well just use this upstream state. | ||||
* | | fix a bug in google-api-php-client: generates an auth url that doesn't work | Adam Williamson | 2014-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Submitted upstream as https://github.com/google/google-api-php-client/issues/76 Google's php lib has a function to generate a URL for OAuth2 authentication. It uses http_build_query() to generate the query part of the URL, and in PHP 5.3 or later, this uses an encoded ampersand - & - as the query separator, not a raw one. However, Google's OAuth server apparently can't handle encoded ampersands as separators and so it fails. This patch explicitly sets a raw ampersand as the separator. If Google decides to fix their OAuth server instead of merging this patch into google-api-php- client, we can drop this patch as soon as that happens. | ||||
* | | files_external/3rdparty: update google-api-php-client to 1.0.2-beta | Adam Williamson | 2014-11-06 | 53 | -6160/+10171 |
|/ | |||||
* | Merge pull request #10968 from owncloud/admin-groupsselect2 | Lukas Reschke | 2014-09-19 | 58 | -5407/+0 |
|\ | | | | | Use select2 for the groups excluded from sharing in admin page | ||||
| * | Move select2 from files_external to core | Vincent Petry | 2014-09-09 | 58 | -5407/+0 |
| | | |||||
* | | Merge pull request #10680 from helmutschneider/aws-2.6.15 | Lukas Reschke | 2014-09-16 | 263 | -9789/+5915 |
|\ \ | |/ |/| | Update AWS sdk to 2.6.15 | ||||
| * | Update AWS sdk to 2.6.15 | Johan Björk | 2014-09-03 | 263 | -9789/+5915 |
| | | |||||
* | | replace chosen with select2 to provide ajaxified user and group selection ↵ | Jörn Friedrich Dreyer | 2014-08-25 | 2 | -24/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | for files_external, fixes #7499 remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names | ||||
* | | add select2 to app specific thirdparty | Jörn Friedrich Dreyer | 2014-08-25 | 60 | -0/+5431 |
|/ | |||||
* | remove rackspace opencloud libs from files_external 3rdparty | Jörn Friedrich Dreyer | 2014-06-25 | 136 | -7958/+0 |
| | |||||
* | use phpseclib from 3rdparty | Thomas Müller | 2014-06-03 | 29 | -31181/+0 |
| | | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish | ||||
* | drop files_irods from apps_external | Thomas Müller | 2014-04-28 | 79 | -7815/+0 |
| | |||||
* | Upgraded phpseclib to version 0.3.6 | Vincent Petry | 2014-04-02 | 27 | -723/+1287 |
| | |||||
* | Perform proper checking for share availability | Robin McCorkell | 2014-03-26 | 1 | -37/+43 |
| | | | | | | | | | | | To check for shares, the code attempts to connect anonymously to the share. In most cases this will fail with NT_STATUS_ACCESS_DENIED, so the regex array used for parsing the output of smbclient in smb4php has been overridden to treat such output as success. The 'test' method for storage classes can now take a single parameter, $isPersonal, which allows the storage to adjust the tests performed based on if they are being configured as personal shares or as system shares. | ||||
* | Fix smb4php to work with home shares | Robin McCorkell | 2014-03-17 | 1 | -11/+5 |
| | | | Stat'ing a share with url_stat now checks if the user can run 'ls' in that share rather than checking if the share is listed by the server. This means that OwnCloud can now mount user home shares, which are never listed by the server. | ||||
* | 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 |