docs icon indicating copy to clipboard operation
docs copied to clipboard

WebDAV support

Open patschwork opened this issue 3 years ago • 4 comments

Hi, does teedy support WebDAV? (I didn't found it as a hint in the demo or in the features list.)

patschwork avatar Jun 18 '22 15:06 patschwork

Hello. It doesn't ! but pull requests are welcome.

jendib avatar Jun 18 '22 15:06 jendib

Thanks for the rapid reply :-)

I will do some researches on the net, if there are some libraries. The files (last version of files) are stored in the database, right?

patschwork avatar Jun 18 '22 15:06 patschwork

The files are stored on disk, but the metadata are stored in the database. Take a look at DocumentResource and FileResource REST endpoints if you want to give it a go.

jendib avatar Jun 18 '22 15:06 jendib

The files are stored on disk, but the metadata are stored in the database. Take a look at DocumentResource and FileResource REST endpoints if you want to give it a go.

Thanks

patschwork avatar Jun 18 '22 15:06 patschwork