- 09 Dec, 2019 1 commit
-
-
JC Brand authored
We now distinguish more clearly between joining and re-joining a MUC. The `enterRoom` method has been refactored away. Instead, `join` or `rejoin` should be used, depending on the circumstances. Don't fetch cached occupants in the `initialize` function, instead, only fetch them if we're restoring a MUC that we're still connected to. If we're not restoring a still-connected MUC, then we clear the occupants cache, and the messages cache if `clear_messages_on_reconnection` is `true`. updates #1807 updates #1808
-
- 06 Dec, 2019 3 commits
- 05 Dec, 2019 5 commits
-
-
JC Brand authored
Otherwise Converse might only realise we're no longer in the room when the user tries to interact with it.
-
JC Brand authored
-
raphaelSeguin authored
-
Nÿco authored
* Add screenshot for embedded view mode * Add Pàdé
-
JC Brand authored
- Remove need for the `converse-mouse-events` plugin. - Register `mousemove` and `mouseup` handlers only when necessary and only inside the MUC DOM element. - Restore converse-dragresize to roughly it's original state before work started on this. - Move `applyDragResistance` to utils. updates #1640
-
- 04 Dec, 2019 2 commits
- 03 Dec, 2019 7 commits
- 02 Dec, 2019 3 commits
- 29 Nov, 2019 19 commits
-
-
JC Brand authored
When restoring an already entered room from cache. Otherwise we end up with an empty history.
-
JC Brand authored
-
JC Brand authored
Otherwise we end up with no textarea when rendering a MUC that starts with connection_status of entered but which then needs to reconnnect.
-
JC Brand authored
if we're just going to clear them again This avoids flashing of messages followed by a spinner.
-
aitzol berasategi authored
Currently translated at 88.2% (374 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/eu/
-
Yaron Shahrabani authored
Currently translated at 93.4% (396 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/he/
-
Xosé M authored
Currently translated at 100.0% (424 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
-
Guybrush Threepwood authored
Currently translated at 35.4% (150 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/bg/
-
JC Brand authored
Currently translated at 100.0% (424 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/af/
-
Ömer Çakmak authored
Currently translated at 100.0% (424 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/tr/
-
Allan Nordhøy authored
Currently translated at 70.8% (300 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nb_NO/
-
Quentí authored
Currently translated at 100.0% (424 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/oc/
-
Antonio Morais authored
Currently translated at 82.5% (350 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pt_BR/
-
Rambox authored
Currently translated at 72.2% (306 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pl/
-
x0draude authored
Currently translated at 76.7% (325 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pt/
-
Nathan authored
Currently translated at 100.0% (424 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
-
Sylke Vicious authored
Currently translated at 100.0% (424 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/it/
-
nautilusx authored
Currently translated at 100.0% (424 of 424 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
-
JC Brand authored
- Add config variable `muc_show_logs_before_join` - Restore nickname form for the original use-case (when not showing MAM logs before joining). - Render nickname form in the `.muc-bottom-panel` when showing MAM logs (instead of in a modal) - Show a message when there aren't any archived messages to show - Fix converse-mam so that chat logs are properly fetched before entering a MUC closes #1266
-