Skip to content
Snippets Groups Projects
  1. Sep 01, 2023
  2. Aug 31, 2023
  3. Aug 24, 2023
    • Stefan Melmuk's avatar
      add minimal secretsmanager plan for web-v2023.8.x · 33ef70c1
      Stefan Melmuk authored
      in web-v2023.8.x the getPlans() call was changed from `/plans/` to `/plans/all`
      and the create new organization form also requires a bitwardenProduct to
      differentiate between plans for PasswordManager and the SecretsManager
      33ef70c1
  4. Aug 13, 2023
  5. Aug 12, 2023
  6. Jul 31, 2023
    • BlackDex's avatar
      Fix UserOrg status during LDAP Import · d892880d
      BlackDex authored
      When a user does not have an account yet and SMTP was disabled it would
      set the UserOrg status still to Accepted, though that would make it
      possible to verify the user by the Org Admin's.
      This would fail, since the user didn't actually crated his account, and
      therefor no PublicKey existed.
      
      This PR fixes this behaviour by checking if the password is empty and if
      so, puts the user to an `Invited` state instead of `Accepted`.
      
      Fixes #3737
      d892880d
  7. Jul 29, 2023
    • BlackDex's avatar
      Fix .env.template file · 4395e8e8
      BlackDex authored
      There was one item missing and one item wrongly named.
      This has been fixed including a spellcheck.
      4395e8e8
  8. Jul 17, 2023
  9. Jul 14, 2023
  10. Jul 12, 2023
    • BlackDex's avatar
      Fix some external_id issues · 631d022e
      BlackDex authored
       - 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
      631d022e
    • GeekCorner's avatar
      feat: Add support for forwardemail · 211f4492
      GeekCorner authored
      211f4492
  11. Jul 10, 2023
  12. Jul 06, 2023
  13. Jul 05, 2023
  14. Jul 04, 2023
Loading