Skip to content
Snippets Groups Projects
  1. Sep 25, 2022
  2. Sep 24, 2022
    • BlackDex's avatar
      Fix organization vault export · ae59472d
      BlackDex authored
      Since v2022.9.x it seems they changed the export endpoint and way of working.
      This PR fixes this by adding the export endpoint.
      
      Also, it looks like the clients can't handle uppercase first JSON key's.
      Because of this there now is a function which converts all the key's to lowercase first.
      
      I have an issue reported at Bitwarden if this is expected behavior: https://github.com/bitwarden/clients/issues/3606
      
      Fixes #2760
      Fixes #2764
      Unverified
      ae59472d
  3. Sep 22, 2022
    • BlackDex's avatar
      Add support for send v2 API endpoints · 5a07b193
      BlackDex authored
      This PR adds support for the Send v2 API.
      It should prevent 404 errors which could cause some issues with some
      configurations on some reverse proxies.
      
      In the long run, we can probably remove the old file upload API, but for
      now lets leave it there, since Bitwarden also still has this endpoint in
      the code.
      
      Might fixes #2753
      Unverified
      5a07b193
  4. Sep 16, 2022
  5. Sep 15, 2022
    • Aaron's avatar
      fix: tooltip typo · 1d074f7b
      Aaron authored
      1d074f7b
    • BlackDex's avatar
      Update build workflow · 81984c4b
      BlackDex authored
      Currently the branch protection is set on specific workflows which needs
      to be run every time a PR is created (or a push).
      
      Because it isn't possible to tell the branch protection only to do it's
      job if specific files are touched or not, we just need to make sure
      these jobs are always started.
      
      Also, because we now check the builds for an MSRV, and the title would
      change all the time, that would cause the branch protection to be
      updated everytime the MSRV would change. This is now also addressed by
      naming that job 'msrv' instead of the version number.
      Unverified
      81984c4b
  6. Sep 12, 2022
  7. Sep 08, 2022
Loading