summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/google.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| * \ merge master into filesystemRobin Appelman2012-11-041-2/+2
| |\ \
| * \ \ merge master into filesystemRobin Appelman2012-10-251-1/+1
| |\ \ \
| * | | | drop filectime from the filesystem api'sRobin Appelman2012-10-201-2/+0
| * | | | fix namespace problems for external storage backendsRobin Appelman2012-10-111-6/+6
| * | | | implement getId for the external storage providersRobin Appelman2012-10-111-1/+6
| * | | | put filestorages in a namespaceRobin Appelman2012-09-071-8/+10
* | | | | Move storage backend tests from constructor to test functionMichael Gapczynski2012-12-281-4/+7
* | | | | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-0/+4
| |_|_|/ |/| | |
* | | | fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-54/+107
| |_|/ |/| |
* | | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
| |/ |/|