summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/google.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
|/
* Whitespace fixes in appsBart Visscher2012-08-291-9/+9
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-7/+11
|\
| * Throw exception in Dropbox and Google Drive storage constructors if parameter...Michael Gapczynski2012-08-131-7/+11
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-5/+4
|\|
| * minor fixes for the google filestorage backendRobin Appelman2012-07-201-5/+4
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+2
|/
* Don't overwrite fake directory stream for Dropbox and Google DriveMichael Gapczynski2012-06-271-2/+2
* Fix upload for Google Drive; Google Documents List API documentation was misl...Michael Gapczynski2012-06-141-7/+9
* Add support for mounting Google Drive in external storage UIMichael Gapczynski2012-06-131-1/+1
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* Refactoring and upload support for Google Drive backendMichael Gapczynski2012-05-021-69/+195