nextcloud/apps/files_external/service
Robin McCorkell 2404333300 Perform visibility checks on storages
StoragesService::getStorages() will check the visibility of the backend
and auth mechanism for the storage, and if either are not visible to the
user (aka disabled by admin) then the storage will be filtered out. The
original method StoragesService::getAllStorages() still exists in case
such storages need to be detected, but its use is discouraged.
2015-09-23 16:00:11 +01:00
..
backendservice.php Revert "Implement more fine-grained external storage permissions model" 2015-09-23 12:10:02 +02:00
globalstoragesservice.php Perform visibility checks on storages 2015-09-23 16:00:11 +01:00
storagesservice.php Perform visibility checks on storages 2015-09-23 16:00:11 +01:00
userglobalstoragesservice.php Perform visibility checks on storages 2015-09-23 16:00:11 +01:00
userstoragesservice.php Perform visibility checks on storages 2015-09-23 16:00:11 +01:00
usertrait.php Introduce UserGlobalStoragesService 2015-08-19 10:05:11 +01:00