WebDAV server to allow managing content by specifying different credentials.
Go to file
Andreas Schneider ec171ea5ec Add password generator and terminal libs 2020-10-17 20:18:30 +02:00
vendor Add password generator and terminal libs 2020-10-17 20:18:30 +02:00
.gitignore Initial POC implementation of a user based WebDAV server 2018-11-24 14:59:42 +01:00
cmd_user.go Implement share CRUD operations 2020-10-17 14:34: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 Add password generator and terminal libs 2020-10-17 20:18:30 +02:00
go.sum Add password generator and terminal libs 2020-10-17 20:18:30 +02:00
main.go Add commands to manage users 2020-10-10 16:30:35 +02:00
store.go ♻️ Keep password hashing outside the store 2020-10-17 14:50:21 +02:00
store_test.go Implement share CRUD operations 2020-10-17 14:34:42 +02:00