Move descriptions to database, switch to SHA-512 hashes, fix declining invites not working, allow user deletion, fix broken permission checks for many things, security fixes

This commit is contained in:
Geometrically
2021-01-14 10:08:38 -07:00
parent e2183c2214
commit ec3c31a106
23 changed files with 1106 additions and 699 deletions

1
Cargo.lock generated
View File

@@ -1835,6 +1835,7 @@ dependencies = [
"serde_json",
"serde_with",
"sha1",
"sha2",
"sqlx",
"thiserror",
]