Details
Details
- Ticket Type
- Task
Status | Assigned | Task | ||
---|---|---|---|---|
Open | None | T67 Real-time Collaborative Document Editing | ||
Resolved | Adityab | T624 WebDAV backend for Manticore | ||
Resolved | Adityab | T661 Figure out a way to handle different types of access control restrictions |
Event Timeline
Comment Actions
I haven't come across WebDAV servers that support ACLs yet, so the access control in Manticore so far is the best I could do.
If a document is in a shared folder, both manticore users can see it - there's no ownership info communicated by WebDAV. The first user that opens it then claims "ownership" of it in Manticore's DB.
Documents that are private to a user cannot be seen by others unless if communicated by a link to the document, after which they remain visible.