- 28 Mar, 2019 10 commits
- 27 Mar, 2019 11 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
We need it for mobile where (eventually) we might have the participants sidebar occupy the whole screen.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
such as <https://example.org>
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
We need to wait for the state to be fetched from storage before rendering the list.
-
JC Brand authored
-
- 26 Mar, 2019 10 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
* Ensure that outgoing messages are also marked as single emojis * Also set msgid to origin-id for sent groupchat messages
-
JC Brand authored
-
JC Brand authored
When set, the "Nickname" field won't be shown in the "Add groupchat" modal and instead the nickname will be automatically set (based on other config settings).
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
above other nickname sources.
-
JC Brand authored
-
Guus der Kinderen authored
This is a fix for https://github.com/conversejs/converse.js/issues/1508
-
- 25 Mar, 2019 2 commits
- 22 Mar, 2019 5 commits
-
-
Christoph Scholz authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
- 21 Mar, 2019 2 commits
-
-
JC Brand authored
Until now, we've only been explicitly documenting the `_converse.api` namespace and only considered the methods under it as forming the API contract (which determines how we do semver releases). It appears as if we've reached a point where trying to keep everything under the `_converse.api` namespace no longer makes sense. Certain methods are applicable to particular models and trying to shoehorn them into the `_converse.api` namespace seems clunky and non-intuitive. I've therefore decided to slightly refactor `sendMessage` to let it take two simple parameters and to document it with JSDoc so that it's presented as an API method, albeit only available on a chat model. updates #1496 updates #1504
-
JC Brand authored
-