- 21 Sep, 2020 3 commits
-
-
nautilusx authored
Currently translated at 99.2% (498 of 502 strings) Translation: Converse.js/Translations Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
-
JC Brand authored
Instead of overriding createChatBox, set 'hidden' flag via defaults
-
JC Brand authored
-
- 18 Sep, 2020 14 commits
-
-
JC Brand authored
-
Christoph Scholz authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
Site HTML: make links relative
-
JC Brand authored
-
JC Brand authored
Due to Lerna's hoisting, it's in the top-level node_modules
-
JC Brand authored
* Remove CleanWebpackPlugin This pugin would wipe the non-minified files every time `make dist` was called, and generally made it more difficult to build only particular files. * Use order-only prerequisites for the `dist` Make recipe This allows more efficient building because order-only prerequisites don't force a rebuild of the main recipe. https://www.gnu.org/software/make/manual/make.html#Prerequisite-Types
-
JC Brand authored
This fixes anonymous logins
-
JC Brand authored
-
- 17 Sep, 2020 8 commits
- 16 Sep, 2020 1 commit
-
-
JC Brand authored
-
- 15 Sep, 2020 2 commits
-
-
dependabot[bot] authored
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
-
Abelardo Vieira Mota authored
-
- 11 Sep, 2020 3 commits
- 10 Sep, 2020 7 commits
-
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
-
JC Brand authored
instead of querying the stanza. Also fixes a bug where typing notifications triggered an AttributeError inside `shouldNotifyOfGroupMessage`
-
JC Brand authored
Fixes a bug whereby carbons weren't being enabled because the listener for `afterResourceBinding` was registered before `converse.initialize` was called,(which means it was removed as soon as `cleanup` was called inside `converse.initialize`). This shows that event `api.listen` API calls can/should only be called inside the `initialize` method of a plugin (or at least once plugins have been initialized).
-
JC Brand authored
Removed Jed from the headless build and instead let `__` call sprintf. It's now up to downstream users for `@converse/headless` to decide whether they want i18n support for the few translatable strings in that package and to implement it themselves.
-
- 09 Sep, 2020 2 commits