1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-07-04 21:24:42 +02:00
vaultwarden/src/api/core
BlackDex e47a2fd0f3
Rename/Fix revoke/restore endpoints
In web-vault v2022.9.x it seems the endpoints changed.
 - activate > restore
 - deactivate > revoke

This PR adds those endpoints and renames the functions.
It also keeps the previous endpoints for now to be compatible with
previous vault verions for now, just in case.
2022-09-12 16:08:36 +02:00
..
two_factor Added support for web-vault v2022.9 2022-09-07 20:48:48 +02:00
accounts.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
ciphers.rs Add Org user revoke feature 2022-08-20 16:42:36 +02:00
emergency_access.rs Add Org user revoke feature 2022-08-20 16:42:36 +02:00
folders.rs Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies 2022-06-04 19:13:39 +02:00
mod.rs Use optional env as this variable isn't defined during CI 2022-09-08 18:01:27 +02:00
organizations.rs Rename/Fix revoke/restore endpoints 2022-09-12 16:08:36 +02:00
sends.rs Add Org user revoke feature 2022-08-20 16:42:36 +02:00