0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-28 00:38:23 +02:00
bitwarden_rs/src
thelittlefireman ca20b3d80c [PATCH] Some fixes to the Emergency Access PR
- Changed the date of the migration folders to be from this date.
- Removed a lot is_email_domain_allowed checks.
  This check only needs to be done during the invite it self, else
everything else will fail even if a user has an account created via the
/admin interface which bypasses that specific check! Also, the check was
at the wrong place anyway's, since it would only not send out an e-mail,
but would still have allowed an not allowed domain to be used when
e-mail would have been disabled. While that check always works, even if
sending e-mails is disasbled.
- Added an extra allowed route during password/key-rotation change which
updates/checks the public-key afterwards.
- A small change with some `Some` and `None` orders.
- Change the new invite object to only generate the UTC time once, since
it could be possible that there will be a second difference, and we only
need to call it just once.

by black.dex@gmail.com

Signed-off-by: thelittlefireman <thelittlefireman@users.noreply.github.com>
2021-09-17 01:25:47 +02:00
..
api [PATCH] Some fixes to the Emergency Access PR 2021-09-17 01:25:47 +02:00
db [PATCH] Some fixes to the Emergency Access PR 2021-09-17 01:25:47 +02:00
static Add Emergency contact feature 2021-09-17 01:25:44 +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 Merge branch 'main' into future-web-vault 2021-07-15 21:43:23 +02:00
mail.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
main.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
util.rs Merge branch 'umireon-add-edge-frame-ancestors' of https://github.com/umireon/vaultwarden into umireon-umireon-add-edge-frame-ancestors 2021-07-15 19:20:19 +02:00