kumarsivarajan / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

WebDAV backend (mod_dav) #444

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great to have WebDAV as a backend. There are tons of WebDAV servers 
out there (most using SabreDAV) - but nearly no clients. However, I've seen 
that SabreDAV also has client API, so this should be possible to archive?

What I was thinking about:

- Login: check against WebDAV server
- On login success: show files from WebDAV account

this way, mollify would only act as a file handler, but whole storage/auth 
would be "outsourced" to the WebDAV server.

Original issue reported on code.google.com by michel.k...@gmail.com on 12 Apr 2013 at 10:05

GoogleCodeExporter commented 8 years ago
In case you didn't know, Mollify does have WebDAV server plugin that makes 
Mollify folders available via WebDAV protocol.

But like you say, Mollify does not act as a WebDAV client, and I don't see much 
point in this as WebDAV protocol is quite limited. Without own HTTP REST 
backend Mollify could not have many features it now has (for example all the 
plugins and their REST services).

Original comment by samuli.j...@gmail.com on 17 Apr 2013 at 12:58

GoogleCodeExporter commented 8 years ago

Original comment by samuli.j...@gmail.com on 3 Jun 2013 at 5:42