nextcloud/apps/files_sharing/lib
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
..
Activity List share download activity under sharing 2019-10-10 08:43:54 +02:00
AppInfo Move over OCSShareAPIMIddleware to pure DI 2019-10-16 22:53:09 +02:00
BackgroundJob Add background job to refresh federated discovery 2018-04-18 19:20:26 +02:00
Collaboration fix sharerecipientssorter tests 2017-10-27 16:03:37 +02:00
Command Use the defined func()->count() instead of manual counting 2018-11-08 15:44:45 +01:00
Controller Remove unneeded calls to "ShareManager::shareProviderExists()" 2019-10-25 21:39:49 +02:00
Exceptions Fix apps/ 2016-07-21 18:13:57 +02:00
External Fix unnecessary boolean cast 2019-03-06 10:12:58 +01:00
Middleware Don't allow public share pages if link sharing is disabled 2018-06-20 08:53:37 +02:00
Migration Fix array method usages with a proper call 2018-01-25 22:20:10 +01:00
ShareBackend update unit tests 2018-07-11 10:11:48 +02:00
Cache.php Correctly check for new default root 2019-09-04 09:28:58 +02:00
Capabilities.php add "askForPassword" on capabilities for sharing 2019-05-13 20:09:00 +02:00
DeleteOrphanedSharesJob.php Fix apps/ 2016-07-21 18:13:57 +02:00
ExpireSharesJob.php Update license headers 2017-11-06 16:56:19 +01:00
Helper.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
Hooks.php accept/decline group shares 2018-07-11 10:11:46 +02:00
ISharedStorage.php Update with robin 2016-07-21 18:13:58 +02:00
MountProvider.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
Scanner.php Update license headers 2017-11-06 16:56:19 +01:00
SharedMount.php cache parent exists status during share setup 2018-08-16 21:28:01 +02:00
SharedStorage.php Add interface to allow storages from opting out of encryption 2018-11-29 16:31:34 +01:00
Updater.php Add support for room shares to the share owner updater 2018-08-08 14:25:43 +02:00