nextcloud/apps/files_external/appinfo
Robin McCorkell 37beb58c6f Introduce BackendService for managing external storage backends
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).
2015-08-19 10:05:11 +01:00
..
app.php Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00
application.php Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00
info.xml Merge pull request #13345 from owncloud/increase-files-external-versions 2015-01-14 13:24:08 +01:00
routes.php Moved core apps to the capabilities manager 2015-08-10 10:45:16 +02:00
version Increase files_externals oC required version and its own version 2015-01-14 12:21:47 +01:00