- 11 Feb, 2020 13 commits
-
-
JC Brand authored
-
GriZmio authored
* This allow you to ignore some bootstrap modules you have already included/imported to your project. Fix error: In a webpage you are already using bootstrap and have a dropdown, but you have to click twice to make it work, because conversejs added another handler. * Add: - Allow ignoring bootstrap modules using environment variable: BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown". Example: export BOOTSTRAP_IGNORE_MODULES="Modal,Dropdown" ; make dist
-
JC Brand authored
Currently translated at 100.0% (440 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/af/
-
Arunothai Supsook authored
Currently translated at 32.2% (142 of 441 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/th/
-
Arunothai Supsook authored
-
Prachi Joshi authored
Currently translated at 8.6% (38 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/mr/
-
Антон authored
Currently translated at 88.2% (388 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ru/
-
Szilágyi Gyula authored
Currently translated at 83.0% (365 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/hu/
-
Tymofij Lytvynenko authored
Currently translated at 31.4% (138 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/uk/
-
Nathan authored
Currently translated at 99.8% (439 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
-
Licaon Kter authored
Currently translated at 48.9% (215 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ro/
-
Mako N authored
Currently translated at 100.0% (440 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ja/
-
Xosé M authored
Currently translated at 100.0% (440 of 440 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
-
- 10 Feb, 2020 2 commits
- 07 Feb, 2020 10 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- Collapse 3 different loops into one. - Check all saved stanza ids in the parsed attrs, not just the archive id - Remove check for archive id in converse-mam since it just duplicates what's now being done in converse-chat - Don't use disco to check for support, XEP-359 mandates that services SHOULD advertise support, which is not a strong enough guarantee that they do. updates #1856
-
JC Brand authored
Only set `id` once we've actually parsed the sender attributes, otherwise `attrs.from` is `undefined`. Use `Array.prototype.reduce` to generate stanza_ids attributes map. Add `from_muc` attribute which contains the MUC JID
-
- 06 Feb, 2020 3 commits
- 05 Feb, 2020 3 commits
- 04 Feb, 2020 1 commit
-
-
JC Brand authored
-
- 03 Feb, 2020 4 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- Use async/await - Wait for devices to be created before continuing
-
JC Brand authored
to rely on the parsed stanza attributes This was to fix a bug whereby a full stanza was used to query for 1:1 messages with a full JID when the bare JID is stored. We now are sure that the attributes we're using to query for duplicates are the same attributes that get saved for a messages.
-
- 31 Jan, 2020 1 commit
-
-
JC Brand authored
-
- 30 Jan, 2020 3 commits