nextcloud/apps/files_external
Robin McCorkell 272a46ebe1 Authentication mechanisms for external storage backends
A backend can now specify generic authentication schemes that it
supports, instead of specifying the parameters for its authentication
method directly. This allows multiple authentication mechanisms to be
implemented for a single scheme, providing altered functionality.

This commit introduces the backend framework for this feature, and so at
this point the UI will be broken as the frontend does not specify the
required information.

Terminology:
 - authentication scheme
    Parameter interface for the authentication method. A backend
    supporting the 'password' scheme accepts two parameters, 'user' and
    'password'.
 - authentication mechanism
    Specific mechanism implementing a scheme. Basic mechanisms may
    forward configuration options directly to the backend, more advanced
    ones may lookup parameters or retrieve them from the session

New dropdown selector for external storage configurations to select the
authentication mechanism to be used.

Authentication mechanisms can have visibilities, just like backends.
The API was extended too to make it easier to add/remove visibilities.
In addition, the concept of 'allowed visibility' has been introduced, so
a backend/auth mechanism can force a maximum visibility level (e.g.
Local storage type) that cannot be overridden by configuration in the
web UI.

An authentication mechanism is a fully instantiated implementation. This
allows an implementation to have dependencies injected into it, e.g. an
\OCP\IDB for database operations.

When a StorageConfig is being prepared for mounting, the authentication
mechanism implementation has manipulateStorage() called,
which inserts the relevant authentication method options into the
storage ready for mounting.
2015-08-19 10:05:11 +01:00
..
3rdparty update icewind/smb to 1.0.4 2015-08-17 16:31:29 +02:00
ajax update license headers and authors 2015-06-25 14:13:49 +02:00
appinfo Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
controller Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
css Added ext storage mount options GUI 2015-03-26 11:21:03 +01:00
img fix and compress files_external icon 2014-12-11 15:33:31 +01:00
js Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
l10n [tx-robot] updated from transifex 2015-07-28 01:55:00 -04:00
lib Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
service Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
templates Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
tests Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
list.php update license headers and authors 2015-06-25 14:13:49 +02:00
personal.php Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
settings.php Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00