1. 23 Aug, 2018 4 commits
    • JC Brand's avatar
      Remove the `active` flag for devices. · fd639e2d
      JC Brand authored
      Instead of setting `active` to `false`, we remove the device entirely
      (unless its the current device).
      
      Doing it this way means more fetching of bundles for devices that
      disappear and then reappear from a user's devicelist.
      
      However, there might be caching invalidation concerns with just reusing
      a cached bundle for a device id that disappeared and then reappears.
      
      Additionally this change simplifies the showing of a contact's device
      fingerprints in the modal, since we don't have to take active/inactive
      into consideration.
      
      updates #497
      fd639e2d
    • JC Brand's avatar
      Update to use `_converse.config` · 781ad3d6
      JC Brand authored
      781ad3d6
    • JC Brand's avatar
      Merge branch 'master' into converse-omemo · 5e9d6c3d
      JC Brand authored
      5e9d6c3d
    • JC Brand's avatar
      Create a new store, `_converse.config` to store `trusted` · 9f8d30dd
      JC Brand authored
      The `_converse.session` store gets cleared after logout, but we want the
      `trusted` flag to persist after logout.
      
      Also update the documentation no that the `storage` config option has
      been removed in favor of `trusted`.
      9f8d30dd
  2. 22 Aug, 2018 15 commits
  3. 21 Aug, 2018 5 commits
  4. 20 Aug, 2018 5 commits
  5. 19 Aug, 2018 2 commits
  6. 18 Aug, 2018 5 commits
  7. 16 Aug, 2018 4 commits