Skip to content

Tags: dani-garcia/vaultwarden

Tags

1.31.0

Toggle 1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Some fixes for emergency access (#4715)

- Add missing `Headers` parameter for some functions
   This allowed any request from allowing these endpoints by not validating the user correctly.
 - Changed the functions to retreive the emergency access record by
   using the user uuid which calls the endpoint, instead of validating afterwards.
   This is more secure and prevents the need of an if check.

1.30.5

Toggle 1.30.5's commit message

Verified

This tag was signed with the committer’s verified signature.
BlackDex Mathijs van Veluw
Bugfix for admin

1.30.4

Toggle 1.30.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update crates, GHA and a Python/JS scripts (#4357)

- Update all crates
- Update GHA
- Update Global Domains script to use main instead of master
  Also fixed some Python linting warnings
- Updated Admin JS and CSS libraries

1.30.3

Toggle 1.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix healthcheck when using .env file (#4299)

It seems Debian based images see the `.env` file in the `pwd` path, but
sourcing it via `. .env` breaks. It does work if you provide the full
path `/.env`. Changed the default to `/.env`.

Alpine does not have an issue with both ways.

1.30.2

Toggle 1.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update env template file (#4276)

* update env template to fit the config.rs

* Categorize env template settings

* Fix a wrong setting

* Fix wrong icon redirect code

* Fix ICON_DOWNLOAD_TIMEOUT default value

Co-authored-by: Daniel <[email protected]>

* Move related settings together.
Merge Yubikey, Duo, Email 2FA sections into one.
Other minor fixes.

* Minor fix of some settings position

* Add some comment

* Minor fix.

---------

Co-authored-by: Daniel <[email protected]>

1.30.1

Toggle 1.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update crates (#4074)

* Remove another header for websocket connections

* Fix small bake issue

* Update crates

Updated crates and adjusted code where needed.
One major update is Rocket rc4, no need anymore (again) for crates.io patching.

The only item still pending is openssl/openssl-sys for which we need to
wait if sfackler/rust-openssl#2094 will be
merged. If, then we can remove the pinned versions for the openssl crate.

1.30.0

Toggle 1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix importing Bitwarden exports (#4030)

When importing Bitwarden JSON exports, these would fail because the last
modification date was also imported and caused our out-off-sync check to
kick-in. This PR fixes this by checking if we are doing an import, and
skip this check.

Fixes #4005

1.29.2

Toggle 1.29.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3730 from BlackDex/update-admin-interface

Update admin interface

1.29.1

Toggle 1.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3704 from BlackDex/remove-debug-code

Remove debug code during attachment download

1.29.0

Toggle 1.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #3659 from BlackDex/fix-org-creation

Fix org creation regresion