summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/dropbox.php
Commit message (Collapse)AuthorAgeFilesLines
* add support to mount a specific folder from dropboxRobin Appelman2012-10-061-0/+11
|
* Remove php close at end of fileBart Visscher2012-08-291-2/+0
|
* Merge branch 'master' into share_apiMichael Gapczynski2012-08-141-4/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php
| * Throw exception in Dropbox and Google Drive storage constructors if ↵Michael Gapczynski2012-08-131-4/+16
| | | | | | | | parameters are not correct
* | Merge branch 'master' into share_apiMichael Gapczynski2012-07-251-1/+1
|\| | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * remove unused variable from dropbox filestorage backendRobin Appelman2012-07-201-1/+1
| |
* | Add CRUDS permissions calls to filesystem, deprecate is_readable() and ↵Michael Gapczynski2012-07-241-2/+2
|/ | | | is_writable()
* Fixes in Dropbox API, try to catch Dropbox exceptions, implement rename and ↵Michael Gapczynski2012-06-271-11/+48
| | | | copy in Dropbox storage backend
* 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