summaryrefslogtreecommitdiffstats
path: root/apps/files_external/3rdparty
Commit message (Collapse)AuthorAgeFilesLines
* update icewind/smb to 2.0.4Robin Appelman2018-01-1911-77/+98
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update icewind/smb to 2.0.3Robin Appelman2017-11-1416-47/+126
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* remove non composer aws sdkRobin Appelman2017-09-18613-58632/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #6157 from nextcloud/smb-2.0.2Morris Jobke2017-08-2613-52/+265
|\ | | | | update icewind/smb to 2.0.2
| * update icewind/smb to 2.0.2Robin Appelman2017-08-1613-52/+265
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Move GDrive external storage to a separate repoVincent Petry2017-08-21139-243563/+0
|/ | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye Dropbox v1Vincent Petry2017-08-1615-5553/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* update autoloaderRobin Appelman2017-01-272-0/+8
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add missing smb filesRobin Appelman2017-01-274-0/+185
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update icewind/streams to 0.5.2Robin Appelman2017-01-2610-57/+135
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Revert "update icewind/streams to 0.5.2"Robin Appelman2017-01-1910-135/+57
| | | | This reverts commit d5728b3f117ff3b7ab45a4672f4999f7225b875b.
* update icewind/streams to 0.5.2Robin Appelman2017-01-1910-57/+135
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update icewind/smb to 2.0.0Robin Appelman2017-01-0522-288/+418
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* update icewind/streams to 0.4.1Robin Appelman2016-06-155-52/+39
|
* Add new filesFrancesco Rovelli2016-05-24101-0/+228841
|
* Update google-api-php-client from 1.0.6-beta to 1.1.7Francesco Rovelli2016-05-2433-1733/+3570
|
* update icewind/streams to 1.1.0Robin Appelman2016-04-268-41/+122
|
* update icewind/smb to 1.0.8Robin Appelman2016-03-217-25/+38
|
* update icewind/streams to 0.4.0 and icewind/smb to 1.0.7 in files_externalRobin Appelman2016-03-2132-478/+761
|
* Fix dropbox storage to not store the whole file in memoryVincent Petry2016-03-151-1/+1
| | | | | | Since the library can only store the full response in memory on download, we use an alternate client lib and set the correct headers to be able to stream the content to a temp file.
* update icewind/smb to 1.0.5Robin Appelman2016-02-0916-38/+215
|
* 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 - &amp; - 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