summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* Use optimized autoloader for files_externalLukas Reschke2015-10-253-1/+49
|
* update icewind/smb to 1.0.4Robin Appelman2015-08-1711-43/+99
|
* remove travis filesRobin Appelman2015-08-143-66/+2
|
* update icewind/smb to 1.0.3Robin Appelman2015-08-1319-954/+81
|
* Bump Dropbox library to newest upstream versionLukas Reschke2015-06-0110-187/+4720
|
* update icewind/smb to 1.0.1Robin Appelman2015-04-225-17/+16
|
* update icewind/smb to 1.0.0Robin Appelman2015-04-107-16/+38
|
* Wait with getting the timezone from the smb server until we need itRobin Appelman2015-03-138-23/+81
|
* New SMB storage backendRobin Appelman2015-02-1671-516/+5176
|
* Merge pull request #12166 from helmutschneider/aws-2.7.5Lukas Reschke2014-12-0551-254/+710
|\ | | | | Upgrade AWS sdk to 2.7.5. Fixes #12023
| * Upgrade AWS sdk to 2.7.5Johan Björk2014-11-1351-254/+710
| |
* | update google-api-php-client to 1.0.6-betaAdam Williamson2014-11-0721-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 Williamson2014-11-064-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 workAdam Williamson2014-11-061-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-betaAdam Williamson2014-11-0653-6160/+10171
|/
* Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke2014-09-1958-5407/+0
|\ | | | | Use select2 for the groups excluded from sharing in admin page
| * Move select2 from files_external to coreVincent Petry2014-09-0958-5407/+0
| |
* | Merge pull request #10680 from helmutschneider/aws-2.6.15Lukas Reschke2014-09-16263-9789/+5915
|\ \ | |/ |/| Update AWS sdk to 2.6.15
| * Update AWS sdk to 2.6.15Johan Björk2014-09-03263-9789/+5915
| |
* | replace chosen with select2 to provide ajaxified user and group selection ↵Jörn Friedrich Dreyer2014-08-252-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 thirdpartyJörn Friedrich Dreyer2014-08-2560-0/+5431
|/
* remove rackspace opencloud libs from files_external 3rdpartyJörn Friedrich Dreyer2014-06-25136-7958/+0
|
* use phpseclib from 3rdpartyThomas Müller2014-06-0329-31181/+0
| | | | rename class Crypt_Blowfish to Legacy_Crypt_Blowfish
* drop files_irods from apps_externalThomas Müller2014-04-2879-7815/+0
|
* Upgraded phpseclib to version 0.3.6Vincent Petry2014-04-0227-723/+1287
|
* Perform proper checking for share availabilityRobin McCorkell2014-03-261-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 sharesRobin McCorkell2014-03-171-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 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