Daniel and GitHub
21efc0800d
Actually use Device Type for mails ( #4916 )
...
- match Bitwarden behaviour
- add a different segment in mails for Device Name
2024-09-18 19:03:15 +02:00
Daniel and GitHub
66baa5e7d8
Update Rust version & crates ( #4928 )
2024-09-07 10:39:29 +02:00
Daniel and GitHub
7d47155d83
Update email footer padding values ( #4838 )
...
- looks better, the Github logo was too close to the bottom
- also fix a minor issue in the new device log in HTML template
2024-08-17 22:48:10 +02:00
Daniel and GitHub
a1204cc935
Update Rust to 1.80.1 ( #4831 )
2024-08-09 11:52:56 +02:00
Daniel and GitHub
e7d5c17ff7
Fix mail::send_incomplete_2fa_login panic issue ( #4792 )
...
- fixes https://github.com/dani-garcia/vaultwarden/issues/4528
2024-08-07 22:45:41 +02:00
Daniel and GitHub
a7be8fab9b
Remove lowercase conversion for featureStates ( #4820 )
...
- needed to match Bitwarden, some of the feature flags might have uppercase characters (for example: ```PM-4154-bulk-encryption-service```)
2024-08-07 21:55:58 +02:00
Daniel and GitHub
d7df0ad79e
Rewrite the Push Notifications section in the configuration template ( #4805 )
...
- also update the European Union related information for a working setup
- fixes https://github.com/dani-garcia/vaultwarden/issues/4609
2024-07-30 19:42:56 +02:00
Daniel and GitHub
d335187172
Update rust-toolchain.toml to 1.80.0 ( #4784 )
2024-07-25 21:23:09 +02:00
Daniel and GitHub
0e53f58288
Fix Dockerfile linter warnings ( #4763 )
...
- they seem to have started appearing with buildx v0.16.0
- skip lint check for FromPlatformFlagConstDisallowed and RedundantTargetPlatform
2024-07-24 00:28:07 +02:00
Daniel and GitHub
bc7ceb2ee3
Update crates & fix crate vulnerability ( #4771 )
...
- fixes GHSA-q445-7m23-qrmw by updating openssl to version 0.10.66
2024-07-24 00:26:39 +02:00
Daniel and GitHub
0e8b410798
Switch registry cache compression algorithm to zstd ( #4704 )
...
- faster builds than with gzip (the default)
2024-07-08 23:27:39 +02:00
Daniel and GitHub
d9835f530c
Remove duplicate registry step ( #4703 )
2024-07-04 19:57:49 +02:00
Daniel and GitHub
8e2a87fd79
Remove mimalloc workaround ( #4606 )
...
- libatomic linking for armv6 has been fixed in https://github.com/purpleprotocol/mimalloc_rust/commit/992c9da4c5afba7fbf4c5815c43c8f0fbd2a8da6
2024-06-24 19:44:21 +02:00
Daniel and GitHub
8e7b27cc36
Update Alpine to version 3.20 ( #4583 )
...
- needed to add double quotes, otherwise it was parsed as 3.2 instead of 3.20
2024-05-25 15:19:53 +02:00
Daniel and GitHub
d230ee087c
Fix web-vault version in Docker(files/Settings) ( #4575 )
2024-05-25 15:18:59 +02:00
Daniel and GitHub
3261534438
Optimize Dockerfiles ( #4532 )
...
Move some ARGs closer to the build stage (potentially improving caching)
Remove redundant COPY commands
Remove redundant RUN command
Move CARGO_HOME's "&&" operator to the first line (improves consistency)
2024-05-19 20:32:36 +02:00