1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00
vaultwarden/src/api
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
..
core Remove debug print 2021-02-07 00:22:39 +01:00
admin.rs Check for data folder on startup 2021-02-28 01:45:05 -08:00
icons.rs Remove soup and use a newer html5ever directly 2021-02-07 22:28:02 +01:00
identity.rs Implement admin ability to enable/disable users 2020-11-30 23:12:56 +01:00
mod.rs Removed try_trait and some formatting, particularly around imports 2020-07-14 18:34:22 +02:00
notifications.rs Updated dependencies and small mail fixes 2021-01-31 20:07:42 +01:00
web.rs As requested here: https://bitwardenrs.discourse.group/t/searchable-user-list-on-admin-panel/299 2020-09-19 22:19:55 +02:00