Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
ca20b3d80c
- 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> |
||
---|---|---|
.. | ||
2019-09-12-100000_create_tables | ||
2019-09-16-150000_fix_attachments | ||
2019-10-10-083032_add_column_to_twofactor | ||
2019-11-17-011009_add_email_verification | ||
2020-03-13-205045_add_policy_table | ||
2020-04-09-235005_add_cipher_delete_date | ||
2020-07-01-214531_add_hide_passwords | ||
2020-08-02-025025_add_favorites_table | ||
2020-11-30-224000_add_user_enabled | ||
2020-12-09-173101_add_stamp_exception | ||
2021-03-11-190243_add_sends | ||
2021-03-15-163412_rename_send_key | ||
2021-04-30-233251_add_reprompt | ||
2021-05-11-205202_add_hide_email | ||
2021-07-01-203140_add_password_reset_keys | ||
2021-08-30-193501_create_emergency_access |