Properly encode path links, remove unused password settings

This commit is contained in:
2023-05-30 16:59:11 +02:00
parent 0299b730a5
commit 8377ac1fab
9 changed files with 34 additions and 45 deletions

View File

@@ -15,14 +15,6 @@ export let state = {
// The part of the path that base_index points to
base: {},
// Passwords for accessing this bucket. Passwords are not always required
// but sometimes they are
read_password: "",
write_password: "",
// Root path of the bucket. Used for navigation by prepending it to a file
// path
path_root: "",
shuffle: false,
}