WebDAV server to allow managing content by specifying different credentials.
Go to file
Andreas Schneider 356ddbc167 Remove chi 2020-10-18 11:11:25 +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_share.go Add initial share commandline handling 2020-10-18 10:33:29 +02:00
cmd_tools.go Offer password generation and query 2020-10-17 20:19:42 +02:00
cmd_user.go Offer password generation and query 2020-10-17 20:19:42 +02:00
config.go Add commands to manage users 2020-10-10 16:30:35 +02:00
filesystem.go Add commands to manage users 2020-10-10 16:30:35 +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 Add initial share commandline handling 2020-10-18 10:33: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