summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/google.php
Commit message (Expand)AuthorAgeFilesLines
* Only escape single quotesLukas Reschke2015-03-311-2/+2
* Added rawurlencode for other params in GDrive storageVincent Petry2015-03-311-2/+2
* Properly quote file names in listFiles query for GDriveVincent Petry2015-03-311-1/+1
* Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke2015-03-311-2/+2
* Merge pull request #15215 from owncloud/ext-gdrivelistfilequotingFrank Karlitschek2015-03-311-2/+2
|\
| * Added rawurlencode for other params in GDrive storageVincent Petry2015-03-261-2/+2
| * Properly quote file names in listFiles query for GDriveVincent Petry2015-03-261-1/+1
* | Update license headersJenkins for ownCloud2015-03-261-12/+22
|/
* drop any fallback code related to curl - refs https://github.com/owncloud/cor...Thomas Müller2015-03-121-5/+1
* Revert "Updating license headers"Morris Jobke2015-02-261-22/+13
* Updating license headersJenkins for ownCloud2015-02-231-13/+22
* google: delete original after successful renameAdam Williamson2014-11-301-0/+12
* Merge pull request #6989 from AdamWill/google-1Robin Appelman2014-11-261-24/+32
|\
| * google: disable compression when curl is not availableAdam Williamson2014-11-071-0/+6
| * scrutinizer fix: explicitly declare Google class property $clientAdam Williamson2014-11-061-0/+1
| * scrutinizer fix: correct @return for getDriveFile()Adam Williamson2014-11-061-2/+3
| * Migrate Google Drive storage app to v1.0.0 of the client libraryAdam Williamson2014-11-061-24/+24
* | fix touch() when $mtime is set (Google wants RFC3339) #11267Adam Williamson2014-11-101-1/+4
|/
* Lazy initialize external storagesVincent Petry2014-10-221-0/+1
* Check if a folder is deletable before we try to recursively delete itRobin Appelman2014-09-171-0/+3
* move to public namespaceMorris Jobke2014-08-191-1/+1
* Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesy...Stephan Peijnik2014-08-191-1/+1
* Moved dependency checks to end of class filesPhilipp Kapfer2014-04-031-12/+11
* Changed dependency check messages from warnings to notesPhilipp Kapfer2014-04-031-1/+1
* Added cURL dependency check to Google Drive and WebDAV backendPhilipp Kapfer2014-04-031-0/+12
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-1/+1
* Merge branch 'master' into scrutinizer_documentation_patchesThomas Müller2014-02-181-2/+3
|\
| * Remove usage of legacy OC_AppconfigRobin Appelman2014-02-131-2/+3
* | polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+1
|/
* Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-4/+0
* Always check variable type before using readdir to avoid surprisesArthur Schiwon2013-09-041-5/+7
* Merge branch 'master' into readdir-strict-equalsGeorg Ehrke2013-08-191-1/+1
|\
| * use renamed constantsRobin Appelman2013-07-251-2/+2
* | use strict equals in readdir loops to prevent issues with '0' filesRobin Appelman2013-08-191-1/+1
* | Add _many_ newlines at the end of fileskondou2013-08-181-1/+1
|/
* 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
* 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-161-446/+301
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-2/+2
|\
| * Remove the leading slash from the filename for opendirMichael Gapczynski2013-02-111-1/+1
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-13/+19
|\|
| * Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-2/+2
| * Make Google Drive storage id unique, before it was anonymousanonymousMichael Gapczynski2013-01-091-1/+1
| * merge master into filesystemRobin Appelman2012-12-031-53/+107
| |\