1. 18 Apr, 2019 4 commits
    • JC Brand's avatar
      Upgrade to Webpack 4.28.1 · 8bc3aaa2
      JC Brand authored
      8bc3aaa2
    • JC Brand's avatar
      Refactor initialization and defaults for chat boxes · 725a382e
      JC Brand authored
      - Let box_id start with char for valid HTML.
      - No need to use SHA1 for box id
      - No need for the user_id attribute.
      - Set nickname when we set the roster contact.
      
      Also...
      
      - _converse.api.contacts.get is now async
      - _converse.api.chats.create is now async
      725a382e
    • Nÿco's avatar
      Moved file · 7c5bbfbe
      Nÿco authored
      File has moved to ./headless/ subdir
      7c5bbfbe
    • Nÿco's avatar
      Unnecessary word · d0a92fec
      Nÿco authored
      Removed "an" in "When writing an a block such as an if or while statement,"
      d0a92fec
  2. 16 Apr, 2019 7 commits
  3. 11 Apr, 2019 5 commits
  4. 10 Apr, 2019 6 commits
  5. 09 Apr, 2019 2 commits
    • JC Brand's avatar
      Prioritize roster nickname as message and chatbox display name · a75c118a
      JC Brand authored
      Set reference to roster contact on the message and chatbox object and
      listen for changes to the nickname.
      
      Currently, because chat boxes are fetched and initialized before the
      roster, messages and chats are repainted with the correct display name
      only later, causing a "flash" effect.
      
      Ideally we would only initialize the chat boxes after the roster
      contacts have been fetched, but this is currently not easily possible
      because we need the control box to render before everything else.
      a75c118a
    • JC Brand's avatar
      d450ab58
  6. 08 Apr, 2019 3 commits
  7. 05 Apr, 2019 3 commits
  8. 04 Apr, 2019 3 commits
  9. 31 Mar, 2019 7 commits