0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-11 00:19:02 +02:00
bitwarden_rs/src
BlackDex b0faaf2527
Several updates and fixes
- Removed all `thread::sleep` and use `tokio::time::sleep` now.
  This solves an issue with updating to Bullseye ( Resolves #1998 )
- Updated all Debian images to Bullseye
- Added MiMalloc feature and enabled it by default for Alpine based images
  This increases performance for the Alpine images because the default
  memory allocator for MUSL based binaries isn't that fast
- Updated `dotenv` to `dotenvy` a maintained and updated fork
- Fixed an issue with a newer jslib (not fully released yet)
  That version uses a different endpoint for `prelogin` Resolves #2378 )
2022-03-20 18:51:24 +01:00
..
api Several updates and fixes 2022-03-20 18:51:24 +01:00
db Update login API code 2022-03-12 18:45:45 +01:00
static Merge branch 'async-updates' of https://github.com/BlackDex/vaultwarden into BlackDex-async-updates 2022-02-27 21:50:33 +01:00
auth.rs Update login API code 2022-03-12 18:45:45 +01:00
config.rs Several updates and fixes 2022-03-20 18:51:24 +01:00
crypto.rs Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
error.rs Upd Dockerfiles, crates. Fixed rust 2018 idioms 2022-02-27 21:37:23 +01:00
mail.rs Favicon, SMTP and misc updates 2022-02-26 13:56:42 +01:00
main.rs Several updates and fixes 2022-03-20 18:51:24 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Several updates and fixes 2022-03-20 18:51:24 +01:00