0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-02 12:09:11 +02:00
bitwarden_rs/src
Yip Rui Fung ebe9162af9 Add option to make file uploads use move_copy_to instead of persist_to
This is to support scenarios where the attachments and sends folder are to be stored on a separate device from the tmp_folder (i.e. fuse-mounted S3 storage), due to having the tmp_dir on the same device being undesirable.

Example being fuse-mounted S3 storage with the reasoning that because S3 basically requires a copy+delete operations to rename files, it's inefficient to rename files on device, if it's even allowed.
2022-07-09 01:19:00 +08:00
..
api Add option to make file uploads use move_copy_to instead of persist_to 2022-07-09 01:19:00 +08:00
db Updated deps and misc fixes and updates 2022-06-14 14:51:51 +02:00
static Fix identicons not always working 2022-06-22 16:38:16 +02:00
auth.rs Update login API code 2022-03-12 18:45:45 +01:00
config.rs Add option to make file uploads use move_copy_to instead of persist_to 2022-07-09 01:19:00 +08:00
crypto.rs Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
error.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
mail.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
main.rs Small change in log-level for better debugging 2022-06-26 14:49:26 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Allow FireFox relay in CSP. 2022-06-22 16:30:31 +02:00