nextcloud/lib
Roeland Jago Douma 4e1161d254
Fix proper permissions for multiple file access
Fixes #8890

In case you have access to a file via multiple ways, for example:
1. the file is shared with you with permission read only
2. the folder containing the file is shared with your read/write

Requesting the getById function on the userFolder would give back two
entries but both with the same permissions. Depending on the node you
picked this is not right.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-03-22 12:06:41 +01:00
..
composer Remove deprecated and unused OCP\Response 2018-03-21 16:53:56 +01:00
l10n [tx-robot] updated from transifex 2018-03-22 01:11:40 +00:00
private Fix proper permissions for multiple file access 2018-03-22 12:06:41 +01:00
public Merge pull request #8506 from nextcloud/use-appmanager 2018-03-22 09:55:19 +01:00
autoloader.php Make lib/autoloader.php strictly typed and properly type hinted 2018-02-13 22:07:58 +01:00
base.php Use proper method to log exceptions 2018-03-12 18:10:59 +01:00
versioncheck.php Raise PHP version number to PHP 7.0 2018-01-12 14:26:10 +01:00