cozy / cozy-files

This repository was part of CozyV2 which has been deprecated
https://blog.cozycloud.cc/post/2016/11/21/On-the-road-to-Cozy-version-3
GNU Affero General Public License v3.0
41 stars 24 forks source link

Guest mode #121

Open jsilvestre opened 10 years ago

jsilvestre commented 10 years ago

We've been talking a lot about a "guest mode" when a guest could browse what is shared with it from your Cozy. Since the private and the shared areas now share the most of their code, the implementation in Files can be achieved.

How would it work? Instead of sharing one file or one folder, you'd just share the key and the guest will be able to browse the folders just as if it was actually Cozy's owner, but will only be able to see what is shared with it. Some functional details I thought about:

I'm going to work on that next week based on how many bugs I let in the refactoring. Suggestions/inputs are welcome.

jsilvestre commented 10 years ago

Work on that has been stopped for now but will continue soon.