- 27 May, 2019 4 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Refactored moderation by moving certain methods to the model and consolidating setting of roles and affiliations into new methods.
-
JC Brand authored
and also first check whether we have an occupant with that nickname. Since roles are session based, it doesn't make any sense to try to modify the role for a user not in the room.
-
- 26 May, 2019 3 commits
- 24 May, 2019 6 commits
-
-
JC Brand authored
-
JC Brand authored
- new config option `singleton`. - new plugin `converse-uniview` - removed `converse-embedded`. - various CSS changes, to properly render an embedded full app - don't re-open cached and non-autojoined chats in singleton mode The goal here is to extend the `embedded` `view_mode` so that the full app can also be embedded, not just a single MUC or private chat. To do this, we'll need to differentiate between multi and singleton chat apps. * A singleton chat app contains only a single chat. * A multi-chat app can contain zero or more chats So we introduce a new config option, `singleton`, which when used with `view_mode` set to `embedded` will determine whether a single chat or the full app is embedded. Similarly, in `overlayed`, `fullscreen` and `mobile` view modes, `singleton` set to true will allow only one chat within the parameters of that view mode. We're appropriating the word `singleton` and introducing the concepts of `uniview` and `multiview` (see a785ca8) to cover what was previously meant with `singleton`. updates #1297
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Since recently these tests have been failing consistently on Travis, even though they're passing locally. Ran out of time debugging the issue, so disabling some stuff for now.
-
- 23 May, 2019 5 commits
- 22 May, 2019 7 commits
-
-
JC Brand authored
-
JC Brand authored
`initializeDisco` already gets called upon reconnection which accomplishes this.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- Add `onReconnected` method for chatboxes to clear messages - Move MAM models to headless build. - New event `onChatReconnected`
-
JC Brand authored
- Save date for older message versions and display it in the modal - Properly handle the correction being received *before* the corrected message
-
- 21 May, 2019 7 commits
- 20 May, 2019 6 commits
- 19 May, 2019 2 commits