43 Commits (9eabcd5cae379946d7066cfda298d04ca25fc543)

Author SHA1 Message Date
BlackDex 9eabcd5cae
Add support for send v2 API endpoints 3 years ago
BlackDex 1722742ab3
Add Org user revoke feature 3 years ago
BlackDex abfa868423
Mitigate attachment/send upload issues 3 years ago
BlackDex 55d7c48b1d
Add more clippy checks for better code/readability 3 years ago
Yip Rui Fung bf623eed7f Use if let instead of a match with empty block. 3 years ago
Yip Rui Fung 84bcac0112 Apply rustfmt. 3 years ago
Yip Rui Fung 31595888ea Use match to avoid ownership issues on the TempFile / file_path variables in closures. 3 years ago
Yip Rui Fung 5c38b2c4eb Remove option and use unwrap_or_else to fall back to copy behavior. 3 years ago
Yip Rui Fung ebe9162af9 Add option to make file uploads use move_copy_to instead of persist_to 3 years ago
Daniel García 54c78cf06d
Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies 3 years ago
BlackDex 87e08b9e50
Async/Awaited all db methods 3 years ago
Daniel García 0b7d6bf6df
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking 3 years ago
Tomek Mańko 9713a3a555 Add IP address to missing/invalid password message for Sends 3 years ago
BlackDex 775d07e9a0
Async/Awaited all db methods 3 years ago
Daniel García 2d5f172e77
Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking 3 years ago
BlackDex bf5aefd129
Fix issue with Bitwarden CLI. 3 years ago
Fabian Thies 42ba817a4c Fix errors that occurred in the nightly build 4 years ago
Fabian Thies dd98fe860b Send create, update and delete notifications for `Send`s in the correct format. 4 years ago
Daniel García e5ec245626
Protect namedfile against path traversal, rocket only does it for pathbuf 4 years ago
BlackDex 6ea95d1ede Updated attachment limit descriptions 4 years ago
BlackDex 403f35b571 Added web-vault v2.21.x support + some misc fixes 4 years ago
Daniel García 2cd17fe7af
Add token with short expiration time to send url 4 years ago
Jeremy Lin c2ef331df9 Rework file ID generation 4 years ago
Jeremy Lin 29ed82a359 Add support for v2 attachment upload APIs 4 years ago
Jeremy Lin 029008bad5 Add support for the `Send Options` policy 4 years ago
Jeremy Lin d3449bfa00 Add support for hiding the sender's email address in Bitwarden Sends 4 years ago
Jeremy Lin 3ff8014add Add `sends_allowed` config setting 4 years ago
Jake Howard 3ab90259f2
Modify rustfmt file 4 years ago
Jeremy Lin 73ff8d79f7 Add a generic job scheduler 4 years ago
Miro Prasil aa5cc642e1 Use constant for the "inaccessible" error message 4 years ago
Miro Prasil 4b6a574ee0 Return generic message when Send not available 4 years ago
Daniel García 1fc6c30652
Send deletion thread and updated users revision 4 years ago
Daniel García 551810c486
Fix updating file send 4 years ago
Daniel García 84810f2bb2
Remove unnecessary fields from send access 4 years ago
Jeremy Lin 424d666a50 Add support for the Disable Send policy 4 years ago
Daniel García 95e24ffc51
rename send key -> akey 4 years ago
Jeremy Lin 00d56d7295 Send access check fixes 4 years ago
Daniel García 8da5b99482
Send API 4 years ago