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
Delete, calls trash(), which uses fs.propagate(ctx, path.Dir(np))
Move, uses fs.propagate(ctx, newName) and fs.propagate(ctx, path.Dir(oldName))
RestoreRevision, uses fs.propagate(ctx, np)
PurgeRecycleItem not necessary
EmptyRecycle not necessary
RestoreRecycleItem, uses fs.propagate(ctx, tgt)
Note that the owncloud storage driver does not support changing the storage on disk. It does not pick up changes on disk, which happen when the testsuite wipes a users home. The id mapping in redis needs to be wiped as well.
The text was updated successfully, but these errors were encountered:
We need to make sure that the id to path lookup is kept up to date on
fs.propagate(ctx, np)
CreateHomenot necessaryfs.propagate(ctx, np)
CreateReferenceonly in the share folderfs.propagate(ctx, np)
fs.propagate(ctx, np)
fs.propagate(ctx, path.Dir(np))
fs.propagate(ctx, newName)
andfs.propagate(ctx, path.Dir(oldName))
fs.propagate(ctx, np)
PurgeRecycleItemnot necessaryEmptyRecyclenot necessaryfs.propagate(ctx, tgt)
Note that the owncloud storage driver does not support changing the storage on disk. It does not pick up changes on disk, which happen when the testsuite wipes a users home. The id mapping in redis needs to be wiped as well.
The text was updated successfully, but these errors were encountered: