You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using OCIS storage and creating a user, we cannot just dump files into the folder to emulate the skeleton folder as we do with the OC storage but we need to upload the items via WebDav.
it would be better to simplify that, maybe have an other setting like REVA_STORAGE_OC_DRIVER and according to that deleteRevaUserData will delete the correct folder and choose to upload the skeleton via WebDAV
The text was updated successfully, but these errors were encountered:
When we next bump the core commit id for tests in OCIS, we should define OCIS_SKELETON_STRATEGY to be "copy" (if that works), otherwise define it to be "upload".
when using OCIS storage and creating a user, we cannot just dump files into the folder to emulate the skeleton folder as we do with the OC storage but we need to upload the items via WebDav.
to delete data of the user after deleting the user our current delete strategy does not work, (https://github.com/owncloud/core/blob/828f07802fa3b977fcdbf315f9671d5442288886/tests/TestHelpers/OcisHelper.php#L68) we have to use a delete command
To accomplish both that we have currently to set
see https://github.com/owncloud/ocis-reva/pull/466/files#diff-74dc60589e0610c07e491b31f8693b2bR112-R129
it would be better to simplify that, maybe have an other setting like
REVA_STORAGE_OC_DRIVER
and according to thatdeleteRevaUserData
will delete the correct folder and choose to upload the skeleton via WebDAVThe text was updated successfully, but these errors were encountered: