Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dani-garcia/vaultwarden Loading
base: 1.30.3
Choose a base ref
...
head repository: dani-garcia/vaultwarden Loading
compare: 1.30.4
Choose a head ref
  • 7 commits
  • 26 files changed
  • 2 contributors

Commits on Feb 2, 2024

  1. Update crates to fix new builds (#4308)

    Because handlebars yanked a version which was there for a few days, we
    need to downgrade this crate. In this process update all the others.
    
    Fixes #4307
    BlackDex committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    77cd5b5 View commit details
    Browse the repository at this point in the history
  2. Add Kubernetes environment detection (#4290)

    Also check if we are running within a Kubernetes environment.
    These do not always run using Docker or Podman of course.
    
    Also renamed all the functions and variables to use `container` instead
    of `docker`.
    BlackDex committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    569add4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Update GHA Workflows (#4309)

    - Update the workflow GH Actions.
    - Configured the release workflow to always run on main/tag as discussed
      in #4226
    
    Closes #4226
    BlackDex committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    897bdf8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Update Rust, crates and web-vault (#4328)

    - Updated Rust to v1.76.0
    - Updated crates
    - Updated web-vault to v2024.1.2b
    - Fixed some Clippy lints
    - Moved lint check configuration Cargo.toml
    - Fixed issue with Reset Password Enrollment when logged-in via device
    BlackDex committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    b9bdc9b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Change the codegen-units for low resources (#4336)

    It seems (as disscusses here #4320) a single codegen unit makes it still
    crash. This sets it to the default 16 Rust uses for the release profile.
    BlackDex committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    bb2412d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Fix env templateto ensure compatibility with systemd's EnvironmentFil…

    …e parsing (#4315)
    
    * fix: update env template for systemd compatibility
    
    Adjust env template to ensure compatibility with systemd's EnvironmentFile parsing, which only recognizes line-starting comment symbols.
    
    * Refactor SMTP and Rocket settings in .env.template
    
    - Simplify the SMTP_SECURITY and SMTP_PORT options by providing a list of choices and default values
    - Clarify the ROCKET_PORT default value depending on the environment (Docker or not)
    seiuneko committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    94b077c View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. 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
    BlackDex committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    d6b9709 View commit details
    Browse the repository at this point in the history
Loading