WebDAV server to allow managing content by specifying different credentials.
Go to file
Andreas Schneider 9c29280207 📄 Add missing license text 2020-10-18 14:34:36 +02:00
vendor Remove chi 2020-10-18 11:11:25 +02:00
.gitignore Initial POC implementation of a user based WebDAV server 2018-11-24 14:59:42 +01:00
cmd_serve.go Handle readonly access 2020-10-18 11:29:07 +02:00
cmd_share.go 📄 Add missing license text 2020-10-18 14:34:36 +02:00
cmd_tools.go 📄 Add missing license text 2020-10-18 14:34:36 +02:00
cmd_user.go Offer password generation and query 2020-10-17 20:19:42 +02:00
filesystem.go Handle readonly access 2020-10-18 11:29:07 +02:00
go.mod Remove chi 2020-10-18 11:11:25 +02:00
go.sum Remove chi 2020-10-18 11:11:25 +02:00
main.go Implement WebDAV server 2020-10-18 11:17:29 +02:00
store.go Add initial share commandline handling 2020-10-18 10:33:29 +02:00
store_test.go Add initial share commandline handling 2020-10-18 10:33:29 +02:00