Skip to content
  1. Sep 06, 2015
    • Daniel Gultsch's avatar
      indicate broken pep in server info · eff173eb
      Daniel Gultsch authored
      eff173eb
    • Andreas Straub's avatar
      Only show that have sessions in fingerprint list · a95c451f
      Andreas Straub authored
      Doesn't access database directly anymore but goes through AxolotlService
      now to obtain list of fingerprints associated with an Account/Contact.
      This should prevent orphaned keys littering the UI which previously
      couldn't be removed through the Clear Devices function.
      
      Together with 1c79982da84964c1d81179a0927d9cd1eadf53de this fixes #1393
      a95c451f
    • Andreas Straub's avatar
      Don't manually add keys to the store · 2bb03326
      Andreas Straub authored
      There is no need to preemptively add the keys to the store oneself.
      SessionBuilder will take care of this for us. What's more, this will
      prevent IdentityKeys from otherwise invalid bundles to show up in our
      UI.
      2bb03326
  2. Sep 05, 2015
    • Daniel Gultsch's avatar
      add null pointer check to db migration · 2c4a6b09
      Daniel Gultsch authored
      2c4a6b09
    • Andreas Straub's avatar
      Never build a session with oneself · e2d506c9
      Andreas Straub authored
      If we detect our own ID is not in our own devicelist on receiving an
      update, we reannounce ourselves. This used to have the side effect of
      modifying the list of devices we thought were in the update set, causing
      us to accidentally build a session with ourselves.
      
      This lead to our own key being set to TRUSTED_INACTIVE, resulting in red
      lock icons on messages sent by the own device.
      
      We fix this by having publishOwnDeviceId() operate on a copy of the
      original set. This commit also includes a db migration which deletes
      sessions with oneself and sets own keys back to TRUSTED.
      e2d506c9
    • Daniel Gultsch's avatar
      a32a577e
  3. Sep 04, 2015
  4. Sep 02, 2015
  5. Sep 01, 2015
  6. Aug 31, 2015
  7. Aug 30, 2015
  8. Aug 28, 2015
  9. Aug 27, 2015
  10. Aug 26, 2015
  11. Aug 25, 2015
Loading