Gustavo Oliveira
73cf3eed1f
Merge branch 'main' into feature/s3-compatible-opendal
1 month ago
Mathijs van Veluw
c555f7d198
Misc organization fixes ( #6867 )
1 month ago
proofofcopilot
74819b95bd
fix(send_invite): add orgSsoIdentifier if sso_only is enabled ( #6824 )
1 month ago
Stefan Melmuk
da2af3d362
hide remember 2fa token ( #6852 )
1 month ago
Mathijs van Veluw
1583fe4af3
Update Rust and Crates and GHA ( #6843 )
- Update Rust to v1.93.1
- Updated all the crates
Adjust changes needed for the newer `rand` crate
- Updated GitHub Actions
Signed-off-by: BlackDex <black.dex@gmail.com>
2 months ago
g-roliveira
90dfc24ebd
docs: add S3-compatible object storage wiki guide
2 months ago
g-roliveira
caf89052f2
docs: clarify CSP and CORS requirements for S3 attachment downloads
2 months ago
g-roliveira
c242d284ee
docs: clarify s3 build feature requirements
2 months ago
g-roliveira
0841de93ad
Revert "ci: add manual docker beta workflow for ghcr"
This reverts commit 8ed63db7f2 .
2 months ago
g-roliveira
8ed63db7f2
ci: add manual docker beta workflow for ghcr
2 months ago
g-roliveira
0f7fea5b4a
Revert "ci: add manual R2 integration workflow"
This reverts commit 7b2b450c07 .
2 months ago
g-roliveira
7b2b450c07
ci: add manual R2 integration workflow
2 months ago
g-roliveira
2f503010e3
test: make unknown S3 parameter assertion robust
2 months ago
g-roliveira
5996a78f32
fix: stabilize unknown-param test and set MinIO region
2 months ago
g-roliveira
2b60e58565
fix: enforce unknown S3 params and repair MinIO CI command
2 months ago
g-roliveira
7b74969d5a
ci: harden MinIO startup in S3 integration job
2 months ago
g-roliveira
b4dff012ec
fix: satisfy clippy and rustfmt for S3 config parsing
2 months ago
g-roliveira
7c95c8c5c3
docs: document S3-compatible URI parameters and examples
2 months ago
g-roliveira
63b25380d8
ci: add MinIO integration test job for S3-compatible mode
2 months ago
g-roliveira
2fdcfa66eb
feat: add S3-compatible OpenDAL URI parameter parsing
8 months ago
Mathijs van Veluw
36f0620fd1
Fix org-details issue ( #6811 )
Fix an issue where it was possible for users who were not eligible to access all org ciphers to be able to download and extract the encrypted contents.
Only Managers with full access and Admins and Owners should be able to access this endpoint.
This change will block and prevent access for other users.
Signed-off-by: BlackDex <black.dex@gmail.com>
2 months ago
Mathijs van Veluw
3cd2d4afe7
Update crates and web-vault ( #6810 )
Signed-off-by: BlackDex <black.dex@gmail.com>
2 months ago
Mathijs van Veluw
d09c45bb63
Misc updates, crates, rust, js, gha, vault ( #6799 )
2 months ago
Stefan Melmuk
feecfb20da
fix error message for purging auth requests ( #6776 )
2 months ago
Timshel
347279a12c
Empty AccountKeys when no private key ( #6761 )
Co-authored-by: Timshel <timshel@users.noreply.github.com>
2 months ago
Helmut K. C. Tessarek
7f65a254b3
refactor: improve tooltips in diagnostics page ( #6765 )
The term "seems to" is used too loosely in many of the tooltips, but in
these 2 instances it is wrong wording.
An update is either available or not. If there is no update, one could
argue that "seems to" is valid, since the Internet could be down to
check for a new version. But in this situation the update is availble.
It is impossible that an update seems to be available.
2 months ago
Mathijs van Veluw
cc80f689ed
Update crates, web-vault, js, workflows ( #6749 )
- Updated all crates
- Updated web-vault to v2025.12.2
- Updated all JavaScript files
- Updated all GitHub Action Workflows
Also added the `concurrency` option to all workflows.
Signed-off-by: BlackDex <black.dex@gmail.com>
3 months ago
Stefan Melmuk
4737192853
fix email as 2fa with auth requests ( #6736 )
* fix email as 2fa with auth requests
* increase expiry time of auth_requests to 15 minutes
3 months ago
Stefan Melmuk
0c6817cb4e
hide password hints via CSS ( #6726 )
3 months ago
Stefan Melmuk
25a71d913f
use email instead of empty name for webauhn ( #6733 )
* if empty use email instead of name for webauhn
* use email as display name if name is empty
3 months ago
Mathijs van Veluw
b2cd556f3e
Fix User API Key login ( #6712 )
When using the latest Bitwarden CLI and logging in using the API Key, it expects some extra fields, same as for normal login.
This PR adds those fields and login is possible again via API Key.
Fixes #6709
Signed-off-by: BlackDex <black.dex@gmail.com>
3 months ago
Mathijs van Veluw
4352fffeec
Fix web-vault version check and update web-vault ( #6686 )
3 months ago
Stefan Melmuk
8d08697cf8
improve sso callback path ( #6676 )
* normalize base_url for sso_callback_path
* clean url when embedding images
3 months ago
Stefan Melmuk
9f1df42259
allow MasterPasswordHash for Android ( #6673 )
3 months ago
Stefan Melmuk
1e1f9957cd
return no content with status code 204 ( #6665 )
3 months ago
Stefan Melmuk
bf37657c08
update web-vault to fix org creation ( #6646 )
3 months ago
Daniel García
3e2cef7e8b
Try old refresh token if we fail to decode jwt ( #6629 )
3 months ago
Mathijs van Veluw
2af9d21158
Misc updates ( #6627 )
- Update crates and toml
- Update web-vault to v2025.12.1
- Update workflows
Signed-off-by: BlackDex <black.dex@gmail.com>
3 months ago
Daniel
c4f6c4e63b
Re-add `alpine` tag ( #6626 )
- fixes https://github.com/dani-garcia/vaultwarden/issues/6619
- also optimize the process while at it
3 months ago
Daniel García
eb2a56aea1
Update lockfile ( #6600 )
3 months ago
Daniel García
a4907f3539
Add wrapped named variants to UserDecryptionOptions ( #6598 )
3 months ago
Daniel
8801b47d80
Remove unnecessary output sharing between jobs ( #6555 )
Split step into 2 parts, since only 1 part is needed in the build job
4 months ago
Daniel
1ae9dc4119
Simplify binary extraction ( #6554 )
4 months ago
Mathijs van Veluw
02377eeac8
Update crates ( #6585 )
Signed-off-by: BlackDex <black.dex@gmail.com>
4 months ago
Mathijs van Veluw
d9c75508c2
Fix posting cipher with readonly collections ( #6578 )
* Fix posting cipher with readonly collections
This fix will check if a collection is writeable for the user, and if not error out early instead of creating the cipher first and leaving it.
It will also save some database transactions.
Fixes #6562
Signed-off-by: BlackDex <black.dex@gmail.com>
* Adjust code to delete on error
Signed-off-by: BlackDex <black.dex@gmail.com>
---------
Signed-off-by: BlackDex <black.dex@gmail.com>
4 months ago
Mathijs van Veluw
0ab7784b06
Update web-vault to v2025.12.0 ( #6577 )
Updated web-vault
Updated one crate
Signed-off-by: BlackDex <black.dex@gmail.com>
4 months ago
Daniel García
5c91058ba0
Add UserDecryptionOptions on /sync too ( #6574 )
4 months ago
Mathijs van Veluw
229b58fe4e
Update crates and Rust ( #6551 )
* Update crates and Rust
- Updated all the crates
- Updated Rust to v1.92.0
- Updated to Alpine v3.23
- Adjusted some nightly clippy lints
Signed-off-by: BlackDex <black.dex@gmail.com>
* Add new updates
Signed-off-by: BlackDex <black.dex@gmail.com>
* Updated more crates and fix mariadb
Updated more crates
Also removed older MariaDB library since Diesel has fixed this in the v2.3.5 version.
Signed-off-by: BlackDex <black.dex@gmail.com>
* Fix icon-fetch error
Signed-off-by: BlackDex <black.dex@gmail.com>
* Update GHA workflows
Signed-off-by: BlackDex <black.dex@gmail.com>
---------
Signed-off-by: BlackDex <black.dex@gmail.com>
4 months ago
Daniel García
061d320c7f
Add new accountKeys and masterPasswordUnlock fields ( #6572 )
* Add new accountKeys and masterPasswordUnlock fields
* Fmt
4 months ago
Stefan Melmuk
2c73c6c2f2
support UriMatchDefaults policy ( #6570 )
4 months ago