github dani-garcia/vaultwarden 1.18.0

latest releases: 1.30.5, 1.30.4, 1.30.3...
3 years ago
  • Config values can now be defined in a file, use <CONFIG_NAME>_FILE to point to it.
    • For example, if you save the admin token to /etc/bitwarden_rs/token, you can use ADMIN_TOKEN_FILE=/etc/bitwarden_rs/token and it will read the file and set the token to it's contents.
  • Users can be enabled/disabled from the admin panel.
  • Implemented manager role.
  • Now the .env file parsing won't fail silently.
  • Fixes to the email format and processing, added option to enable debugging via SMTP_DEBUG, and added options to ignore certificate issues.
  • The user's last active device date is shown on the admin page.
  • Now cipher updates are validated when they provide a revision date, which will prevent multiple clients from overwriting each other's changes.
  • Updated web vault to 2.17.1.
  • Improved icon downloading in some edge cases.
  • Fixed key rotation during password change.
  • Make sure organization policies don't affect users that aren't a part of it or aren't confirmed.
  • Make sure removing a user from an org doesn't also remove them from accessing other orgs.
  • Return 404 when an icon is missing instead of a fallback, allowing the clients to use their own fallback icon.
  • Add missing admin endpoints for deleting ciphers.
  • Updated dependencies.

Don't miss a new vaultwarden release

NewReleases is sending notifications on new releases.