summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5070 from owncloud/smb-streamwrapper-fixesThomas Müller2013-10-091-12/+24
|\
| * fix recursive delete for smbRobin Appelman2013-10-011-0/+8
| * fix using touch to create a file for smbRobin Appelman2013-10-011-12/+16
* | Update file to meet coding standartsLennart Rosam2013-10-071-47/+77
* | Actually test the connectionLennart Rosam2013-10-071-1/+1
* | Fixes #4129Lennart Rosam2013-10-071-2/+3
|/
* Merge pull request #4719 from owncloud/port_4701_masterThomas Müller2013-09-125-34/+45
|\
| * more is_resource checks before readdirArthur Schiwon2013-09-051-1/+1
| * Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-044-33/+44
* | never hack late nightThomas Müller2013-09-111-1/+1
* | fixing boolean handlingThomas Müller2013-09-111-2/+2
* | proper test for use_logon_credentialsThomas Müller2013-09-101-1/+1
* | use \OC::$session instead of $_SESSIONThomas Müller2013-09-101-8/+9
|/
* Merge pull request #4489 from owncloud/clean-3rdparty-mess-masterBart Visscher2013-08-282-2/+2
|\
| * fixing require pathThomas Müller2013-08-182-2/+2
| * moving Dropbox and smb4php 3rdparty code over to the appsThomas Müller2013-08-172-2/+2
* | Merge branch 'master' into readdir-strict-equalsGeorg Ehrke2013-08-192-4/+4
|\ \
| * \ Merge pull request #4510 from owncloud/f_e_webdav_urlencodingThomas Müller2013-08-191-2/+2
| |\ \
| | * | replace ' ' with '%20' in urls for curlJörn Friedrich Dreyer2013-08-191-2/+2
| * | | Merge pull request #4467 from owncloud/storage-wrapper-quotaicewind19912013-08-192-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | merge master in storage-wrapper-quotaRobin Appelman2013-08-183-10/+46
| | |\|
| | * | use renamed constantsRobin Appelman2013-07-252-3/+3
* | | | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-194-5/+5
|/ / /
* | | Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-181-1/+1
|\ \ \
| * | | Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
| | |/ | |/|
* / | Compare result are already true/falseBart Visscher2013-08-173-8/+8
|/ /
* | no files external for SMB on windowsThomas Müller2013-08-151-10/+16
* | Fixing owncloud/core#4301Alexander Bogdanov2013-08-021-0/+1
* | Merge pull request #4265 from berendt/OC_Files_Storage_AmazonS3_phpdocJörn Friedrich Dreyer2013-08-011-0/+15
|\ \
| * | added @var tagsChristian Berendt2013-08-011-0/+15
| |/
* / write all catched exception messages to the logChristian Berendt2013-08-011-0/+14
|/
* use output buffering when including the irods librariesRobin Appelman2013-07-241-0/+2
* Merge pull request #3392 from owncloud/googledriveBart Visscher2013-07-232-463/+448
|\
| * Remove root option from Google Drive storage, because it is only used for tes...Michael Gapczynski2013-07-231-4/+3
| * Fix 'most' Google Drive testsMichael Gapczynski2013-07-131-74/+138
| * Merge branch 'master' into googledriveThomas Müller2013-07-121-2/+12
| |\
| * | substr storage id to prevent problems with storing the change id in appconfigMichael Gapczynski2013-06-041-1/+1
| * | Implement hasUpdated() to watch for changes on Google Drive sideMichael Gapczynski2013-05-301-0/+59
| * | Include 3rdparty Google Drive SDK 0.6.2Michael Gapczynski2013-05-171-2/+4
| * | Fix constant in last commitMichael Gapczynski2013-05-171-1/+1
| * | Prepare for #2013 fixMichael Gapczynski2013-05-171-1/+7
| * | Setting Redirect URI is not required hereMichael Gapczynski2013-05-161-1/+0
| * | Switch to using Google Drive SDK, closes #2047Michael Gapczynski2013-05-162-448/+304
* | | Merge branch 'master' into ext-fs-irods-masterThomas Müller2013-07-223-122/+398
|\ \ \
| * \ \ Merge pull request #3925 from berendt/reworking_OC_Files_Storage_AmazonS3Thomas Müller2013-07-222-121/+391
| |\ \ \
| | * | | fixing style issuesChristian Berendt2013-07-101-13/+13
| | * | | use === instead of ==Christian Berendt2013-07-101-7/+7
| | * | | remove uneeded calls to touchChristian Berendt2013-07-101-2/+0
| | * | | rewrote initialisation, added testing workaroundChristian Berendt2013-07-101-23/+44
| | * | | minimize waiting timeChristian Berendt2013-07-081-1/+3