nextcloud/apps
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
..
encryption fix small typo 2015-09-21 16:48:15 +02:00
files Merge pull request #19277 from owncloud/files-plusbuttonfix 2015-09-23 11:31:52 +02:00
files_external Perform visibility checks on storages 2015-09-23 16:00:11 +01:00
files_sharing Respect disabled sharing API settings 2015-09-22 15:12:16 +02:00
files_trashbin Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 2015-09-22 17:53:15 +02:00
files_versions Move dummy backend to Tests namespace 2015-09-22 11:01:11 +02:00
provisioning_api Add proper PHPDoc 2015-09-08 14:02:30 +02:00
user_ldap [tx-robot] updated from transifex 2015-09-17 01:57:20 -04:00