nextcloud/apps/files_sharing/lib
Vincent Petry 39354eaaf1 Fixed sharing results to include the correct permissions
Passing $includeCollections would return more than one entry which gives
mixed up file permissions.

Added a method getFile() that doesn't set $includeCollections to make
sure we only get one result which is the file itself.

Fixes #6265
2014-01-23 15:31:14 +01:00
..
share it is not an urgent error... a DEBUG message is enough at this point 2014-01-14 15:09:26 +01:00
api.php filter duplicates directly in the sql query 2013-10-18 10:23:34 +02:00
cache.php add path relative to the files folder of the currently logged in user to the output of getFolderContent() 2014-01-23 13:36:22 +01:00
maintainer.php Remove "link" shares right after disabling the "allow_link_share" setting 2013-10-18 11:37:13 +02:00
permissions.php Fixed sharing results to include the correct permissions 2014-01-23 15:31:14 +01:00
sharedstorage.php don't unshare on delete 2014-01-13 15:25:59 +01:00
updater.php get owner from share item, if we expire a share while the user updates his /Shared folder than the owner is different from the currently logged in user 2013-12-06 14:41:59 +01:00
watcher.php Added unit tests for shared files watcher 2013-11-05 19:30:52 +01:00