1.14
版本发布时间: 2020-03-14 00:11:30
dani-garcia/vaultwarden最新发布版本:1.32.0(2024-08-12 03:40:35)
- Added support for running on subpath, simply add the subpath to the
DOMAIN
variable:DOMAIN=https://example.com/custom-path
- Attachment size limits, per-user and per-organization, set
USER_ATTACHMENT_LIMIT
orORG_ATTACHMENT_LIMIT
to a value in kilobytes to apply it. - Updated U2F library which might solve some U2F certificate errors.
- Added SMTP test button in the admin page.
- Use web vault built by docker autobuild, using the hash to reference the image for extra security
- Now accepting
y/n
,True/False
,1/0
as config options that are booleans. - Fixed error
Unique constraint violation
when using Two Factor and Postgres. - Fixed error with can_signup_user that didn't allow to change the email address.
- Don't error if admin token is empty but disabled
- Now email domains are converted to punycode before sending
- Enable icons to be cached in the clients
- Added option to change invitation org name
- Enabled the sending of invitations from the admin panel, even when disabled
- Dependency updates