github.com/cs3org/reva/v2@v2.27.7/changelog/1.1.0_2020-08-11/ocfs-user-lookup.md (about)

     1  Bugfix: ocfs: Lookup user to render template properly
     2  
     3  Currently, the username is used to construct paths, which breaks when mounting the `owncloud` storage driver at `/oc` and then expecting paths that use the username like `/oc/einstein/foo` to work, because they will mismatch the path that is used from propagation which uses `/oc/u-u-i-d` as the root, giving an `internal path outside root` error
     4  
     5  https://github.com/cs3org/reva/pull/1052