summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/prioritytrait.php
Commit message (Collapse)AuthorAgeFilesLines
* Introduce BackendService for managing external storage backendsRobin McCorkell2015-08-191-0/+60
Backends are registered to the BackendService through new data structures: Backends are concrete classes, deriving from \OCA\Files_External\Lib\Backend\Backend. During construction, the various configuration parameters of the Backend can be set, in a design similar to Symfony Console. DefinitionParameter stores a parameter configuration for an external storage: name of parameter, human-readable name, type of parameter (text, password, hidden, checkbox), flags (optional or not). Storages in the StoragesController now get their parameters validated server-side (fixes a TODO).