]> source.dussan.org Git - nextcloud-server.git/commit
Add Dropbox storage backend
authorMichael Gapczynski <GapczynskiM@gmail.com>
Sat, 9 Jun 2012 19:02:26 +0000 (15:02 -0400)
committerMichael Gapczynski <GapczynskiM@gmail.com>
Sat, 9 Jun 2012 19:02:48 +0000 (15:02 -0400)
commitab41b57f6266200e1b1c94d45487975163deb560
tree398fa78afd1c42c156e19042dcb01cb57f748ffe
parentb46903fa767eae1152bcd285250556ebf13130b9
Add Dropbox storage backend
14 files changed:
3rdparty/Dropbox/API.php [new file with mode: 0644]
3rdparty/Dropbox/Exception.php [new file with mode: 0644]
3rdparty/Dropbox/Exception/Forbidden.php [new file with mode: 0644]
3rdparty/Dropbox/Exception/NotFound.php [new file with mode: 0644]
3rdparty/Dropbox/Exception/OverQuota.php [new file with mode: 0644]
3rdparty/Dropbox/Exception/RequestToken.php [new file with mode: 0644]
3rdparty/Dropbox/LICENSE.txt [new file with mode: 0644]
3rdparty/Dropbox/OAuth.php [new file with mode: 0644]
3rdparty/Dropbox/OAuth/Consumer/Dropbox.php [new file with mode: 0644]
3rdparty/Dropbox/OAuth/Curl.php [new file with mode: 0644]
3rdparty/Dropbox/README.md [new file with mode: 0644]
3rdparty/Dropbox/autoload.php [new file with mode: 0644]
apps/files_external/appinfo/app.php
apps/files_external/lib/dropbox.php [new file with mode: 0755]