- 16 Mar, 2016 3 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
to prevent potential phishing attacks. More info here: https://mathiasbynens.github.io/rel-noopener
-
- 15 Mar, 2016 3 commits
-
-
JC Brand authored
-
JC Brand authored
Fixes an issue whereby those tokens are passed in but not used and instead converse attempts to restore the session (and then totally ignores the tokens when it fails). Makes sense to me that you'd want your passed in tokens to be used always, even when there are restorable tokens.
-
JC Brand authored
-
- 14 Mar, 2016 15 commits
- 09 Mar, 2016 11 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Not in the onAdded handler.
-
JC Brand authored
-
JC Brand authored
Otherwise it gets debounced for multiple instances and certain chat boxes will then not get shown.
-
JC Brand authored
Don't call trimChats when the box is minimized or maximized, instead call it only when the minimized chats toggle appears or disappears, since that's the element that adds/removes space. Also, a fix. 'onShow' has been renamed to 'onMaximized'
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 08 Mar, 2016 7 commits
-
-
JC Brand authored
updates #443
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
updates #443
-
JC Brand authored
In the process refactored the code being tested. - Move notifications code in MUC to src/converse-notification.js - Trigger the 'contactStatusChanged' event in RosterContact and not in ChatBoxView (which might not exist).
-
JC Brand authored
prevous fix wasn't correct. Rename handlers to make it clear which methods are the event handlers, put them together and make sure docstrings are relevant.
-
JC Brand authored
-
- 07 Mar, 2016 1 commit
-
-
JC Brand authored
-