summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/backend/dropbox.php
Commit message (Collapse)AuthorAgeFilesLines
* Move Lib\Backend to PSR-4Joas Schilling2016-05-241-52/+0
|
* Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-031-0/+1
|
* Fix storage backend class namespaces and move to subdirRobin McCorkell2016-04-141-1/+1
| | | | | All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
* Happy new year!Thomas Müller2016-01-121-2/+2
|
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* Make checkDependencies a real methodRobin McCorkell2015-09-011-1/+4
| | | | | Replace ->setDependencyCheck(callable) with a real method checkDependencies(). A polyfill is available for legacy storages.
* Migrate Dropbox external storage to new APIRobin McCorkell2015-08-251-0/+48