silverwind / droppy

**ARCHIVED** Self-hosted file storage
BSD 2-Clause "Simplified" License
1.62k stars 194 forks source link

[Feature Request] Have per-user personal directories #417

Open ashleysommer opened 4 years ago

ashleysommer commented 4 years ago

I'd like the ability to have a directory that only a given user can see. Eg, when logged in as user1 then there is a directory called user1 that only he can see, and upload to/download from. When logged in as user2 then there is a directory called user2 that only she can see, and upload to/download from.

Complex permissions don't need to be implemented, just a visible/not-visible mechanism would work. And it can all go to the same filestore in the backend.