1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-10 09:45:17 +02:00
vaultwarden/src
BlackDex 59ef82b740
Fix Organization delete when groups are configured
With existing groups configured within an org, deleting that org would
fail because of Foreign Key issues.

This PR fixes this by making sure the groups get deleted before the org does.

Fixes #3247
2023-02-21 21:37:23 +01:00
..
api Validate all needed fields for client API login 2023-02-21 21:37:23 +01:00
db Fix Organization delete when groups are configured 2023-02-21 21:37:23 +01:00
static Merge branch 'main' into issue-3166 2023-02-12 18:47:55 +01:00
auth.rs Revert "fix trailing slash not being removed from domain" 2023-02-07 18:41:24 +01:00
config.rs add EXE_SUFFIX to sendmail executable when not specified 2023-02-12 18:55:15 +01:00
crypto.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
error.rs Cleanups and Fixes for Emergency Access 2022-12-04 23:17:48 +01:00
mail.rs Add support for sendmail as a mail transport 2023-02-12 18:54:59 +01:00
main.rs add argon2 kdf fields 2023-02-07 13:52:52 -05:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs add argon2 kdf fields 2023-02-07 13:52:52 -05:00