1. 28 Mar, 2016 3 commits
    • JC Brand's avatar
      Remove ChatBox views when they get closed. · ed4b9a85
      JC Brand authored
      Previously views were only hidden, but not removed. This was an unnecessary
      "optimization" which introduced unnecessary complexity.
      
      Problem solved was that closing minimized chats didn't dereference the model
      for hidden "normal" chat views, causing an exception to be raised when trying
      to log out.
      ed4b9a85
    • JC Brand's avatar
      Bugfix for headline messages. · f353fe86
      JC Brand authored
      Couldn't handle messages with no "from" attribute.
      Some refactoring to add code that checks if a messages is a headline to the
      utils module.
      Updated tests. Add sinon so that we can test returned value of spy.
      f353fe86
    • JC Brand's avatar
      Merge pull request #617 from lixmal/master · b3e9a177
      JC Brand authored
      Remove split of fullname. Fixes #609
      b3e9a177
  2. 23 Mar, 2016 2 commits
  3. 22 Mar, 2016 4 commits
  4. 21 Mar, 2016 7 commits
  5. 20 Mar, 2016 1 commit
  6. 19 Mar, 2016 3 commits
  7. 18 Mar, 2016 4 commits
  8. 17 Mar, 2016 2 commits
  9. 16 Mar, 2016 14 commits