JC Brand
f64fdb8088
Render the OMEMO lock icon in MUC toolbars as well
...
updates #1180
2018-12-20 21:51:16 +01:00
JC Brand
55bb1826ea
Update Nginx example with CORS and location to index.html
2018-12-20 18:00:22 +01:00
JC Brand
32da46af5c
The user manual has been moved to https://github.com/conversejs/user-manual
2018-12-19 11:04:03 +01:00
JC Brand
73ba427ba5
Add Make recipes for buildout and Sphinx and update docs
2018-12-19 11:03:54 +01:00
Emmanuel Gil Peyrot
d109f0a91a
Translated using Weblate (French)
...
Currently translated at 99.5% (367 of 369 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
2018-12-19 05:55:08 +01:00
ssantos
d54ab95dca
Translated using Weblate (German)
...
Currently translated at 100.0% (369 of 369 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
2018-12-19 05:54:30 +01:00
JC Brand
78e2c77b6b
Regenerated po and pot files
2018-12-19 05:51:13 +01:00
JC Brand
c8d78d744b
Fix typo and formatting in user-facing strings
2018-12-19 05:50:06 +01:00
JC Brand
d75e47db6f
Also test that MUC title changes automatically
2018-12-18 11:21:36 +01:00
JC Brand
4a65e39804
Set default to avoid includes
being called on undefined
2018-12-17 15:29:21 +01:00
Christoph Scholz
d2d64952a0
set store hint on receipts and type='chat'
2018-12-17 15:20:21 +01:00
JC Brand
38d7723bee
Don't call trimChats when not in overlayed mode
2018-12-17 15:18:36 +01:00
JC Brand
078281d0db
Add a test for configuring a MUC
2018-12-17 15:18:36 +01:00
JC Brand
82bfe66cac
Simplify setting of MUC features.
...
We don't need an event handler that sets the "opposite" features to
false if we set all features properly in getFeatures
2018-12-17 15:18:20 +01:00
JC Brand
94bcba741b
Handle non-elements, like text nodes
2018-12-17 15:17:53 +01:00
JC Brand
9c812157ee
Use async/await
2018-12-17 15:16:43 +01:00
JC Brand
93bfa3bbbe
The default used to be anon
2018-12-17 14:36:24 +01:00
JC Brand
aed1c60e86
Still trying to fix travis issue.
...
Stop listening on the _converse obj sooner
2018-12-17 12:09:56 +01:00
JC Brand
6c3990ac86
Trying to fix trimChats is not a function
on Travis
2018-12-17 11:50:56 +01:00
JC Brand
49efe390f9
Fix typo
2018-12-17 11:42:43 +01:00
JC Brand
ac79a0d169
Explain how to view docs
2018-12-17 10:36:51 +01:00
JC Brand
db41111787
Update instructions for running buildout
2018-12-17 10:30:03 +01:00
JC Brand
7ec6a0576e
Fixes #1379 No longer an indication of unread messages in MUC
2018-12-16 12:30:41 +01:00
JC Brand
d5e89655dc
Still check the view mode since the trimChats method is debounced
2018-12-16 11:32:19 +01:00
JC Brand
a389f52adb
Fixes #1353 Don't expect delivery receipts to have type chat
2018-12-16 11:22:13 +01:00
JC Brand
c49cbb366e
Updated pot and po files
2018-12-16 11:22:13 +01:00
JC Brand
b7c01993b7
User-facing term is "groupchat", not "room"
2018-12-16 11:22:12 +01:00
JC Brand
60236469db
Translated using Weblate (Afrikaans)
...
Currently translated at 55.4% (204 of 368 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/af/
2018-12-16 09:34:38 +01:00
Stelios Joseph Karras
77c68fbfab
Added translation using Weblate (English (India))
2018-12-16 09:34:38 +01:00
sergio
0adc612165
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (368 of 368 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/es/
2018-12-16 09:34:38 +01:00
JC Brand
46390b8956
Update changelog
2018-12-16 08:27:06 +01:00
Christoph Scholz
216a684904
prevent message delivery receipts for carbons and own
2018-12-15 20:04:31 +01:00
JC Brand
6ec183451d
Remove global event listener when appropriate.
...
Otherwise trimChats called in `fullscreen` tests (due to being
registered in a previous test)
2018-12-15 20:01:19 +01:00
JC Brand
9ff505fd66
Add unregisterGlobalEventHandlers method
...
And call it when `converse.initialize` gets called again
2018-12-15 20:00:36 +01:00
JC Brand
003af0c438
visibilitychange
is supported by all browsers we support
...
So simplify the code that saves the window state
2018-12-15 19:59:30 +01:00
JC Brand
935ca52b03
Test that open groupchats are shown with their bookmarked names
2018-12-15 19:31:19 +01:00
JC Brand
d5485d09ae
Always render the OMEMO lock icon
...
When OMEMO isn't possible, render it as grey.
This change makes OMEMO for MUCs easier, since there I anticipate that
OMEMO support might change dynamically based on who enters/exits the
room.
updates #1180
2018-12-14 11:25:57 +01:00
JC Brand
4cd06b645d
Bugfix. [] evaluates to truthy
2018-12-13 11:09:58 +01:00
JC Brand
9b61b2bdab
We do need a validate method, but it needed a fix.
2018-12-13 10:07:31 +01:00
JC Brand
060fd94547
Allow features to be passed in to openAndEnterChatRoom
2018-12-13 09:31:36 +01:00
JC Brand
2d511a5e96
Make openAndEnterChatRoom
and async function
2018-12-13 09:31:36 +01:00
JC Brand
c954610903
No need to call validate
here
...
Since the plugin is not enabled when it matters.
updates #1374
2018-12-13 08:57:58 +01:00
JC Brand
5dacb96b78
Don't try to create ChatBox from controlbox data in embedded mode
...
updates #1374
2018-12-12 18:52:41 +01:00
JC Brand
e38daf34f7
Remove coupling between converse-chatboxes and converse-roster
...
In embedded mode (singleton) we don't need or want the roster, so we
should be able to disable it.
updates #1374
2018-12-12 18:52:40 +01:00
JC Brand
a8ed46f672
Use async/await in spec
2018-12-12 17:40:14 +01:00
JC Brand
df3118fe81
Fix bookmark icon
2018-12-12 17:40:14 +01:00
pom2ter
aecf7f2cdf
fixing some alignment issues in the sidebar
2018-12-12 10:45:17 +01:00
JC Brand
cd29d10436
Don't include *~ files in zip
2018-12-11 11:44:11 +01:00
JC Brand
4013fbd273
Updated dependencies
2018-12-11 11:43:40 +01:00
JC Brand
a31e14a355
CSS: properly align section heading and its actions
2018-12-10 18:07:22 +01:00