JC Brand
|
4e9e532a06
|
Use async/await in populateRoster
|
2019-01-28 13:27:25 +01:00 |
|
JC Brand
|
374260242c
|
Variable interpolation bugfix
|
2019-01-28 13:27:25 +01:00 |
|
JC Brand
|
d97deaea80
|
Fixes #1369
* Add test and changelog entry
* Also show message subject if available
|
2019-01-28 13:27:25 +01:00 |
|
JC Brand
|
3c0e3d3fab
|
Refactor out createMessage .
Changes:
* Avoids leaky abstraction of MUC code into converse-chatboxes
* Avoid creating unnecessary message objects (e.g. without <body)
* Add fix for #1369.
* Rename spec/chatroom.js to spec/muc.js
|
2019-01-28 13:27:25 +01:00 |
|
MaxLanar
|
3aaff4e973
|
remove last comma in credentials_url example
Last comma forbidden in JSON, example doesn't work as is.
|
2019-01-26 06:24:54 +01:00 |
|
JC Brand
|
450c0e5e0f
|
Use bootstrap.native-loader to avoid including unused code
|
2019-01-25 07:32:51 +01:00 |
|
JC Brand
|
46d404809d
|
Upgrade bootstrap.native to 2.0.24
|
2019-01-25 07:32:50 +01:00 |
|
JC Brand
|
7753177ca9
|
Remove unnecessary aliases from webpack
|
2019-01-25 07:32:50 +01:00 |
|
Emmanuel Gil Peyrot
|
9702e9dee3
|
Add ARIA live region on chat-content
This asks screen readers to read every message received, and is
mandatory for blind users to get notified of new messages.
|
2019-01-23 14:01:27 +01:00 |
|
Christoph Scholz
|
9eee13e192
|
fix direct invite for membersonly room
|
2019-01-22 10:41:59 +01:00 |
|
JC Brand
|
a1795c29ba
|
3 small changes
- Set correct default value
- Set proper Makefile recipe dependency
- Fix rendering issue in changelog
|
2019-01-14 12:06:55 +01:00 |
|
Christoph Scholz
|
84be0fb9f7
|
new config option "roomconfig_whitelist"
|
2019-01-12 21:51:47 +01:00 |
|
JC Brand
|
a2f42d27a2
|
New release 4.1.0
|
2019-01-11 18:49:37 +01:00 |
|
JC Brand
|
79990f7e01
|
Don't unnecessarily set height on textarea
|
2019-01-11 18:38:09 +01:00 |
|
ButterflyOfFire
|
12700ef402
|
Translated using Weblate (Arabic)
Currently translated at 84.8% (313 of 369 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/ar/
|
2019-01-11 18:01:55 +01:00 |
|
JC Brand
|
4f9f90d1d9
|
Mention B1 Systems as a sponsor
|
2019-01-11 17:59:27 +01:00 |
|
JC Brand
|
305376b27a
|
Update changelog and build
|
2019-01-11 17:43:08 +01:00 |
|
JC Brand
|
4fe2b23d9c
|
Modernize some roster tests
By ditching jquery and using async/await
|
2019-01-11 17:40:52 +01:00 |
|
Lynesth
|
df7d663b1d
|
Force avatar refetch if new hash received
Fixes #1334
|
2019-01-11 17:39:49 +01:00 |
|
Lynesth
|
7e370c1b81
|
Fix send_chat_state_notifications option for MUCs
Fixes half of #1337.
|
2019-01-11 17:32:23 +01:00 |
|
JC Brand
|
ec14a31908
|
CSS: spacing of logo and byline on fullpage login form
|
2019-01-11 09:19:10 +01:00 |
|
JC Brand
|
dc07440de8
|
Bugfix. Don't create chats for messages without body
|
2019-01-10 21:47:50 +01:00 |
|
JC Brand
|
1984bdd8e1
|
Remove row class.
Causes the register form to overflow the parent bounds in overlay view
|
2019-01-10 21:17:05 +01:00 |
|
JC Brand
|
1eb00d3e5d
|
CSS/HTML: Nicer styling of branding on the login page
|
2019-01-10 21:15:01 +01:00 |
|
JC Brand
|
4f8cb48fb3
|
CSS: Avoid scrolled overflows for long messages and long usernames
|
2019-01-10 21:14:09 +01:00 |
|
JC Brand
|
58c29ea26b
|
Bugfix. Make sure to refresh
Otherwise we get an empty collection of features (due to features being
queried for a non-existent MUC)
|
2019-01-10 13:22:15 +01:00 |
|
JC Brand
|
01f0a65209
|
Reject the waitUntilFeaturesDiscovered promise if query failed
No code relies on this currently, but it's seems the right thing to do
|
2019-01-10 13:21:06 +01:00 |
|
JC Brand
|
96f38150f9
|
Use async/await and don't swallow errors.
Also, handle the error in `getRoomFeatures`
|
2019-01-10 13:16:08 +01:00 |
|
JC Brand
|
a4d608dcdf
|
Save room features in separate model
As a namespacing mechanism to avoid clashes.
Fixes bug where two chats are shown as currently being active in the rooms list.
|
2019-01-10 12:15:59 +01:00 |
|
JC Brand
|
0464772bfe
|
Update package data
|
2019-01-10 12:12:14 +01:00 |
|
JC Brand
|
2fb435b2e0
|
Don't assume id of "current" for bookmarks' PEP node
Causes problems with some versions of Ejabberd which use a different id.
Will be fixed in upcoming versions.
|
2019-01-08 15:12:02 +01:00 |
|
JC Brand
|
7750194522
|
Bump timeout to try and appease travis
|
2019-01-04 08:19:58 +01:00 |
|
JC Brand
|
8c708b5fe5
|
Focus textarea when switching between rooms
|
2019-01-04 05:48:23 +01:00 |
|
JC Brand
|
d92a742877
|
Fixes #1390
|
2019-01-04 05:43:59 +01:00 |
|
Lorem Ipsum
|
e418a94853
|
Translated using Weblate (Czech)
Currently translated at 99.7% (368 of 369 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/cs/
|
2019-01-03 14:16:12 +01:00 |
|
Andreas Kleinert
|
f6ee264a74
|
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/
|
2019-01-03 14:16:12 +01:00 |
|
Xosé M
|
bee1ecb93a
|
Translated using Weblate (Galician)
Currently translated at 100.0% (369 of 369 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/gl/
|
2019-01-03 14:16:12 +01:00 |
|
sergio
|
ccc63df772
|
Translated using Weblate (Spanish)
Currently translated at 100.0% (369 of 369 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/es/
|
2019-01-03 14:16:12 +01:00 |
|
Allan Nordhøy
|
9605a4d368
|
Translated using Weblate (Norwegian Bokmål)
Currently translated at 72.1% (266 of 369 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nb_NO/
|
2019-01-03 14:16:12 +01:00 |
|
Emmanuel Gil Peyrot
|
a6bf230e16
|
Translated using Weblate (French)
Currently translated at 100.0% (369 of 369 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
|
2019-01-03 14:16:12 +01:00 |
|
JC Brand
|
0c1363c103
|
The hide_muc_server option no longer exists
|
2019-01-03 14:12:36 +01:00 |
|
JC Brand
|
a962fc0a24
|
Don't unnecessarily check for #publish-options
|
2019-01-03 13:49:39 +01:00 |
|
JC Brand
|
cdd0382241
|
Increase wait timeouts
|
2019-01-03 13:19:54 +01:00 |
|
Christoph Scholz
|
eacd7fd933
|
implement /destroy command in muc
|
2019-01-03 13:09:13 +01:00 |
|
JC Brand
|
7d74319efd
|
Fixes #1356
|
2019-01-03 11:45:52 +01:00 |
|
JC Brand
|
aa3cbaa3c3
|
Add logging to debug issue on travis
|
2019-01-03 10:57:14 +01:00 |
|
JC Brand
|
360eccb223
|
Don't change color on hover
|
2019-01-03 10:57:04 +01:00 |
|
JC Brand
|
8b90e4dba3
|
Update favicon to new logo
|
2019-01-03 10:43:57 +01:00 |
|
JC Brand
|
aa274f41c2
|
Make background darker and add new logo
|
2019-01-02 22:54:04 +01:00 |
|
JC Brand
|
bdc438db8e
|
Make controlbox headings bold
|
2019-01-02 21:20:58 +01:00 |
|