1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-10-24 01:54:52 +02:00
vaultwarden/src/db/models
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
..
attachment.rs Fix limitation on sharing ciphers with attachments 2021-08-16 22:23:33 -07:00
cipher.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
collection.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
device.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
emergency_access.rs [PATCH] Some fixes to the Emergency Access PR 2021-09-17 01:25:47 +02:00
favorite.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
folder.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
mod.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00
org_policy.rs Merge branch '2fa_enforcement' of https://github.com/olivierIllogika/bitwarden_rs into olivierIllogika-2fa_enforcement 2021-07-15 19:27:36 +02:00
organization.rs Fix syncing with Bitwarden Desktop v1.28.0 2021-08-21 10:36:08 +02:00
send.rs Fix errors that occurred in the nightly build 2021-08-04 13:25:41 +02:00
two_factor.rs Fix clippy lints 2021-06-19 22:02:03 +02:00
user.rs Add Emergency contact feature 2021-09-17 01:25:44 +02:00