- 01 Apr, 2016 4 commits
- 31 Mar, 2016 11 commits
-
-
JC Brand authored
-
JC Brand authored
Fixes reconnects for certain usecases not yet covered.
-
JC Brand authored
and auto_login is true and credentials_url is set. Trying to handle the case where tokens are used for credentials_url (and the token is expired). Not yet 100% happy with this implementation.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Also add the ability to disable MAM for certain chats (such as the headlines chat).
-
JC Brand authored
updates #622
-
JC Brand authored
-
JC Brand authored
One visible effect is that when this component is now removed, minimize buttons are not visible on the chat boxes. updates #622
-
JC Brand authored
via the new config option credentials_url
-
- 30 Mar, 2016 2 commits
-
-
JC Brand authored
-
JC Brand authored
Don't call trimChats in onChatBoxAdded event. Reduntant because it will be called after maximization and after being shown. Add new method getShownChats and don't trim if only one or zero chats are being shown. Don't trim chats when in responsive mode. Don't call trimChats unnecessarily in the render method of the trimmed chats thingy.
-
- 29 Mar, 2016 8 commits
- 28 Mar, 2016 5 commits
-
-
JC Brand authored
- Don't trim if not connected. - Move trimChats call to converse-minimized - Immediately hide view to avoid race conditions.
-
JC Brand authored
-
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.
-
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.
-
JC Brand authored
Remove split of fullname. Fixes #609
-
- 23 Mar, 2016 2 commits
-
-
Viktor Liu authored
-
JC Brand authored
-
- 22 Mar, 2016 4 commits
- 21 Mar, 2016 4 commits