1. 18 Nov, 2020 14 commits
  2. 05 Nov, 2020 2 commits
  3. 04 Nov, 2020 1 commit
  4. 02 Nov, 2020 2 commits
    • JC Brand's avatar
      Updates #1471 · bdb347b7
      JC Brand authored
      OMEMO should not be enabled if the device is not trusted and also not if
      the cache gets cleared on logout.
      bdb347b7
    • Dele Olajide's avatar
      fix #1250 (#2323) · 9f548ae8
      Dele Olajide authored
      Fixes #1250 Change favicon color when unread messages
      9f548ae8
  5. 30 Oct, 2020 1 commit
    • Dele Olajide's avatar
      fix #2321 (#2322) · 285bbbc2
      Dele Olajide authored
      When Converse runs inside a browser extension, enable browser sync and local storage for persistent storage
      285bbbc2
  6. 29 Oct, 2020 4 commits
  7. 28 Oct, 2020 1 commit
  8. 27 Oct, 2020 2 commits
    • JC Brand's avatar
      Enforce uni-view in headless code · c08ee00f
      JC Brand authored
      When we're showing only one chat at a time, we want to make sure that
      all other chats have their `hidden` flag set to `true`.
      
      Previously this was done in chatboxviews, but given that we want to
      render UI based on state, this should be done in the headless part of
      Converse.
      
      As a result of the changes, the `beforeShowingChatView` has been
      removed.
      c08ee00f
    • JC Brand's avatar
      Fix race conditions in tests · d8852c62
      JC Brand authored
      d8852c62
  9. 26 Oct, 2020 1 commit
  10. 23 Oct, 2020 9 commits
  11. 21 Oct, 2020 1 commit
  12. 20 Oct, 2020 2 commits
    • JC Brand's avatar
      Clear chat boxes when clearing cache · 7803fd23
      JC Brand authored
      7803fd23
    • JC Brand's avatar
      Split the `trusted` setting into two new ones: · 19dc6690
      JC Brand authored
      - `allow_user_trust_override`
      - `clear_cache_on_logout`
      
      The `persistent_store` setting can now also be set to `sessionStorage`
      
      The `trusted` settings was in effect playing the role of two separate settings
      and implicitly affecting a third ('persistent_store').
      
      By breaking it up, we make things more explicit and allow for new
      configurations. For example, clearing the cache on logout, while using
      some kind of persistent store.
      19dc6690