1. 27 Oct, 2018 9 commits
  2. 26 Oct, 2018 15 commits
  3. 25 Oct, 2018 14 commits
  4. 24 Oct, 2018 2 commits
    • JC Brand's avatar
      Don't store the `File` object in browserStorage · e0f06176
      JC Brand authored
      With the recent fixes in backbone.browserStorage, the 'file' attributes
      gets persisted to browserStorage before Converse tries to upload the
      file.
      
      The File object can't actually be serialized, so an empty map gets
      stored and then returned together with a 'change' event.
      
      Instead, store the file as a direct attribute on the message object.
      
      Fixes #1261
      e0f06176
    • JC Brand's avatar
      Avoid inserting invalid dates and/or empty divs · 53b12399
      JC Brand authored
      53b12399