nextcloud/tests/lib/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
..
DefaultShareProviderTest.php Prefilter inaccessible shares in DefaultShareProvider::getSharedWith() 2016-10-06 13:57:58 +02:00
ManagerTest.php Fix getMock ManagerTest 2016-09-13 09:09:53 +02:00
ShareTest.php Fix getMock Share 2016-09-07 20:42:38 +02:00