Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-19 04:40:28 +01:00
1c266031d7
The limits for uploading files were to small in regards to the allowed maximum filesize of the Bitwarden clients including the web-vault. Changed both `data-form` (used for Send) and `file` (used for attachments) to be 525MB, this is the same size we already check our selfs. Also changed the `json` limit to be 20MB, this should allow very large imports with 4000/5000+ items depending on if there are large notes or not. And, also disabled Rocket from outputting colors, these colors were also send to the log files and syslog. I think this changed in Rocket 0.5rc somewhere, need to look a bit further into that maybe. |
||
---|---|---|
.. | ||
api | ||
db | ||
static | ||
auth.rs | ||
config.rs | ||
crypto.rs | ||
error.rs | ||
mail.rs | ||
main.rs | ||
ratelimit.rs | ||
util.rs |