]> source.dussan.org Git - nextcloud-server.git/commit
Do not return shares with the current user
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 25 Oct 2019 09:15:02 +0000 (11:15 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 25 Oct 2019 19:40:50 +0000 (21:40 +0200)
commit8098abee608e58dad8b73a1151233be525c25483
treec20e892b3ecaa0b3effd85dc6596770c8db7a281
parent1afefc2d9a0dba59fc083d4682ca5787023be791
Do not return shares with the current user

Getting the shares of a file no longer returns shares with the current
user for consistency with the results when getting the shares including
subfiles.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/files_sharing/lib/Controller/ShareAPIController.php
apps/files_sharing/tests/Controller/ShareAPIControllerTest.php