summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/dropbox.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't overwrite fake directory stream for Dropbox and Google DriveMichael Gapczynski2012-06-271-3/+2
* Improve error handling of Dropbox storage backendMichael Gapczynski2012-06-261-4/+8
* Add Dropbox storage backendMichael Gapczynski2012-06-091-0/+203