server/apps/files_external/appinfo
Robin McCorkell 97dbc79c16 Compatibility shims for OC_Mount_Config
The following functions have been removed:
 - addMountPoint()
 - removeMountPoint()
 - movePersonalMountPoint()

registerBackend() has been rewritten as a shim around BackendService,
allowing legacy code to interact with the new API seamlessly

addMountPoint() was already disconnected from all production code, so
this commit completes the job and removes the function itself, along
with disconnecting and removing related functions. Unit tests have
likewise been removed.

getAbsoluteMountPoints(), getSystemMountPoints() and
getPersonalMountPoints() have been rewritten to use the StoragesServices
2015-08-19 10:08:14 +01:00
..
app.php Introduce BackendService for managing external storage backends 2015-08-19 10:05:11 +01:00
application.php Compatibility shims for OC_Mount_Config 2015-08-19 10:08:14 +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