Qabel / qabel-core

(B2C) :cloud: Implementation of Qabel-Core in Java
Other
20 stars 17 forks source link

FSCK for box volumes #636

Open audax opened 7 years ago

audax commented 7 years ago

@audax commented on Wed Nov 25 2015

Users cannot delete any files that they don't know of. A user that lost an identity can not delete the files of the identity. The file system check can delete all files from all prefixes that the account has access to, that are unknown to the currently available identities in the client.

enkore commented 7 years ago

Requires: An API to list the contents of a prefix on the block server.

audax commented 7 years ago

Or: Sending every filename that the client knows on the block server and deleting the rest

enkore commented 7 years ago

That's kinda awkward as an API though ;)

julianseeger commented 7 years ago

Alternative: delete prefix & reupload everything :D

julianseeger commented 7 years ago

shouldn't this be an issue and an epic? so .. 2 issues, one that is an epic to hold all subissues and one that is the issue that actually gets implemented ... or some "delete certain files from blockserver" issue?