0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 21:08:55 +02:00
bitwarden_rs/src/api/core
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
..
two_factor Fix incorrect WebAuthn origin 2021-08-29 15:53:25 -07:00
accounts.rs [PATCH] Some fixes to the Emergency Access PR 2021-09-17 01:25:47 +02:00
ciphers.rs Enforce Personal Ownership policy on imports 2021-09-08 23:26:15 -07:00
emergency_access.rs [PATCH] Some fixes to the Emergency Access PR 2021-09-17 01:25:47 +02:00
folders.rs Modify rustfmt file 2021-04-06 21:54:42 +01:00
mod.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
organizations.rs Fix issue when using uppercase chars in emails 2021-09-09 13:52:39 +02:00
sends.rs Fix errors that occurred in the nightly build 2021-08-04 13:25:41 +02:00