JC Brand
|
debb8f0e4f
|
Remove .icon-converse styles
|
2019-01-01 12:30:54 +01:00 |
|
JC Brand
|
11655e2e32
|
Use Muli as the headings font
|
2019-01-01 12:05:46 +01:00 |
|
JC Brand
|
e41eebcce9
|
Render the new logo in the documentation
|
2019-01-01 11:28:17 +01:00 |
|
JC Brand
|
a31c2d40f2
|
Remove icomoon fonts and use Bauman and the new logo for branding
|
2019-01-01 11:12:23 +01:00 |
|
JC Brand
|
7ba59ff584
|
Indentation, make privacy policy text a bit smaller
|
2019-01-01 09:58:41 +01:00 |
|
JC Brand
|
14a7a19e95
|
New byline: messaging freedom
|
2019-01-01 09:46:54 +01:00 |
|
JC Brand
|
a2a81adef3
|
Initial work on integrating the new logo
|
2018-12-21 17:41:31 +01:00 |
|
JC Brand
|
7c5daaa59c
|
Remove user manual images.
The user manual is now here: http://github.com/conversejs/user-manual
|
2018-12-21 16:08:29 +01:00 |
|
JC Brand
|
98fee37a41
|
Destroy devicelist if we can't fetch the devices for it.
Otherwise Converse will try to fetch the devices again and again upon
page refresh.
|
2018-12-21 06:29:22 +01:00 |
|
JC Brand
|
45ed506551
|
Don't hardcode devices storage to session storage.
The devicelists are not stored in session storage, so we end up with
fetching all the devices per stored devicelist with every new browser
session.
|
2018-12-21 06:29:22 +01:00 |
|
JC Brand
|
e6c66cfebd
|
Ability to republish if publish-options precondition not met
|
2018-12-21 06:29:22 +01:00 |
|
JC Brand
|
bcb3bcaf03
|
OMEMO can only be supported once it's been initialized
updates #1180
|
2018-12-21 06:29:21 +01:00 |
|
JC Brand
|
a3830e9a7a
|
Use async/await
|
2018-12-21 06:29:21 +01:00 |
|
JC Brand
|
6f10f95d77
|
Document OMEMO for MUCs. Updates #1180
|
2018-12-21 06:29:21 +01:00 |
|
JC Brand
|
be1be3534c
|
Don't render the lock icon when the MUC doesn't qualify
Updates #1180
|
2018-12-21 06:29:21 +01:00 |
|
JC Brand
|
9aca32ad97
|
Handle errors when sending encrypted groupchat messages
updates #1180
|
2018-12-21 06:29:21 +01:00 |
|
JC Brand
|
d051085626
|
Only clear textarea once message was sent
This now requires `sendMessage` to return a boolean to indicate success.
Disable the textarea while message is being sent.
|
2018-12-21 05:58:22 +01:00 |
|
JC Brand
|
85dab7367b
|
Use pubsub#access_model to publish keys and devices publically
|
2018-12-21 04:35:28 +01:00 |
|
JC Brand
|
0b25800392
|
Add converse-pubsub.js
|
2018-12-20 21:51:16 +01:00 |
|
JC Brand
|
9c05ca9a09
|
Add test for sending/receiving MUC OMEMO messages
While adding support for MUCs, I refactored converse-omemo somewhat to move functions
out of `overrides` and to use async/await
Updates #1180
|
2018-12-20 21:51:16 +01:00 |
|
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 |
|