nextcloud/tests/lib/share
Roeland Jago Douma 06aaa059d1 Squash collection shares
If folder1 is shared to user2 and user3. And folder1/folder2 is shared
to user4 and user5 then getting all the users with access to
folder1/folder2 should only list user2 and user 3 once.

Previously this was done twice since we request the info two times.

This fix makes sure that we only append unique results to the array.

* Added test
2015-10-13 10:05:49 +02:00
..
MailNotificationsTest.php Add "Reply-To" support to sharing mails and refactor code 2015-04-10 17:30:07 +02:00
backend.php Next step in server-to-server sharing next generation, see #12285 2014-12-19 15:20:24 +01:00
helper.php Use \OC\HintException and translate the hint 2015-06-22 15:34:06 +02:00
hooktests.php intproduce pre_addToGroup hook. we need to calculate the possible unique 2015-07-06 17:24:05 +02:00
searchresultsorter.php Remove pointless unit test 2015-08-04 12:03:03 +02:00
share.php Squash collection shares 2015-10-13 10:05:49 +02:00