- 04 Sep, 2019 1 commit
-
-
JC Brand authored
-
- 02 Sep, 2019 1 commit
-
-
Licaon_Kter authored
...since `locked_domain` needs to be "domain.tld" and can't be just `true`... or maybe `locked_domain` needs editing instead?
-
- 23 Aug, 2019 9 commits
-
-
JC Brand authored
-
JC Brand authored
Use it to generate dist/converse-no-dependencies.js which we use to generate the converse.pot file.
-
JC Brand authored
-
JC Brand authored
- Add postcss with autoprefixer and cleancss
-
JC Brand authored
Also, remove the Promise polyfill. We don't support browsers which don't support promises.
-
JC Brand authored
- hot reloading - split config into dev and prod
-
JC Brand authored
- Removes the need for generating and keeping json files
-
JC Brand authored
-
JC Brand authored
-
- 22 Aug, 2019 12 commits
-
-
JC Brand authored
-
JC Brand authored
* Order by category * Set odering pre category (instead of just showing them alphabetically)
-
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
* Add emoji tooltip * Make categories configurable and add smileys category * Rearrange emoji categories and style & Show all emojis together
-
JC Brand authored
-
- 19 Aug, 2019 3 commits
-
-
Dele Olajide authored
-
Dele Olajide authored
-
Dele Olajide authored
This fix forces Converse.js to respect auto_join_rooms and allow auto join room to occur with server-side generated random room names as required for XEP 0142 - workgroup queues
-
- 16 Aug, 2019 1 commit
-
-
JC Brand authored
-
- 14 Aug, 2019 10 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Currently translated at 100.0% (393 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/af/
-
Thierry authored
Currently translated at 100.0% (393 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
-
ButterflyOfFire authored
Currently translated at 84.0% (330 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ar/
-
nautilusx authored
Currently translated at 100.0% (393 of 393 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
-
JC Brand authored
Also: * converted two docstrings into JSDoc format * Don't use `_.isNull`
-
JC Brand authored
can cause messages to not appear. * Check against null not Element. * Avoid iterating over non-Element nodes
-
JC Brand authored
Lately we've been fetching messages only after entering the MUC, so that we already have occupants to attach to them (due to `fetchMembers` being called before) and thereby avoid rerenders. I've now moved message fetching into the `initialize` method and added missing event handlers for attaching/removing the occupant from a message as it comes online or goes offline. We still avoid (some) rerenders because we fetch and wait for cached occupants before fetching cached messages and we wait for `fetchMembers` before triggering `enteredNewRoom` which causes MAM messages to be fetched.
-
JC Brand authored
-
- 13 Aug, 2019 3 commits