- 04 Dec, 2016 11 commits
-
-
JC Brand authored
-
JC Brand authored
and when auto_login is not `true`. Will only work if the page wasn't reloaded, because then the password will still be on the connection.
-
JC Brand authored
Instead, keep track of the connection state of the room and send a presence only when the room's connection was disrupted.
-
JC Brand authored
Switching from bookmarks form to config form shows only spinner.
-
JC Brand authored
No need to manually call `renderChatArea`.
-
JC Brand authored
- Fixed a sessionStorage caching bug caused by putting the nickname (which is liable to change) in the cache key. - Clear the occupants sessionStorage when closing a chat room.
-
JC Brand authored
Now that we cache disco info and not the room configuration.
-
JC Brand authored
Instead of the room configuration. This is because non-owners have access to the former, but not the latter.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 02 Dec, 2016 2 commits
- 30 Nov, 2016 10 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Since the element will already be taking up space (due to the `opacity:0` property being used, instead of `display:none`).
-
JC Brand authored
-
JC Brand authored
-
- 24 Nov, 2016 4 commits
- 23 Nov, 2016 3 commits
- 22 Nov, 2016 7 commits
-
-
JC Brand authored
Bug got introduced during fix for #677 Eventually had to do a significant refactoring, to more consistently use the `hidden` class instead of `display: None`. (relevant for #695)
-
JC Brand authored
Can get annoying very quickly
-
JC Brand authored
To which it's actually applicable (instead of core).
-
JC Brand authored
before populating the roster.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 21 Nov, 2016 2 commits
- 20 Nov, 2016 1 commit
-
-
JC Brand authored
Via `rooms.open` API method.
-