1
0
Fork 0
vaultwarden-test/src
BlackDex 7439aeb63e Make panics logable (as warn)
panic!()'s only appear on stderr, this makes tracking down some strange
issues harder with the usage of docker since stderr does not get logged
into the bitwarden.log file. This change logs the message to stdout and
the logfile when activated.
2020-02-25 14:10:52 +01:00
..
api Attachment size limits, per-user and per-organization 2020-02-17 22:56:26 +01:00
db Attachment size limits, per-user and per-organization 2020-02-17 22:56:26 +01:00
static Logout button in admin page 2019-12-01 21:15:14 +01:00
auth.rs When receiving a comma separated list as IP, pick the first 2019-12-28 15:09:07 +01:00
config.rs Attachment size limits, per-user and per-organization 2020-02-17 22:56:26 +01:00
crypto.rs Formatting 2019-12-27 18:37:14 +01:00
error.rs Attachment size limits, per-user and per-organization 2020-02-17 22:56:26 +01:00
mail.rs Fix backwards indices 2020-01-30 22:33:50 +01:00
main.rs Make panics logable (as warn) 2020-02-25 14:10:52 +01:00
util.rs Add option to change invitation org name, fixes #825 2020-02-04 22:14:50 +01:00