nextcloud/apps/files_external
Robin McCorkell 1eeca031f8 Split backend identifiers from the class name
Prior to this, the storage class name was stored in mount.json under the
"class" parameter, and the auth mechanism class name under the
"authMechanism" parameter. This decouples the class name from the
identifier used to retrieve the backend or auth mechanism.

Now, backends/auth mechanisms have a unique identifier, which is saved in
the "backend" or "authMechanism" parameter in mount.json respectively.
An identifier is considered unique for the object it references, but the
underlying class may change (e.g. files_external gets pulled into core
and namespaces are modified).
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 Split backend identifiers from the class name 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 Split backend identifiers from the class name 2015-08-19 10:05:11 +01:00
l10n [tx-robot] updated from transifex 2015-07-28 01:55:00 -04:00
lib Split backend identifiers from the class name 2015-08-19 10:05:11 +01:00
service Split backend identifiers from the class name 2015-08-19 10:05:11 +01:00
templates Split backend identifiers from the class name 2015-08-19 10:05:11 +01:00
tests Split backend identifiers from the class name 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