mnutt / davros

Personal file storage server
Apache License 2.0
297 stars 35 forks source link

Allow to upload but not write or delete #127

Open valerio-bozzolan opened 3 years ago

valerio-bozzolan commented 3 years ago

First of all, thank you for this project! It's very promising!

I don't understand if the current Davros Sandstorm app allows to share a link to upload stuff, without being able to delete other stuff.

Is this possible at the moment? If not, is this an interesting feature?

Thank you so much!

ocdtrekkie commented 3 years ago

I don't think Davros can currently do this, though I personally think there'd be a neat feature here to let it act more in a "dropbox" mode.

mnutt commented 2 years ago

This sounds like a neat feature. Perhaps integrated in with Sandstorm's capabilities.

zenhack commented 2 years ago

Yeah, this should be as simple as breaking out the existing write permission into finer grained permissions/roles, and updating the relevant checks.