nextcloud/apps/files_sharing
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
..
ajax OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 2014-01-21 16:39:31 +01:00
appinfo OC_Util::setupFS($user) will create a data dir for the given string - no matter if the user really exists - OCP\JSON::checkUserExists($owner); introduces a ready to use check which will bail out with an JSON error 2014-01-21 16:39:31 +01:00
css change em to px 2014-01-22 11:36:42 +01:00
js modify js to move upload wrapper, modify css to match core values 2014-01-22 11:36:38 +01:00
l10n remove ru_RU - it's almost untranslated 2014-01-13 16:44:03 +01:00
lib Fixed sharing results to include the correct permissions 2014-01-23 15:31:14 +01:00
templates remove extra upload controls 2014-01-22 11:36:29 +01:00
tests Fixed sharing results to include the correct permissions 2014-01-23 15:31:14 +01:00
public.php Fixed isPreviewAvailable warnings in log 2014-01-23 12:32:10 +01:00