Skip to content
Snippets Groups Projects
  1. Feb 06, 2021
  2. Feb 03, 2021
  3. Jan 31, 2021
    • BlackDex's avatar
      JSON Response updates and small fixes · 7dff8c01
      BlackDex authored
      Updated several json response models.
      Also fixed a few small bugs.
      
      ciphers.rs:
        - post_ciphers_create:
          * Prevent cipher creation to organization without a collection.
        - update_cipher_from_data:
          * ~~Fixed removal of user_uuid which prevent user-owned shared-cipher to be not editable anymore when set to read-only.~~
          * Cleanup the json_data by removing the `Response` key/values from several objects.
        - delete_all:
          * Do not delete all Collections during the Purge of an Organization (same as upstream).
      
      cipher.rs:
        - Cipher::to_json:
          * Updated json response to match upstream.
          * Return empty json object if there is no type_data instead of values which should not be set for the type_data.
      
      organizations.rs:
        * Added two new endpoints to prevent Javascript errors regarding tax
      
      organization.rs:
        - Organization::to_json:
          * Updated response model to match upstream
        - UserOrganization::to_json:
          * Updated response model to match upstream
      
      collection.rs:
        - Collection::{to_json, to_json_details}:
          * Updated the json response model, and added a detailed version used during the sync
        - hide_passwords_for_user:
          * Added this function to return if the passwords should be hidden or not for the user at the specific collection (used by `to_json_details`)
      
      Update 1: Some small changes after comments from @jjlin.
      Update 2: Fixed vault purge by user to make sure the cipher is not part of an organization.
      
      Resolves #971
      Closes #990, Closes #991
      7dff8c01
    • BlackDex's avatar
      Updated dependencies and small mail fixes · 58606796
      BlackDex authored
      - Updated rust nightly
      - Updated depenencies
      - Removed unicode support for regex (less dependencies)
      - Fixed dependency and nightly changes/deprications
      - Some mail changes for less spam point triggering
      58606796
  4. Jan 27, 2021
  5. Jan 25, 2021
  6. Jan 24, 2021
  7. Jan 22, 2021
  8. Jan 19, 2021
    • Daniel García's avatar
      Merge pull request #1316 from BlackDex/admin-interface · 85adcf1a
      Daniel García authored
      Updated the admin interface
      85adcf1a
    • Daniel García's avatar
      Merge pull request #1314 from jjlin/image-labels · 9abb4d28
      Daniel García authored
      Add `org.opencontainers` labels to Docker images
      9abb4d28
    • BlackDex's avatar
      Updated the admin interface · 235ff447
      BlackDex authored
      Mostly updated the admin interface, also some small other items.
      
      - Added more diagnostic information to (hopefully) decrease issue
        reporting, or at least solve them quicker.
      - Added an option to generate a support string which can be used to
        copy/paste on the forum or during the creation of an issue. It will
      try to hide the sensitive information automatically.
      - Changed the `Created At` and `Last Active` info to be in a column and
        able to sort them in the users overview.
      - Some small layout changes.
      - Updated javascript and css files to the latest versions available.
      - Decreased the png file sizes using `oxipng`
      - Updated target='_blank' links to have rel='noreferrer' to prevent
        javascript window.opener modifications.
      235ff447
  9. Jan 18, 2021
  10. Jan 12, 2021
  11. Jan 09, 2021
    • Jeremy Lin's avatar
      Use Docker Buildx for multi-arch builds · 5633b6ac
      Jeremy Lin authored
      The bitwarden_rs code is still cross-compiled exactly as before, but Docker
      Buildx is used to rewrite the resulting Docker images with correct platform
      metadata (reflecting the target platform instead of the build platform).
      Buildx also now handles building and pushing the multi-arch manifest lists.
      5633b6ac
  12. Dec 17, 2020
  13. Dec 16, 2020
    • BlackDex's avatar
      Updated Github Actions, Fixed Dockerfile · feefe690
      BlackDex authored
      - Updated the Github Actions to build just one binary with all DB
        Backends.
      
      - Created a hadolint workflow to check and verify Dockerfiles.
      - Fixed current hadolint errors.
      - Fixed a bug in the Dockerfile.j2 which prevented the correct libraries
        and tools to be installed on the Alpine images.
      
      - Deleted travis.yml since that is not used anymore
      feefe690
  14. Dec 15, 2020
  15. Dec 14, 2020
Loading