1. 21 Nov, 2019 1 commit
    • Arturo Herrero's avatar
      Encrypt application setting tokens · 03ae7517
      Arturo Herrero authored
      This is the plan to encrypt the plaintext tokens:
      
      First release (this commit):
        1. Create new encrypted fields in the database.
        2. Start populating new encrypted fields, read the encrypted fields or
           fallback to the plaintext fields.
        3. Backfill the data removing the plaintext fields to the encrypted fields.
      
      Second release:
        4. Remove the virtual attribute (created in step 2).
        5. Drop plaintext columns from the database (empty columns after step 3).
      03ae7517
  2. 20 Nov, 2019 4 commits
  3. 19 Nov, 2019 3 commits
  4. 18 Nov, 2019 2 commits
  5. 15 Nov, 2019 1 commit
  6. 04 Nov, 2019 3 commits
  7. 30 Oct, 2019 1 commit
  8. 28 Oct, 2019 2 commits
  9. 25 Oct, 2019 4 commits
  10. 24 Oct, 2019 13 commits
  11. 23 Oct, 2019 6 commits