1. 04 Nov, 2020 3 commits
  2. 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
  3. 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
  4. 29 Oct, 2020 4 commits
  5. 28 Oct, 2020 1 commit
  6. 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
  7. 26 Oct, 2020 1 commit
  8. 23 Oct, 2020 9 commits
  9. 21 Oct, 2020 1 commit
  10. 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
  11. 19 Oct, 2020 1 commit
  12. 15 Oct, 2020 4 commits
  13. 14 Oct, 2020 2 commits
  14. 13 Oct, 2020 4 commits
  15. 09 Oct, 2020 2 commits
  16. 08 Oct, 2020 1 commit