Implement WebDav for accessing Commandr-fs. This will allow staff to be able to manage their websites from directories mapped onto their desktop machines (E.g. Windows, Mac or Linux).
Authentication will work against admin usernames and passwords. Non-admins will be not allowed through.
Issues:
- Can we make it so it can choose what file types to accept/decline in a directory? Commandr-fs hooks should have some way to declare what they can accept. Resource-FS API supports this, hopefully Webdav can link into that.
- Test on Windows, make sure Composr serves the propfind webdav function on the root directory, as Windows apparently needs this. Make sure that the root Commandr-fs directory is the root WebDav directory on the server itself [https://code.google.com/p/sabredav/wiki/Windows].
- Test on Mac (Mac apparently saves lots of weird files and makes weird requests)
The tut_repository tutorial will need updating to explain what URL to use to map/mount the Webdav share.
Comments
There have been no comments yet