sismics / docs

Lightweight document management system packed with all the features you can expect from big expensive solutions
https://teedy.io
GNU General Public License v2.0
1.98k stars 489 forks source link

WebDAV support #642

Open patschwork opened 2 years ago

patschwork commented 2 years ago

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

jendib commented 2 years ago

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

patschwork commented 2 years ago

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?

jendib commented 2 years ago

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.

patschwork commented 2 years ago

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