nextcloud/apps/files_external/tests/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
..
backendservicetest.php Revert "Implement more fine-grained external storage permissions model" 2015-09-23 12:10:02 +02:00
globalstoragesservicetest.php Unit test storages with an empty mount point 2015-08-31 14:01:05 +01:00
storagesservicetest.php Make Application a singleton 2015-08-19 10:08:23 +01:00
userglobalstoragesservicetest.php Perform visibility checks on storages 2015-09-23 16:00:11 +01:00
userstoragesservicetest.php Use OCP classes as much as possible in files_external 2015-08-19 15:26:38 +01:00