- 03 May, 2016 1 commit
-
-
JC Brand authored
-
- 28 Apr, 2016 2 commits
- 14 Apr, 2016 1 commit
-
-
José María Rubio Moral authored
* feature add catalan language * feature add catalan language
-
- 13 Apr, 2016 4 commits
- 08 Apr, 2016 2 commits
- 07 Apr, 2016 3 commits
- 06 Apr, 2016 1 commit
-
-
JC Brand authored
-
- 05 Apr, 2016 3 commits
-
-
JC Brand authored
Otherwise maximized chats are scrolled to the top, showing the oldest messages. Ideally we'd probably like to remember the scroll position, and show that, but this would require some significant refactoring.
-
JC Brand authored
Otherwise the hide event can prevent a consecutive show event. This bug becomes apparent when maximizing a minimized chat in a screen with not enough space. Another box will have to be minimized, which causes first a hide and then a show event on the minimized chats toggle.
-
JC Brand authored
- Don't call show in a room's initialize method (instead let the code be more similar to normal chats, in that it should listen to the "show" trigger). - Rename chatBoxShouldBeShown to chatBoxMayBeShown - Implement auto_join for rooms only once boxes have been fetched already.
-
- 04 Apr, 2016 3 commits
- 02 Apr, 2016 3 commits
- 01 Apr, 2016 5 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 1 commit
-
-
JC Brand authored
-