vaultwarden/src/api/core
BlackDex 631d022e17
Fix some external_id issues
- Do not update `externalId` on group updates
   Groups are only updated via the web-vault currently, and those do not
   send the `externalId` value, and thus we need to prevent updating it.
 - Refactored some other ExternalId functions
 - Prevent empty `externalId` on `Collections`
 - Return `externalId` for users

Fixes #3685
2023-07-12 22:04:18 +02:00
..
two_factor Merge ClientIp with Headers. 2023-03-11 16:58:32 +01:00
accounts.rs Fix mobile push blocking requests and spamming push server 2023-06-16 23:34:16 +02:00
ciphers.rs Add some extra access checks for attachments and groups 2023-07-03 19:58:14 +02:00
emergency_access.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
events.rs Change String to &str for all Rocket functions 2023-04-30 17:18:12 +02:00
folders.rs feat: Push Notifications 2023-06-11 13:28:18 +02:00
mod.rs Merge and modify PR from @Kurnihil 2023-06-13 08:51:07 +02:00
organizations.rs Fix some external_id issues 2023-07-12 22:04:18 +02:00
public.rs Some code changes and optimizations 2023-06-13 08:51:07 +02:00
sends.rs Add some extra access checks for attachments and groups 2023-07-03 19:58:14 +02:00