This project is mirrored from https://gitee.com/NQL886/vault.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 02 Dec, 2021 1 commit
    • Jim Kalafut's avatar
      Unhide or remove docs sidebar elements (#13198) · 41b31fc5
      Jim Kalafut authored
      A few sidebar elements are hidden for unknown reasons. If we have a
      reason to keep them hidden (vs deleting the element and associated docs),
      maybe we could add `"_comment":"Hidden because ..."` to them.
      
      A few other elements were definitely obsolete so I've removed them.
      41b31fc5
  2. 01 Dec, 2021 1 commit
  3. 30 Nov, 2021 1 commit
  4. 29 Nov, 2021 1 commit
  5. 27 Nov, 2021 1 commit
  6. 24 Nov, 2021 2 commits
  7. 23 Nov, 2021 2 commits
  8. 19 Nov, 2021 3 commits
  9. 18 Nov, 2021 4 commits
  10. 17 Nov, 2021 10 commits
  11. 16 Nov, 2021 10 commits
  12. 15 Nov, 2021 4 commits
    • Matt Schultz's avatar
      Return non-retryable errors on transit encrypt and decrypt failures (#13111) · 7c651e73
      Matt Schultz authored
      * Return HTTP 400s on transit decrypt requests where decryption fails. (#10842)
      
      * Don't abort transit batch encryption when a single batch item fails.
      
      * Add unit tests for updated transit batch decryption behavior.
      
      * Add changelog entry for transit encrypt/decrypt batch abort fix.
      
      * Simplify transit batch error message generation when ciphertext is empty.
      
      * Return error HTTP status codes in transit on partial batch decrypt failure.
      
      * Return error HTTP status codes in transit on partial batch encrypt failure.
      
      * Properly account for non-batch transit decryption failure return. Simplify transit batch decryption test data. Ensure HTTP status codes are expected values on batch transit batch decryption partial failure.
      
      * Properly account for non-batch transit encryption failure return. Actually return error HTTP status code on transit batch encryption failure (partial or full).
      7c651e73
    • Chelsea Shaw's avatar
      Prevent constant-refresh UI bug (#12896) · bb579b64
      Chelsea Shaw authored
      bb579b64
    • Rémi Lapeyre's avatar
      Fix some typos (#12289) · 73b9f198
      Rémi Lapeyre authored
      73b9f198
    • Yoko Hyakuna's avatar
      Fix out-dated hyperlink (#13145) · c6cf9b58
      Yoko Hyakuna authored
      c6cf9b58