vaultwarden/src/api
BlackDex abfa868423
Mitigate attachment/send upload issues
This PR attends to mitigate (not fix) #2644.
There seems to be an issue when uploading files either as attachment or
via send via the mobile (Android) client.

The binary data gets transfered correctly to Vaultwarden (Checked via
Wireshark), but the data is not parsed correctly for some reason.

Since the parsing is not done by Vaultwarden it self, i think we should
at least try to prevent saving the data and letting users think all
fine.

Further investigation is needed to actually fix this issue.
This is just a quick patch.
2022-07-27 17:12:04 +02:00
..
core Mitigate attachment/send upload issues 2022-07-27 17:12:04 +02:00
admin.rs Remove read_file and read_file_string and replace them with the std alternatives 2022-07-15 19:13:26 +02:00
icons.rs Fix issue with CSP and icon redirects 2022-07-17 16:21:03 +02:00
identity.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
mod.rs Update to rocket 0.5 and made code async, missing updating all db calls, that are currently blocking 2022-02-27 21:36:31 +01:00
notifications.rs Fix clippy lint and remove unused log 2022-06-04 19:13:58 +02:00
web.rs Add /api/{alive,now,version} endpoints 2022-04-23 23:47:49 -07:00