- 12 Aug, 2020 1 commit
-
-
Xavi authored
* merge only relevant settings when calling api.settings.extend * test behaviour is the one expected and change doesn't break previous tests
-
- 10 Aug, 2020 1 commit
-
-
Xavi authored
-
- 30 Jul, 2020 2 commits
-
-
JC Brand authored
It appears to break subsequent lit-html `render` calls on the `#conversejs` element because lit-html still remembers parts from before the element was cleared.
-
JC Brand authored
- Move view-related cleanup code out of core. - Call `remove` on `_converse.chatboxviews` during cleanup
-
- 29 Jul, 2020 2 commits
- 28 Jul, 2020 3 commits
- 27 Jul, 2020 3 commits
-
-
JC Brand authored
Still lacks inter-tab communication to update state across tabs, i.e. when sending a 1-on-1 message in one tab, it doesn't appear in another, because that information is not available via the websocket connection. - Create a new `Connection` class that extends Strophe.Connection and move related code from `converse-core.js` into this class. - Store the session in localStorage when using a worker - Move XEP-0156 code to connection.js This allows us to initialize the connection without needing to know the domain.
-
JC Brand authored
-
JC Brand authored
-
- 24 Jul, 2020 1 commit
-
-
JC Brand authored
-
- 22 Jul, 2020 3 commits
-
-
bernard ng authored
* fixes 2059 add a separator between views
-
JC Brand authored
-
JC Brand authored
-
- 20 Jul, 2020 1 commit
-
-
JC Brand authored
-
- 17 Jul, 2020 3 commits
- 14 Jul, 2020 6 commits
-
-
JC Brand authored
If a message comes in after joining the MUC but before the MAM messages have been fetched, then converse-mam will query for MAM messages newer than that message, causing an empty history (except for that one message).
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
It's currently only used by the MUC header to render URLs in the subject
-
JC Brand authored
-
JC Brand authored
- Don't replace entire textarea when entering a second emoji - Focus emoji picker on tab completion when it's already opened
-
- 13 Jul, 2020 7 commits
- 10 Jul, 2020 5 commits
- 09 Jul, 2020 2 commits