summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/google.php
Commit message (Expand)AuthorAgeFilesLines
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-710/+0
* GDrive stream download with RetryWrapperVincent Petry2016-03-301-4/+5
* Use the shipped cacerts.pem instead of the global oneLukas Reschke2016-03-301-0/+1
* Only use GDrive chunks when neededVincent Petry2016-03-171-29/+43
* Chunk upload for GDriveVincent Petry2016-03-161-6/+39
* Fix compatibility with PHP 5.4Lukas Reschke2016-03-081-1/+2
* More error handlingLukas Reschke2016-02-251-2/+6
* Copy into local fileLukas Reschke2016-02-251-3/+5
* Merge pull request #22405 from owncloud/gdrive-mimetype-and-office-fixesThomas Müller2016-02-191-4/+13
|\
| * Fix GDrive handling of office filesVincent Petry2016-02-151-4/+13
* | Fix GDrive mime type detection with encryptionVincent Petry2016-02-151-1/+2
|/
* Use Guzzle stream to download files from GDriveVincent Petry2016-01-141-6/+16
* Happy new year!Thomas Müller2016-01-121-2/+2
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
* Merge pull request #12088 from AdamWill/google-opendir-rootVincent Petry2015-09-011-2/+0
|\
| * google: drop duplicate path trim from opendir()Adam Williamson2014-11-101-2/+0
* | Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-3/+3
* | Use the new IteratorDirectory instead of the fakedir wrapperRobin Appelman2015-07-151-2/+3
* | Revert "Use OCP classes as much as possible in files_external"Thomas Müller2015-07-021-2/+2
* | Use OCP classes as much as possible in files_externalRobin McCorkell2015-07-011-2/+2
* | update license headers and authorsMorris Jobke2015-06-251-0/+1
* | 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