1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-10-23 01:44:51 +02:00
vaultwarden/src/db/models
Mathijs van Veluw 2e6a6fa39f
Update crates, web-vault and fixes (#4823)
* Update crates, web-vault and fixes

- Updated crates
- Updated web-vault to v2024.6.2
  This version is currently the latest version compatible with our API implementation.
  For newer versions we need more code updates to make it compatible.
  Thanks to @stefan0xC this version fixes #4628
- Added a small fix to prevent errors in the Vaultwarden and Client logs.
  The v2024.6.2 web-vault calls an endpoint with invalid arguments.
  If this happens we ignore the call and just return an Ok.
- Added the bulk-collection endpoint (Though not yet available in v2024.6.2)

Fixes #4628

* Prevent bulk remove collections to work
2024-08-07 22:46:03 +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 Update crates, web-vault and fixes (#4823) 2024-08-07 22:46:03 +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 Add support for MFA with Duo's Universal Prompt (#4637) 2024-07-24 16:50:35 +02:00
org_policy.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
organization.rs use a custom plan of enterprise tier to fix limits (#4726) 2024-07-10 17:25:41 +02:00
send.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
two_factor.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
two_factor_duo_context.rs Add support for MFA with Duo's Universal Prompt (#4637) 2024-07-24 16:50:35 +02:00
two_factor_incomplete.rs Update to diesel2 2022-10-23 00:49:23 +02:00
user.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00