nextcloud/lib/private/Files/Config
Semih Serhat Karakaya cfc1c7cbd2 Update CachedMountInfo for user home storage
In getMountPointNode function rootId is not inside of the userFolder for home storage. We was searching '/user' folder in '/user/files' folder. So, it was return NULL. I moved searching part to parent folder. It solves everything. Also, obviously other storage types not affect then this change.

Related owncloud commit :
https://github.com/owncloud/core/pull/26017
2016-09-09 18:07:21 +03:00
..
CachedMountInfo.php Update CachedMountInfo for user home storage 2016-09-09 18:07:21 +03:00
LazyStorageMountInfo.php get shared storage storage id without setting up the storage 2016-08-09 15:52:13 +02:00
MountProviderCollection.php Update with robin 2016-07-21 18:13:58 +02:00
UserMountCache.php Prevent error with orphaned shares when updating user mount cache 2016-08-30 19:49:23 +02:00
UserMountCacheListener.php Update with robin 2016-07-21 18:13:58 +02:00