mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 09:37:29 -04:00
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 |
||
|---|---|---|
| .. | ||
| acceptance | ||
| apps | ||
| core | ||
| data | ||
| lib | ||
| objectstore | ||
| ocs | ||
| ocs-provider | ||
| settings | ||
| apps.php | ||
| bootstrap.php | ||
| enable_all.php | ||
| karma.config.js | ||
| phpunit-autotest-external.xml | ||
| phpunit-autotest.xml | ||
| phpunit.xml.dist | ||
| preseed-config.php | ||
| startsessionlistener.php | ||