Commit Graph

60 Commits (04369fb9ccb89c2edd4b413e33559f24031392ba)

Author SHA1 Message Date
Adam Williamson 04369fb9cc scrutinizer fix: explicitly declare Google class property $client 11 years ago
Adam Williamson f9bd43ff03 scrutinizer fix: correct @return for getDriveFile() 11 years ago
Adam Williamson 62b859d66f Migrate Google Drive storage app to v1.0.0 of the client library 11 years ago
Vincent Petry 075e8d8e86 Lazy initialize external storages 11 years ago
Robin Appelman d25a9a118f Check if a folder is deletable before we try to recursively delete it 11 years ago
Morris Jobke b3b3354809 move to public namespace 11 years ago
Stephan Peijnik 2df52e54d7 Fix STORAGE_* constants usage by moving those constants into \OC\Files\Filesystem. 11 years ago
Philipp Kapfer 730bca98b4 Moved dependency checks to end of class files 11 years ago
Philipp Kapfer 46379113a1 Changed dependency check messages from warnings to notes 11 years ago
Philipp Kapfer 8ca897df76 Added cURL dependency check to Google Drive and WebDAV backend 11 years ago
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Vincent Petry c62cce8269 Moved default isReadable/isUpdatable impl into Common class 12 years ago
Arthur Schiwon ec3639dc7a Always check variable type before using readdir to avoid surprises 12 years ago
Robin Appelman c5402f4575 use strict equals in readdir loops to prevent issues with '0' files 12 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 12 years ago
Robin Appelman 88cc2ccb3b use renamed constants 12 years ago
Michael Gapczynski c904504365 Remove root option from Google Drive storage, because it is only used for testing and we have our own empty Google account for testing 12 years ago
Michael Gapczynski 00e2b46017 Fix 'most' Google Drive tests 12 years ago
Michael Gapczynski 8793acfb4e substr storage id to prevent problems with storing the change id in appconfig 12 years ago
Michael Gapczynski 8be23efa73 Implement hasUpdated() to watch for changes on Google Drive side 12 years ago
Michael Gapczynski b4bf6a8d3a Include 3rdparty Google Drive SDK 0.6.2 12 years ago
Michael Gapczynski 4bb9c4a42e Fix constant in last commit 12 years ago
Michael Gapczynski 5368c8dafa Prepare for #2013 fix 12 years ago
Michael Gapczynski ee398ccbc2 Setting Redirect URI is not required here 12 years ago
Michael Gapczynski d8c660c6d5 Switch to using Google Drive SDK, closes #2047 12 years ago
Michael Gapczynski 808a13922c Remove the leading slash from the filename for opendir 12 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 12 years ago
Michael Gapczynski 464dafd7d2 Make Google Drive storage id unique, before it was anonymousanonymous 12 years ago
Michael Gapczynski ad902a9848 Move storage backend tests from constructor to test function 12 years ago
Michael Gapczynski 0dbf1d0260 Show status icons for mount points in external storage UI 12 years ago
Jörn Friedrich Dreyer 92df70b6e5 fix checkstyle for files_external app, add whitespace for readability 13 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 13 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman 141ff806c6 fix namespace problems for external storage backends 13 years ago
Robin Appelman 542869114a implement getId for the external storage providers 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 13 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 13 years ago
Michael Gapczynski 98c7d40fcd Throw exception in Dropbox and Google Drive storage constructors if parameters are not correct 13 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 13 years ago
Robin Appelman 1224d7ec01 minor fixes for the google filestorage backend 13 years ago
Michael Gapczynski 19f94774fb Don't overwrite fake directory stream for Dropbox and Google Drive 13 years ago
Michael Gapczynski 92083aa20c Fix upload for Google Drive; Google Documents List API documentation was misleading 13 years ago
Michael Gapczynski bd01e93469 Add support for mounting Google Drive in external storage UI 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Michael Gapczynski 6d37b8567b Refactoring and upload support for Google Drive backend 13 years ago
Frank Karlitschek 8c7f854671 move all the files stuff into a files class 13 years ago