Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-07Have streams of files_external in syncRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-03-04update icewind/smb to 3.1.1Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-02-06update icewind/smb to 3.1.0Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-24fix missing importRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-23assume the same timezone when using local domain names for smbRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-23improved fallback of timezone detectionRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-22use dir instead of allinfo where possibleRobin Appelman
2018-08-06Update icewind/streamsRoeland Jago Douma
Fixes #10430 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-06-21update icewind/smb to 3.0.0Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-03-28update icewind/smb to 2.0.5Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-01-26Use type casting instead of *val() methodMorris Jobke
It should be up to 6x faster Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-26Return value immediately instead of assigning to a one-time variableMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-01-19update icewind/smb to 2.0.4Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-11-14update icewind/smb to 2.0.3Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-09-18remove non composer aws sdkRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-08-26Merge pull request #6157 from nextcloud/smb-2.0.2Morris Jobke
update icewind/smb to 2.0.2
2017-08-21Move GDrive external storage to a separate repoVincent Petry
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-08-16update icewind/smb to 2.0.2Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-08-16Bye bye Dropbox v1Vincent Petry
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-01-27update autoloaderRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-01-27Add missing smb filesRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-01-26update icewind/streams to 0.5.2Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-01-19Revert "update icewind/streams to 0.5.2"Robin Appelman
This reverts commit d5728b3f117ff3b7ab45a4672f4999f7225b875b.
2017-01-19update icewind/streams to 0.5.2Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-01-05Update icewind/smb to 2.0.0Robin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2016-06-15update icewind/streams to 0.4.1Robin Appelman
2016-05-24Add new filesFrancesco Rovelli
2016-05-24Update google-api-php-client from 1.0.6-beta to 1.1.7Francesco Rovelli
2016-04-26update icewind/streams to 1.1.0Robin Appelman
2016-03-21update icewind/smb to 1.0.8Robin Appelman
2016-03-21update icewind/streams to 0.4.0 and icewind/smb to 1.0.7 in files_externalRobin Appelman
2016-03-15Fix dropbox storage to not store the whole file in memoryVincent Petry
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.
2016-02-09update icewind/smb to 1.0.5Robin Appelman
2015-10-26Use optimized autoloader for files_externalLukas Reschke
2015-08-17update icewind/smb to 1.0.4Robin Appelman
2015-08-14remove travis filesRobin Appelman
2015-08-13update icewind/smb to 1.0.3Robin Appelman
2015-06-01Bump Dropbox library to newest upstream versionLukas Reschke
2015-04-22update icewind/smb to 1.0.1Robin Appelman
2015-04-10update icewind/smb to 1.0.0Robin Appelman
2015-03-13Wait with getting the timezone from the smb server until we need itRobin Appelman
2015-02-16New SMB storage backendRobin Appelman
2014-12-05Merge pull request #12166 from helmutschneider/aws-2.7.5Lukas Reschke
Upgrade AWS sdk to 2.7.5. Fixes #12023
2014-11-14Upgrade AWS sdk to 2.7.5Johan Björk
2014-11-08update google-api-php-client to 1.0.6-betaAdam Williamson
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.
2014-11-07bump google lib to c6949531d2 (post 1.0.3-beta, including query separator fix)Adam Williamson
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.
2014-11-07fix a bug in google-api-php-client: generates an auth url that doesn't workAdam Williamson
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.
2014-11-07files_external/3rdparty: update google-api-php-client to 1.0.2-betaAdam Williamson
2014-09-19Merge pull request #10968 from owncloud/admin-groupsselect2Lukas Reschke
Use select2 for the groups excluded from sharing in admin page
2014-09-16Merge pull request #10680 from helmutschneider/aws-2.6.15Lukas Reschke
Update AWS sdk to 2.6.15