Skip to content
Snippets Groups Projects
  1. Feb 20, 2021
  2. Feb 19, 2021
  3. Feb 15, 2021
  4. Feb 14, 2021
  5. Feb 07, 2021
  6. Feb 06, 2021
  7. Feb 03, 2021
  8. 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
  9. Jan 27, 2021
  10. Jan 25, 2021
  11. Jan 24, 2021
  12. Jan 22, 2021
  13. 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
Loading