nextcloud/apps/files_sharing/lib/Controller
Daniel Calviño Sánchez 0599536c82 Remove unneeded calls to "ShareManager::shareProviderExists()"
"ShareManager::getSharesBy()" already checks if the share provider
exists before returning the shares and, if the provider does not exist,
it returns an empty array. Therefore it is not needed to explicitly
check if the provider exists or not.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-10-25 21:39:49 +02:00
..
DeletedShareAPIController.php Bye Spreed namespace, hello Talk! 2019-09-05 15:32:58 +02:00
ExternalSharesController.php Move files_sharing Controllers => Controller 2016-10-24 11:46:25 +02:00
PublicPreviewController.php Add caching headers for public previews 2019-01-02 22:27:46 +01:00
RemoteController.php Update license headers 2017-11-06 16:56:19 +01:00
ShareAPIController.php Remove unneeded calls to "ShareManager::shareProviderExists()" 2019-10-25 21:39:49 +02:00
ShareController.php Include the share in the Files_Sharing::loadAdditionalScripts event 2019-10-17 18:22:54 +02:00
ShareesAPIController.php Search sharees on lookup server when explicitly requested by user 2019-02-26 19:44:49 +01:00
ShareInfoController.php Remove unused import statements 2018-02-14 16:55:43 +01:00