WebDAV server to allow managing content by specifying different credentials.
Go to file
Andreas Schneider eced1e67f8 🐳 Add templates to Dockerfile 2020-11-01 13:16:51 +01:00
templates Added page to change own password 2020-11-01 12:10:20 +01:00
vendor Added password validator 2020-11-01 11:33:13 +01:00
.gitignore Initial POC implementation of a user based WebDAV server 2018-11-24 14:59:42 +01:00
Dockerfile 🐳 Add templates to Dockerfile 2020-11-01 13:16:51 +01: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 Add command to update the password 2020-11-01 12:07:55 +01:00
filesystem.go Handle readonly access 2020-10-18 11:29:07 +02:00
go.mod Added password validator 2020-11-01 11:33:13 +01:00
go.sum Added password validator 2020-11-01 11:33:13 +01: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 🐛 Invalidate sessions when user changes 2020-11-01 12:22:13 +01:00