vaultwarden/src/db/models
Mathijs van Veluw d04b94b77d
Some fixes for emergency access (#4715)
- Add missing `Headers` parameter for some functions
   This allowed any request from allowing these endpoints by not validating the user correctly.
 - Changed the functions to retreive the emergency access record by
   using the user uuid which calls the endpoint, instead of validating afterwards.
   This is more secure and prevents the need of an if check.
2024-07-08 23:39:22 +02:00
..
attachment.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
auth_request.rs Update chrono and sqlite (#4436) 2024-03-19 19:47:30 +01:00
cipher.rs add group support for Cipher::get_collections() (#4592) 2024-07-04 20:28:19 +02:00
collection.rs add group support for Cipher::get_collections() (#4592) 2024-07-04 20:28:19 +02:00
device.rs Update chrono and sqlite (#4436) 2024-03-19 19:47:30 +01:00
emergency_access.rs Some fixes for emergency access (#4715) 2024-07-08 23:39:22 +02:00
event.rs Update chrono and sqlite (#4436) 2024-03-19 19:47:30 +01:00
favorite.rs Update to diesel2 2022-10-23 00:49:23 +02:00
folder.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
group.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
mod.rs Implement login-with-device 2023-08-13 17:54:18 +02:00
org_policy.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
organization.rs Fix collections and native app issue (#4685) 2024-07-03 21:11:04 +02:00
send.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
two_factor_incomplete.rs Update to diesel2 2022-10-23 00:49:23 +02:00
two_factor.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
user.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00