- 19 Nov, 2020 6 commits
-
-
Yaron Shahrabani authored
Currently translated at 75.6% (382 of 505 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/he/
-
JC Brand authored
-
Oğuz Ersen authored
Currently translated at 100.0% (505 of 505 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/tr/
-
Xosé M authored
Currently translated at 100.0% (505 of 505 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
-
JC Brand authored
-
JC Brand authored
-
- 18 Nov, 2020 22 commits
-
-
J. Lavoie authored
Currently translated at 99.8% (501 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pt_BR/ Translated using Weblate (Spanish) Currently translated at 90.6% (455 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/es/ Translated using Weblate (Finnish) Currently translated at 86.0% (432 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fi/ Translated using Weblate (Italian) Currently translated at 100.0% (502 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/it/ Translated using Weblate (Polish) Currently translated at 80.8% (406 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pl/ Translated using Weblate (French) Currently translated at 100.0% (502 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
-
JC Brand authored
-
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 1 commit
-
-
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.
-