Skip to content
Snippets Groups Projects
  1. May 25, 2024
  2. May 19, 2024
  3. Apr 27, 2024
    • Daniel García's avatar
      Some fixes for the new mobile apps (#4526) · 0fe93ede
      Daniel García authored
      Unverified
      0fe93ede
    • Stefan Melmuk's avatar
      fix emergency access invites (#4337) · e9aa5a54
      Stefan Melmuk authored
      * fix emergency access invites with no mail
      
      when mail is disabled instead of accepting emergency access for all
      invited users automatically, we only accept if the user already exists
      
      on registration of a new account any open emergency access invitations
      will be accepted, if mail is disabled
      
      also prevent invited emergency access contacts to register if emergency
      access is disabled (this is only relevant for when mail is enabled, if
      mail is disabled they should have an Invitation entry)
      
      * delete emergency access invitations
      
      if an invited user is deleted in the /admin panel their emergency
      access invitation will remain in the database which causes
      the to_json_grantee_details fn to panic
      
      * improve missing emergency access grantees
      
      instead of returning an empty emergency access contact the entry should
      not be added to the list. also the error handling can be improved a bit.
      Unverified
      e9aa5a54
    • Stefan Melmuk's avatar
      improve access to collections via groups (#4441) · 9dcc738f
      Stefan Melmuk authored
      * refactor get_org_collections_details
      
      * improve access to collection check
      
      * fix get_org_collection_detail too
      Unverified
      9dcc738f
    • Kristof Mattei's avatar
    • Mathijs van Veluw's avatar
      Add extra (unsupported) container build arch's (#4524) · ca9234ed
      Mathijs van Veluw authored
      There was a PR (#4370) to add i686/i386 support for Vaultwarden.
      That specific PR was not a viable way of adding this.
      
      This PR adds extra architectures for Debian based containers which we
      will not support by default. Those images will not be build and pushed
      to our container registries.
      
      Added the following architectures:
       - linux/386
       - linux/ppc64le
       - linux/s390x
      
      Again, there will be no major support for these architectures, but it
      will allow people who use these architectures to build a Debian based
      binary more easily
      Unverified
      ca9234ed
    • Daniel García's avatar
      Implement custom DNS resolver (#3988) · 27dc67fa
      Daniel García authored
      Unverified
      27dc67fa
  4. Apr 26, 2024
  5. Apr 06, 2024
  6. Mar 23, 2024
  7. Mar 19, 2024
  8. Mar 17, 2024
  9. Mar 02, 2024
  10. Feb 25, 2024
  11. Feb 19, 2024
    • seiuneko's avatar
      Fix env templateto ensure compatibility with systemd's EnvironmentFile parsing (#4315) · 94b077cb
      seiuneko authored
      * 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)
      Unverified
      94b077cb
  12. Feb 10, 2024
  13. Feb 08, 2024
  14. Feb 03, 2024
  15. Feb 02, 2024
Loading