WebDAV server to allow managing content by specifying different credentials.
Go to file
Andreas Schneider 99bce4d1fc 🔒 Check permissions 2020-10-27 19:48:09 +01:00
templates 💄 Style delete buttons and menu 2020-10-25 18:28:27 +01:00
vendor Bring back chi 2020-10-24 16:54:47 +02:00
.gitignore Initial POC implementation of a user based WebDAV server 2018-11-24 14:59:42 +01:00
Dockerfile 🐳 Run unpriviledged 2020-10-18 15:57:39 +02:00
cmd_serve.go 🚧 Implement admin interface to manage shares and users 2020-10-24 16:57:00 +02:00
cmd_share.go Add commands to remove logins and users 2020-10-18 15:19:16 +02:00
cmd_tools.go 📄 Add missing license text 2020-10-18 14:34:36 +02:00
cmd_user.go Cleanup shares when deleting user 2020-10-18 15:08:49 +02:00
filesystem.go Handle readonly access 2020-10-18 11:29:07 +02:00
go.mod Bring back chi 2020-10-24 16:54:47 +02:00
go.sum Bring back chi 2020-10-24 16:54:47 +02:00
main.go 🐳 Add Dockerfile 2020-10-18 15:50:49 +02:00
store.go 🔒 Check permissions 2020-10-27 19:48:09 +01:00
store_test.go 🔒 Check permissions 2020-10-27 19:48:09 +01:00
webadmin.go 🔒 Check permissions 2020-10-27 19:48:09 +01:00