nextcloud/apps
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
..
encryption Remove unnecessary DB prefixes from existing query builder usages 2015-08-10 16:21:41 +02:00
files Merge pull request #18076 from owncloud/fix-thumbnail-api-master 2015-08-19 09:59:14 +02:00
files_external Authentication mechanisms for external storage backends 2015-08-19 10:05:11 +01:00
files_sharing Merge pull request #14401 from owncloud/ux-s2s-ldap 2015-08-19 08:31:27 +02:00
files_trashbin Merge pull request #18065 from owncloud/new-trashbin-retention 2015-08-12 13:13:45 +02:00
files_versions Use DI 2015-08-10 10:45:16 +02:00
provisioning_api Check for userSession->getUser() === null 2015-08-11 15:37:06 +02:00
user_ldap Merge pull request #14401 from owncloud/ux-s2s-ldap 2015-08-19 08:31:27 +02:00
user_webdavauth Merge pull request #17316 from owncloud/master-delete-ocsid-from-db-if-none-specified 2015-07-02 12:37:31 +02:00