summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/dropbox.php
Commit message (Expand)AuthorAgeFilesLines
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-352/+0
* Dropbox stream download with RetryWrapperVincent Petry2016-03-231-4/+6
* Fix dropbox storage to not store the whole file in memoryVincent Petry2016-03-151-6/+28
* Happy new year!Thomas Müller2016-01-121-2/+2
* Merge pull request #19758 from owncloud/ext-fallback-getmimetypeThomas Müller2015-10-281-12/+0
|\
| * Fallback to default mimetype detection mechanismVincent Petry2015-10-131-12/+0
* | Merge pull request #19877 from owncloud/dropbox-fixmetadatacachepathsThomas Müller2015-10-201-5/+9
|\ \
| * | Fix Dropbox metadata cache with trimmed pathsVincent Petry2015-10-191-5/+9
| |/
* / Remove Dropbox metadata from cache after uploadVincent Petry2015-10-161-0/+1
|/
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-2/+2
* 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
* Avoid function name collision in dropbox external storageThomas Müller2015-04-201-7/+7
* Update license headersJenkins for ownCloud2015-03-261-19/+26
* Fix root request path for DropboxVincent Petry2015-03-171-1/+6
* 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-27/+20
* Updating license headersJenkins for ownCloud2015-02-231-20/+27
* Make files non executableLukas Reschke2014-10-241-0/+0
* Lazy initialize external storagesVincent Petry2014-10-221-0/+1
* Changed access mode for Dropbox to 'auto'Sascha Schmidt2014-05-211-1/+1
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* Fix PHPDoc in /appsRobin McCorkell2014-05-161-2/+2
* Moved dependency checks to end of class filesPhilipp Kapfer2014-04-031-12/+11
* Added cURL dependency for Amazon S3, Dropbox and SWIFTPhilipp Kapfer2014-04-031-0/+12
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+4
* Fixed various Dropbox issues + unit testsVincent Petry2013-11-261-12/+44
* Fixed ext storage touch function to return true on successVincent Petry2013-11-251-1/+5
* Moved default isReadable/isUpdatable impl into Common classVincent Petry2013-11-221-8/+0
* fixing require pathThomas Müller2013-08-181-1/+1
* moving Dropbox and smb4php 3rdparty code over to the appsThomas Müller2013-08-171-1/+1
* Dont task external storages with creating their own rootRobin Appelman2013-04-261-1/+0
* Fix undefined root parameter in Dropbox storageMichael Gapczynski2013-02-261-2/+2
* Move streamwrappers to seperate files and put them in a namespaceRobin Appelman2013-01-281-2/+2
* merge master into filesystemRobin Appelman2012-12-031-11/+24
|\
| * fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-11/+24
* | drop filectime from the filesystem api'sRobin Appelman2012-10-201-1/+0
* | fix namespace problems for external storage backendsRobin Appelman2012-10-111-2/+2
* | implement getId for the external storage providersRobin Appelman2012-10-111-0/+6
* | merge phpunit into filesystemRobin Appelman2012-10-081-18/+29
|\|
| * add support to mount a specific folder from dropboxRobin Appelman2012-10-061-0/+11
* | put filestorages in a namespaceRobin Appelman2012-09-071-8/+10
|/
* Remove php close at end of fileBart Visscher2012-08-291-2/+0
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-4/+16
|\
| * Throw exception in Dropbox and Google Drive storage constructors if parameter...Michael Gapczynski2012-08-131-4/+16
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-1/+1
|\|
| * remove unused variable from dropbox filestorage backendRobin Appelman2012-07-201-1/+1
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-241-2/+2
|/
* Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and c...Michael Gapczynski2012-06-271-11/+48