0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-26 15:58:21 +02:00
bitwarden_rs/src
Jeremy Lin 513056f711 Check for data folder on startup
Currently, when starting up for the first time (running standalone, outside
of Docker), bitwarden_rs panics when the `openssl` tool isn't able to create
`data/rsa_key.pem` due to the `data` dir not existing. Instead, print a more
helpful error message telling the user to create the directory.
2021-02-28 01:45:05 -08:00
..
api Check for data folder on startup 2021-02-28 01:45:05 -08:00
db Basic experimental ldap import support with the official directory connector 2021-02-06 20:15:42 +01:00
static Merge branch 'master' into admin-interface 2021-02-03 22:22:33 +01:00
auth.rs Fix collection access issues for owner/admin users 2021-01-26 22:35:09 -08:00
config.rs Fixed small buggy in validation 2021-02-03 23:47:48 +01:00
crypto.rs Updated dependencies and small mail fixes 2021-01-31 20:07:42 +01:00
error.rs Log proper namespace in the err!() macro 2020-11-22 00:09:45 +01:00
mail.rs Remove unnecessary allocations 2021-02-19 20:17:18 +01:00
main.rs Check for data folder on startup 2021-02-28 01:45:05 -08:00
util.rs Check for data folder on startup 2021-02-28 01:45:05 -08:00