- 27 Oct, 2018 8 commits
-
-
JC Brand authored
Update from Weblate
-
Lorem Ipsum authored
Currently translated at 99.7% (346 of 347 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/cs/
-
Szilágyi Gyula authored
Currently translated at 100.0% (347 of 347 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/hu/
-
Allan Nordhøy authored
Currently translated at 63.4% (220 of 347 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nb/
-
ButterflyOfFire authored
Currently translated at 98.8% (343 of 347 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
-
ButterflyOfFire authored
Currently translated at 87.0% (302 of 347 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ar/
-
JC Brand authored
-
JC Brand authored
-
- 26 Oct, 2018 15 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
Fix #1252, incorrect bookmark icon title
-
JC Brand authored
Fix make help
-
JC Brand authored
Async await
-
JC Brand authored
-
JC Brand authored
Otherwise we get an unwanted horizontal scrollbar
-
JC Brand authored
-
JC Brand authored
* src/converse-controlbox.js async/await causes many tests here to fail due to the controlbox toggle now apparently showing up a little later (and the tests don't wait for it to happen). * src/converse-minimize.js We get timeout issues in tests. * src/headless/converse-chatboxes.js We get a stack overflow while running tests.
-
JC Brand authored
-
- 25 Oct, 2018 14 commits
-
-
Maxime “pep” Buquet authored
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-
Maxime “pep” Buquet authored
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-
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
-
Maxime “pep” Buquet authored
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-
Maxime “pep” Buquet authored
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-
Maxime “pep” Buquet authored
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-
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
-