- 18 Nov, 2020 20 commits
-
-
Tymofij Lytvynenko authored
Currently translated at 34.4% (173 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/uk/
-
zilliu authored
Currently translated at 99.2% (498 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/zh_Hant/
-
Balázs Meskó authored
Currently translated at 100.0% (502 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/hu/
-
Emmanuel Gil Peyrot authored
Currently translated at 99.4% (499 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
-
nautilusx authored
Currently translated at 100.0% (502 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
-
Andrey authored
Currently translated at 83.0% (417 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ru/
-
Allan Nordhøy authored
Currently translated at 71.7% (360 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nb_NO/
-
Quentin PAGÈS authored
Currently translated at 82.8% (416 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/oc/
-
ssantos authored
Currently translated at 74.3% (373 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pt/
-
Oğuz Ersen authored
Currently translated at 100.0% (502 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/tr/
-
Xosé M authored
Currently translated at 100.0% (502 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
-
JC Brand authored
-
Christoph Scholz authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Wait when fetching config, otherwise default of `true` for `trusted` is used erroneously.
-
JC Brand authored
-
bernard-ng authored
-
JC Brand authored
-
JC Brand authored
Updating tab notifications is not something that should be done in the headless part of Converse. Don't update the tab title, having a favicon is enough.
-
- 05 Nov, 2020 2 commits
-
-
Ariel Fuggini authored
-
JC Brand authored
-
- 04 Nov, 2020 1 commit
-
-
JC Brand authored
-
- 02 Nov, 2020 2 commits
-
-
JC Brand authored
OMEMO should not be enabled if the device is not trusted and also not if the cache gets cleared on logout.
-
Dele Olajide authored
Fixes #1250 Change favicon color when unread messages
-
- 30 Oct, 2020 1 commit
-
-
Dele Olajide authored
When Converse runs inside a browser extension, enable browser sync and local storage for persistent storage
-
- 29 Oct, 2020 4 commits
-
-
JC Brand authored
-
JC Brand authored
In MUCs, messages are fetched too late in order for it to be practical to wait for messages before rendering various parts of the MUC view. Previously there was a bug, in the sense that `messages.fetched` was `undefined` when being `await`ed in `updateAfterMessagesFetched`. Once this was fixed, this issue became clear.
-
JC Brand authored
since we create the `fetched` promise earlier
-
JC Brand authored
Fixes #2241
-
- 28 Oct, 2020 1 commit
-
-
JC Brand authored
-
- 27 Oct, 2020 2 commits
-
-
JC Brand authored
When we're showing only one chat at a time, we want to make sure that all other chats have their `hidden` flag set to `true`. Previously this was done in chatboxviews, but given that we want to render UI based on state, this should be done in the headless part of Converse. As a result of the changes, the `beforeShowingChatView` has been removed.
-
JC Brand authored
-
- 26 Oct, 2020 1 commit
-
- 23 Oct, 2020 6 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
In the process, turn it into a component
-
JC Brand authored
-
JC Brand authored
-
Xavi authored
* keep message in place after edition by assigning previous message original timestamp * update time displayed to keep current behaviour * add test to check a message remains in the same position of the history after being edited * briefly describe pr changes in changelog
-