0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-11 00:19:02 +02:00
bitwarden_rs/src
BlackDex 338756550a
Fix error reporting in admin and some small fixes
- Fixed a bug in JavaScript which caused no messages to be shown to the
user in-case of an error send by the server.
- Changed mail error handling for better error messages
- Changed user/org actions from a to buttons, this should prevent
strange issues in-case of javascript issues and the page does re-load.
- Added Alpine and Debian info for the running docker image

During the mail error testing i encountered a bug which caused lettre to
panic. This panic only happens on debug builds and not release builds,
so no need to update anything on that part. This bug is also already
fixed. See https://github.com/lettre/lettre/issues/678 and https://github.com/lettre/lettre/pull/679

Resolves #2021
Could also fix the issue reported here #2022, or at least no hash `#` in
the url.
2021-10-08 00:01:24 +02:00
..
api Fix error reporting in admin and some small fixes 2021-10-08 00:01:24 +02:00
db [PATCH] Some fixes to the Emergency Access PR 2021-09-17 01:25:47 +02:00
static Fix error reporting in admin and some small fixes 2021-10-08 00:01:24 +02:00
auth.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
config.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
crypto.rs Rework file ID generation 2021-05-25 23:15:24 -07:00
error.rs Updated icon downloading 2021-09-24 18:27:52 +02:00
mail.rs Fix error reporting in admin and some small fixes 2021-10-08 00:01:24 +02:00
main.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
util.rs Fix error reporting in admin and some small fixes 2021-10-08 00:01:24 +02:00