JC Brand
a2c7e83812
Take offset into account when parsing text for URLs
2022-02-14 19:08:26 +01:00
JC Brand
7c7b667745
MUC: Register handler to parse for commands in the plugin index.js
2022-02-14 15:17:05 +01:00
JC Brand
38519a6261
Updates #2733
...
Properly handle the same OMEMO message being recieved twice, with the
2nd one failing to decrypt.
2022-02-14 12:59:49 +01:00
JC Brand
f6c524f760
Move MUC modals to the muc-views plugin
2022-02-14 12:59:49 +01:00
JC Brand
0fb4dcac96
Translated using Weblate (Spanish)
...
Currently translated at 90.1% (460 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/es/
2022-02-10 14:24:06 +01:00
Xosé M
caf8360745
Translated using Weblate (Galician)
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
2022-02-10 14:24:06 +01:00
Dalde Pro
ea63c9a17d
Translated using Weblate (Spanish)
...
Currently translated at 90.1% (460 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/es/
2022-02-10 14:24:06 +01:00
ButterflyOfFire
6a293de86b
Translated using Weblate (Arabic)
...
Currently translated at 74.3% (379 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ar/
2022-02-10 14:24:06 +01:00
translator
5caa5aa9ae
Translated using Weblate (French)
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
2022-02-10 14:24:06 +01:00
Yaron Shahrabani
b8487cfaa6
Translated using Weblate (Hebrew)
...
Currently translated at 73.3% (374 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/he/
2022-02-10 14:24:06 +01:00
aitzol berasategi
203afea72b
Translated using Weblate (Basque)
...
Currently translated at 99.8% (509 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/eu/
2022-02-10 14:24:06 +01:00
JC Brand
7f40d1a2f2
Fix #2627
2022-02-10 13:36:22 +01:00
JC Brand
47f3109957
Dracula: Set colors for unread messages indicator and nickname autocomplete
2022-02-10 13:03:47 +01:00
JC Brand
066d29d637
Fix alignment of close button for MUC sidebar
2022-02-10 12:09:02 +01:00
JC Brand
12a2354d9e
CSS: Fix chat heading colors
2022-02-09 21:38:30 +01:00
JC Brand
d8f6a16936
Avoid unnecessary call to requestUpdate and use updateComplete
2022-02-09 21:22:38 +01:00
JC Brand
8a9e0f6d23
CSS fix for emoji picker when there are no search results
2022-02-09 20:47:29 +01:00
JC Brand
f4fdc36d31
Add modal for changing your nickname...
...
once you're already in a MUC.
2022-02-09 20:05:30 +01:00
JC Brand
ba52defdae
Move nickname tests into a new file
2022-02-09 20:05:30 +01:00
JC Brand
505416a59e
Let bookmarks be created/removed via a modal
2022-02-09 20:05:30 +01:00
JC Brand
9d250c3cbf
Fix failing test due to converse-icon being used
2022-02-09 20:05:30 +01:00
JC Brand
46e6cfb0d4
Fix some failing tests after #2803
2022-02-09 20:05:30 +01:00
afriedmanGlacier
3d8a583101
Wait for parseMessages before queuing to UI ( #2803 )
...
* parse messages before queuing
* update CHANGES
* remove unused variable
Co-authored-by: aFriedmanGlacier <afriedman@glaciersecurity.com>
2022-02-05 22:02:24 +01:00
JC Brand
337638034f
Fix TypeError
when trying to use @converse/headless
...
Fixes #2788
2022-02-03 12:39:59 +01:00
JC Brand
0f648ed1eb
Don't re-initialize OMEMO on reconnection
...
Promises only get recreated upon logout, not reconnection.
However OMEMO was getting re-initialized on reconnection and
`_converse.omemo_store` was also deleted.
This caused a race condition where an incoming MAM message would cause
`parseEncryptedMessage` that then throws an AttributeError because
`_converse.omemo_store` is undefined because OMEMO isn't yet
initialized.
Waiting for the `OMEMOInitialized` promise doesn't help because it's
still the old (already resolved) promise from before the reconnection.
2022-02-02 23:18:45 +01:00
JC Brand
d3fa925bff
Move reconnection code to Connection class
...
And avoid calling `tearDown` twice
2022-02-02 13:53:05 +01:00
JC Brand
bef2cbb462
Use SVG icons and tweak message padding
2022-01-31 23:00:26 +01:00
Rob j Loranger
125f45c447
increase stanza timeout to 20s ( #2799 )
...
* increase stanza timeout to 20s
fixes issues with higher latency connections timing out fetching stanzas
2022-01-31 12:06:30 +01:00
JC Brand
817b1200ca
CSS: fix hover color
2022-01-29 12:29:54 +01:00
JC Brand
8dcacd41bf
Add hover color for svg icons
2022-01-29 12:12:36 +01:00
JC Brand
2e9f478c87
CSS: tweak padding for avatar in message
2022-01-29 11:46:02 +01:00
JC Brand
b13c674047
Show encrypted lock icon in message as svg
2022-01-29 11:31:09 +01:00
JC Brand
dd539c7675
CSS: fix unread msgs indicator in Dracula theme
...
Also try to create some initial structure with the CSS properties to
make theming easier
2022-01-29 11:19:00 +01:00
JC Brand
818ad0955a
Add ability to switch between dark and light modes
2022-01-28 21:20:12 +01:00
JC Brand
ac473fd297
Add dark theme Dracula
...
https://draculatheme.com
2022-01-28 20:28:48 +01:00
JC Brand
11bbbb4899
Create separate theme files
2022-01-28 12:43:24 +01:00
JC Brand
0d0ee294ad
Don't fetch vcard if failed attempt was already made today
2022-01-28 12:43:24 +01:00
JC Brand
7c51147023
Use the parseMessageForCommands
hook to also parse MUC commands
...
Also fix issue where `model.getAllowedCommands()` prevents 3rd party
implementations.
2022-01-28 12:40:21 +01:00
JC Brand
003a90c71c
Don't explicitly trigger the hook parseMessageForCommands
...
inside `parseMessageForMUCCommands`.
If the function doesn't find any core MUC commands, it calls
`parseMessageForCommands` which will trigger the hook.
I think it's appropriate to give built-in commands preference above
commands by 3rd party plugins and this also solves the issue of the hook
being triggered twice (once in `parseMessageForMUCCommands` and
then again in `parseMessageForCommands`).
2022-01-27 19:12:35 +01:00
JC Brand
d06761e2a8
Fix failing tests
2022-01-27 19:12:35 +01:00
Dele Olajide
c83cc69cef
Implement new hook parseMessageForCommands
for plugins to add custom commands
2022-01-27 14:34:20 +01:00
JC Brand
351212cd13
Move webpack files into dir
2022-01-27 13:08:40 +01:00
JC Brand
007b4bce2f
Set BOSH wait
period to 59 seconds also when attaching to a session
2022-01-25 13:13:14 +01:00
JC Brand
46a5a64dda
Set id
on MUC join presence
...
This is necessary for the Bifrost Matrix-XMPP bridge
2022-01-25 13:07:03 +01:00
JC Brand
72eb9d9595
Bump Strophe version
2022-01-21 20:25:01 +01:00
JC Brand
ba6da97416
Fix syntax error in po file
2022-01-12 11:17:58 +01:00
JC Brand
fab83139f8
Translated using Weblate (Afrikaans)
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/af/
2022-01-10 15:19:05 +01:00
wroot
16626c80a7
Update Lithuanian (LT) translation
2022-01-10 14:54:27 +01:00
Andrey
c809141ee6
Translated using Weblate (Russian)
...
Currently translated at 98.2% (501 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ru/
2022-01-10 14:54:02 +01:00
Reza Almanda
53df0f8942
Translated using Weblate (Indonesian)
...
Currently translated at 66.2% (338 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/id/
2022-01-10 14:54:02 +01:00
ssantos
17678f06f6
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pt/
2022-01-10 14:54:02 +01:00
Anas Yaseen
5da069d585
Translated using Weblate (Arabic)
...
Currently translated at 73.7% (376 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ar/
2022-01-10 14:54:02 +01:00
Xosé M
10264e1647
Translated using Weblate (Galician)
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
2022-01-10 14:54:02 +01:00
Allan Nordhøy
900bb11fb0
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 70.7% (361 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nb_NO/
2022-01-10 14:54:02 +01:00
Wie Paw
1b3ab06614
Translated using Weblate (Polish)
...
Currently translated at 96.8% (494 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pl/
2022-01-10 14:54:02 +01:00
aitzol berasategi
a20188e7a8
Translated using Weblate (Basque)
...
Currently translated at 86.0% (439 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/eu/
2022-01-10 14:54:02 +01:00
random r
d55fc92c1c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/it/
2022-01-10 14:54:02 +01:00
nautilusx
0a9444c41b
Translated using Weblate (German)
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
2022-01-10 14:54:02 +01:00
nautilusx
7ebb35d80c
Translated using Weblate (German)
...
Currently translated at 99.4% (507 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
2022-01-10 14:54:02 +01:00
Eric
cada8146b6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/zh_Hans/
2022-01-10 14:54:02 +01:00
Oğuz Ersen
68bcf51ed8
Translated using Weblate (Turkish)
...
Currently translated at 99.6% (508 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/tr/
2022-01-10 14:54:02 +01:00
Xosé M
ed089d0546
Translated using Weblate (Galician)
...
Currently translated at 100.0% (510 of 510 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
2022-01-10 14:54:02 +01:00
JC Brand
6ee3ddbc8c
Make sure we're connected to MUC before sending status update
2021-12-17 20:55:57 +01:00
JC Brand
c3aafdf341
Fix TypeError and remove tab
2021-12-17 20:55:52 +01:00
JC Brand
4dc78c3742
Bump to Strophe 1.4.3
2021-12-17 17:27:03 +01:00
Dele Olajide
ee4ab47442
corrected as advised
2021-12-16 15:44:43 +01:00
Dele Olajide
4bb4f932cf
fix #2751 - Media not rendered when Converse runs in a browser extension
2021-12-16 15:44:43 +01:00
JC Brand
f25f110e0e
Avoid infinite loop when BOSH URL returns 404
2021-12-11 12:37:02 +01:00
JC Brand
e9ae5306e3
Bugfix. Avoid calling this.authenticate
twice in one method
2021-12-11 12:28:04 +01:00
JC Brand
8ad097f23f
Catch and log parser errors
2021-12-10 22:57:33 +01:00
JC Brand
048560908e
Login form: Allow user to choose the connection URL
...
if `websocket_url` and `bosh_service_url` are not set and XEP-0156
lookup was unsuccessful.
2021-12-10 22:57:33 +01:00
JC Brand
0dee9897dd
Use CustomElement
instead of ElementView
for login form
2021-12-10 22:57:33 +01:00
JC Brand
a673086941
Rename loginpanel to loginform
...
Run prettier and move constants to `constants.js`
2021-12-10 22:57:33 +01:00
JC Brand
b16d035975
Move setUserJID
to init.js
2021-12-10 22:57:33 +01:00
JC Brand
dc66c3a101
Make sure converse.initialize
still returns a Promise
2021-11-30 16:11:52 +01:00
JC Brand
47bab27f7b
Fix JSDoc syntax error and update RELEASE.md
2021-11-29 10:11:56 +01:00
JC Brand
077162529d
Release 9.0.0
2021-11-29 10:00:38 +01:00
Siddhesh Mhadnak
32bc8917ab
Translated using Weblate (Marathi)
...
Currently translated at 5.5% (28 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/mr/
2021-11-29 09:35:28 +01:00
Kiiryth X
b418db5643
Translated using Weblate (Bulgarian)
...
Currently translated at 32.0% (163 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/bg/
2021-11-29 09:35:28 +01:00
Siw Falch
1c247969b4
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 71.1% (362 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nb_NO/
2021-11-29 09:35:28 +01:00
Eric
c178cbbcd8
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (509 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/zh_Hans/
2021-11-29 09:35:28 +01:00
52871299hzy
d31f1ce317
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.2% (505 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/zh_Hans/
2021-11-29 09:35:28 +01:00
random r
209bea2fcc
Translated using Weblate (Italian)
...
Currently translated at 100.0% (509 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/it/
2021-11-29 09:35:28 +01:00
Kim Alvefur
c820920b2c
Translated using Weblate (Swedish)
...
Currently translated at 99.0% (504 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/sv/
2021-11-29 09:35:28 +01:00
Quentin PAGÈS
ed7efb2c61
Translated using Weblate (Occitan)
...
Currently translated at 80.5% (410 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/oc/
2021-11-29 09:35:28 +01:00
random r
801a21e049
Translated using Weblate (Italian)
...
Currently translated at 99.0% (504 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/it/
2021-11-29 09:35:28 +01:00
52871299hzy
a8a397d8b2
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.0% (494 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/zh_Hans/
2021-11-29 09:35:28 +01:00
Ali Frh
bdc7390eca
Translated using Weblate (Persian)
...
Currently translated at 23.9% (122 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fa/
2021-11-29 09:35:28 +01:00
Nikita Epifanov
0f99d4833e
Translated using Weblate (Russian)
...
Currently translated at 98.6% (502 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ru/
2021-11-29 09:35:28 +01:00
Jakub Tabor
b96150a629
Translated using Weblate (Polish)
...
Currently translated at 92.3% (470 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/pl/
2021-11-29 09:35:28 +01:00
Emmanuel Gil Peyrot
6001273c6f
Translated using Weblate (French)
...
Currently translated at 100.0% (509 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
2021-11-29 09:35:28 +01:00
Oğuz Ersen
430f1f5a0e
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (509 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/tr/
2021-11-29 09:35:28 +01:00
Gediminas Murauskas
128079f2a4
Translated using Weblate (Lithuanian)
...
Currently translated at 64.0% (326 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/lt/
2021-11-29 09:35:28 +01:00
Xosé M
8efafc7c25
Translated using Weblate (Galician)
...
Currently translated at 100.0% (509 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
2021-11-29 09:35:28 +01:00
nautilusx
20666a334e
Translated using Weblate (German)
...
Currently translated at 100.0% (509 of 509 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
2021-11-29 09:35:28 +01:00
JC Brand
c81841e036
Fix margin issues at different viewport sizes
2021-11-26 09:52:52 +01:00
JC Brand
3d74ed31c2
Fixes #2683 , Updates #1317
2021-11-24 22:44:02 +01:00
JC Brand
1a6a7ade73
Fixes #2715
2021-11-24 21:52:40 +01:00
JC Brand
ee4e056125
Fixes #2718 : Message is not displayed if it contains an invalid URL
2021-11-24 21:43:20 +01:00
JC Brand
e4da0f894d
MUC: Make info messages ephemeral
...
Otherwise they pollute the history and it's not easy to dedupe them
because they can be created before the MAM history is fetched.
2021-11-24 21:28:11 +01:00