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.29.0
Choose a base ref
...
head repository: dani-garcia/vaultwarden Loading
compare: 1.29.1
Choose a head ref
  • 8 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 10, 2023

  1. Fix Org API Key generation on PosgreSQL

    Using PostgreSQL creating or rotating the Org API Key failed because of
    some query mismatch. This PR fixes that.
    
    Fixes #3671 (comment)
    BlackDex committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    a8e5384 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3678 from BlackDex/fix-org-api-creation-postgres

    Fix Org API Key generation on PosgreSQL
    dani-garcia committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    61f9081 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    211f449 View commit details
    Browse the repository at this point in the history
  2. Fix some external_id issues

     - Do not update `externalId` on group updates
       Groups are only updated via the web-vault currently, and those do not
       send the `externalId` value, and thus we need to prevent updating it.
     - Refactored some other ExternalId functions
     - Prevent empty `externalId` on `Collections`
     - Return `externalId` for users
    
    Fixes #3685
    BlackDex committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    631d022 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge pull request #3686 from GeekCornerGH/feat/add-forwardemail-support

    feat: Add support for forwardemail
    dani-garcia committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8707728 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3690 from BlackDex/fix-issue-3685

    Fix some external_id issues
    dani-garcia committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ab65d79 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Remove debug code during attachment download

    There was some debug code during attachment downloads.
    This produces extra logs not needed or even wanted.
    BlackDex committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4ec2507 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3704 from BlackDex/remove-debug-code

    Remove debug code during attachment download
    dani-garcia committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3dbfc48 View commit details
    Browse the repository at this point in the history
Loading