nextcloud/lib/private/Share20
Vincent Petry 626daabb56
Prefilter inaccessible shares in DefaultShareProvider::getSharedWith()
The DefaultShareProvider now does a DB-level check to find out whether
file_source is accessible at all (deleted file) or whether it's in the
trashbin of a home storage.

One small corner case where the home storage id is in md5 form cannot
be covered properly with this approach.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-10-06 13:57:58 +02:00
..
Exception Fix others 2016-07-21 18:13:57 +02:00
DefaultShareProvider.php Prefilter inaccessible shares in DefaultShareProvider::getSharedWith() 2016-10-06 13:57:58 +02:00
Hooks.php Fix others 2016-07-21 18:13:57 +02:00
Manager.php Fix others 2016-07-21 18:13:57 +02:00
ProviderFactory.php Fix others 2016-07-21 18:13:57 +02:00
Share.php Fix others 2016-07-21 18:13:57 +02:00