filebrowser/storage/bolt
Henrique Dias c1c57c6525
fix: no db error when db size is 0 (#629)
Fixes the error where File Browser would fail when the DB existed with size 0. This closes #628.

@1138-4EB I decided not to check the version for now since it's the first time we're adding that info. Only the next time we change the DB structure we'll use that value as reference to know how to upgrade.

I did not check it because the users running rc1 would have some issues with it.
2019-01-09 21:37:47 +00:00
..
importer fix: no db error when db size is 0 (#629) 2019-01-09 21:37:47 +00:00
auth.go feat: v2 (#599) 2019-01-05 22:44:33 +00:00
bolt.go fix: no db error when db size is 0 (#629) 2019-01-09 21:37:47 +00:00
config.go feat: make server options a struct (#615) 2019-01-08 10:29:09 +00:00
share.go 🧹: gofmt 2019-01-05 23:01:16 +00:00
users.go reduce code duplication 2019-01-08 16:19:17 +01:00
utils.go feat: v2 (#599) 2019-01-05 22:44:33 +00:00