WebDAV server to allow managing content by specifying different credentials.
Go to file
Andreas Schneider cc612271a5 ♻️ Keep password hashing outside the store 2020-10-17 14:50:21 +02:00
vendor ⬆️ update dependencies, implement user store 2020-10-09 18:35:44 +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 ⬆️ update dependencies, implement user store 2020-10-09 18:35:44 +02:00
go.sum ⬆️ update dependencies, implement user store 2020-10-09 18:35:44 +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