nextcloud/lib
Joas Schilling a4ba2113b2
Fix getById for files in appdata and the root mount
In case the path we are currently in is inside the appdata_* folder,
the original getById method does not work, because it can only look inside
the user's mount points. But the user has no mount point for the root storage.

So in that case we directly check the mount of the root if it contains
the id. If it does we check if the path is inside the path we are working
in.

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-17 11:15:59 +02:00
..
composer Merge pull request #16682 from nextcloud/enh/12790/workflow-backend 2019-09-11 13:14:06 +02:00
l10n [tx-robot] updated from transifex 2019-09-08 02:16:42 +00:00
private Fix getById for files in appdata and the root mount 2019-09-17 11:15:59 +02:00
public Merge pull request #17151 from nextcloud/td/remove/createPreview 2019-09-15 19:36:18 +02:00
autoloader.php move log constants to ILogger 2018-04-26 10:45:52 +02:00
base.php Remove deleted groups from app restrictions fixes #15823 2019-06-27 20:17:50 +02:00
versioncheck.php NC16 is php >= 7.1 2018-12-21 16:04:11 +01:00