- 25 Oct, 2018 9 commits
-
-
JC Brand authored
-
JC Brand authored
In both cases we need the `catch` statement due to the fact that a sendIQ call gets made which rejects for error stanzas (and I find the Promise form much compacter). Additionally, we don't want to hold up subsequent execution until the element has been faded out.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
So that we know an event will be emitted when the stanza is sent.
-
JC Brand authored
-
JC Brand authored
This is probably fine as a patch release. Even tough files have been moved around, the API is still the same.
-
JC Brand authored
-
- 24 Oct, 2018 3 commits
-
-
JC Brand authored
With the recent fixes in backbone.browserStorage, the 'file' attributes gets persisted to browserStorage before Converse tries to upload the file. The File object can't actually be serialized, so an empty map gets stored and then returned together with a 'change' event. Instead, store the file as a direct attribute on the message object. Fixes #1261
-
JC Brand authored
-
Emmanuel Gil Peyrot authored
-
- 23 Oct, 2018 12 commits
-
-
JC Brand authored
Fix headless build webpack config
-
cmrd Senya authored
-
JC Brand authored
so that we can emit an event when sending a stanza.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
#1257: Prefer 'probably' over 'maybe' when evaluating Audio support.
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
Guus der Kinderen authored
-
- 22 Oct, 2018 15 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
- Also update versions in package.json - Update Makefile
-
cmrd Senya authored
-
cmrd Senya authored
-
cmrd Senya authored
-
cmrd Senya authored
* Update moved dependencies references to @converse/headless * Remove unused webpack resolve aliases
-
cmrd Senya authored
* Link internal dependencies by relative path * Don't use webpack aliases for external dependencies to reduce user-side configuration
-
cmrd Senya authored
-
cmrd Senya authored
-
JC Brand authored
-
ButterflyOfFire authored
Arabic: Currently translated at 82.9% (297 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ar/ Norwegian Bokmål: Currently translated at 62.8% (225 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nb/ French: Currently translated at 98.8% (354 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/ Hungarian: Currently translated at 100.0% (358 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/hu/ Polish: Currently translated at 80.7% (289 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pl/ Czech: Currently translated at 99.7% (357 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/cs/ Romanian: Currently translated at 26.8% (96 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ro/ Spanish: Currently translated at 60.0% (215 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/es/ German: Currently translated at 88.2% (316 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/ Basque: Currently translated at 100.0% (358 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/eu/ Japanese: Currently translated at 100.0% (358 of 358 strings) Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ja/
-
JC Brand authored
Convert more promise-based tests to async/await
-
JC Brand authored
- Use async/await instead of promises. - Use different room jids (to try and see whether this fixes heisenbugs on travis)
-
- 21 Oct, 2018 1 commit
-
-
JC Brand authored
updates #1209
-