JC Brand
|
b07e6291ea
|
Ensure that chats are opened when contacts are clicked.
|
2017-04-24 15:57:23 +02:00 |
|
JC Brand
|
cfd6fad78a
|
Always show .icon-remove for roster contacts
Hovering is not supported on touchscreen devices.
|
2017-04-24 15:57:23 +02:00 |
|
JC Brand
|
15f962ad6d
|
Add converse-singleton to the mobile build.
This will make the unread messages feature work.
Update so that new chats are opened in the background.
|
2017-04-24 15:57:23 +02:00 |
|
JC Brand
|
c81599931c
|
Fix failing tests based on recent unread message changes
|
2017-04-24 15:57:22 +02:00 |
|
JC Brand
|
d825a15baa
|
Clear when maximizing a chat box
|
2017-04-24 15:57:22 +02:00 |
|
JC Brand
|
f3d29e016e
|
Show unread messages counter next to roster contacts
|
2017-04-24 15:57:22 +02:00 |
|
JC Brand
|
ce16e1bcef
|
New plugin: converse-singleton.js
Ensures that max one chat box is visible at any given time.
For use in mobile or fullscreen applications.
|
2017-04-24 15:56:54 +02:00 |
|
JC Brand
|
a5ea86e29a
|
Initial CSS work on showing an unread messages indicator
|
2017-04-24 15:56:54 +02:00 |
|
JC Brand
|
8a5b4a65e7
|
Use CDN
|
2017-04-23 19:49:53 +02:00 |
|
JC Brand
|
e338afadc2
|
New release 3.0.2
|
2017-04-23 17:25:19 +00:00 |
|
JC Brand
|
a24ae16579
|
Updated locales for next release
|
2017-04-23 17:19:02 +00:00 |
|
JC Brand
|
41edd0567d
|
Don't try to parse non-strings
|
2017-04-23 17:19:01 +00:00 |
|
JC Brand
|
c7d66377d0
|
Use lodash.noConflict for underscore
|
2017-04-23 17:19:01 +00:00 |
|
JC Brand
|
865789d49e
|
"en" is always accepted, because default strings are English
|
2017-04-23 18:45:53 +02:00 |
|
Novokreshchenov Konstantin
|
bf1e612768
|
support opening chat in minimized mode initially (#855)
|
2017-04-23 15:38:48 +02:00 |
|
JC Brand
|
9f975c790b
|
preferred_locale might be a JSON string, not an object
|
2017-04-22 19:29:02 +02:00 |
|
JC Brand
|
9faf9c3d6f
|
Don't rerender the text input when filtering contacts
|
2017-04-21 19:37:11 +02:00 |
|
JC Brand
|
bc1fa24315
|
Show the MUC server in a bookmarked room's info view
|
2017-04-21 19:05:10 +02:00 |
|
JC Brand
|
0bab19fafd
|
Render help messages via templates.
|
2017-04-21 18:35:34 +02:00 |
|
JC Brand
|
6af4480c14
|
Render disconnect message via template and add padding.
|
2017-04-21 18:26:59 +02:00 |
|
JC Brand
|
f3373c44fd
|
Fixes #850. .where method doesn't match numbers.
|
2017-04-21 18:06:28 +02:00 |
|
JC Brand
|
1936e28275
|
Enable creation of dist/converse-muc-embedded.js build file
|
2017-04-21 18:06:27 +02:00 |
|
JC Brand
|
c244d100cf
|
Point mobile.html to latest dist files on CDN
|
2017-04-21 18:06:27 +02:00 |
|
JC Brand
|
3ea43c6a0f
|
Use noConflict to avoid polluting globale namespace
with lodash and Backbone.
|
2017-04-21 18:06:27 +02:00 |
|
JC Brand
|
39b3aa34d8
|
Fixes #848 OTR doesn't start when cache_otr_key is set to true
|
2017-04-20 10:04:33 +02:00 |
|
JC Brand
|
15f6649ace
|
Bugfix. OTR meta-messages were being shown in HTML5 notifications
|
2017-04-20 10:02:59 +02:00 |
|
JC Brand
|
8c3c70c17e
|
CSS fix. Lock icon wasn't showing.
|
2017-04-20 10:01:42 +02:00 |
|
JC Brand
|
1a40b7aefb
|
TypeError: converse.log is not a function
|
2017-04-20 08:55:51 +02:00 |
|
JC Brand
|
0992c8d92e
|
Update events documentation
Looks like now that we use Backbone.Events we don't get event objects passed
to the handlers.
|
2017-04-19 17:48:50 +02:00 |
|
JC Brand
|
f9898f32f1
|
converse-notification: MUC nickname wasn't being shown
|
2017-04-19 16:06:22 +02:00 |
|
JC Brand
|
1e100a67e3
|
Catch error when destroying
|
2017-04-19 15:40:27 +02:00 |
|
JC Brand
|
a2735d4caa
|
#844: Private API is accessible via attribute
|
2017-04-19 15:00:59 +02:00 |
|
JC Brand
|
9f28728e61
|
Updates #849. Don't call when no connection present
|
2017-04-19 14:47:18 +02:00 |
|
JC Brand
|
ee8f37b4fc
|
Bump waiting time to avoid test failures
|
2017-04-19 14:41:42 +02:00 |
|
JC Brand
|
59ca7bae16
|
Make sure variables are interpolated when no translations exist.
|
2017-04-19 14:37:59 +02:00 |
|
JC Brand
|
f0deac9ec5
|
Updates #849
Refactor locales code to store the currently chosen locale as
`_converse.locale` and use that in converse-notifications.js
|
2017-04-19 14:37:52 +02:00 |
|
JC Brand
|
853c765f0d
|
Update the documentation.
- Fix event listener code examples
- Mention the preferability of using versions in the CDN
|
2017-04-18 20:20:08 +02:00 |
|
JC Brand
|
7ededd2379
|
Bugfix. class wasn't being toggled
|
2017-04-13 14:10:52 +00:00 |
|
JC Brand
|
1b38967d19
|
Updates #842 Persistent muc room creation not working
|
2017-04-13 11:19:24 +00:00 |
|
JC Brand
|
d781ebfd37
|
converse-core: More work on removing jQuery.
Only $.Deferred is still being used in converse-core.
|
2017-04-11 09:14:26 +00:00 |
|
JC Brand
|
3d2bfb5c8b
|
converse-core: Use built-in XHR instead of $.ajax
|
2017-04-11 08:33:56 +00:00 |
|
JC Brand
|
93b1481a2c
|
Update Angular integration docs based on plugin changes in 3.0.x
|
2017-04-11 07:32:46 +00:00 |
|
JC Brand
|
de2f33f333
|
Send button must be translateable and should type "submit"
|
2017-04-11 07:32:17 +00:00 |
|
JC Brand
|
d2eadbdce4
|
Use classList API
|
2017-04-06 23:21:52 +02:00 |
|
JC Brand
|
b41d978d00
|
Update sinon to 2.1.0 and eslint to 3.19.0
Also update clean-css
|
2017-04-06 23:09:22 +02:00 |
|
JC Brand
|
47a9566bb2
|
Update moment.js to 2.18.1
|
2017-04-06 22:11:39 +02:00 |
|
JC Brand
|
362c824368
|
Translated using Weblate (Afrikaans)
Currently translated at 100.0% (267 of 267 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/af/
Translated using Weblate (Dutch)
Currently translated at 36.3% (97 of 267 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/nl/
Translated using Weblate (French)
Currently translated at 99.2% (265 of 267 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/fr/
Translated using Weblate (German)
Currently translated at 62.9% (168 of 267 strings)
Translation: Converse.js/Translations
Translate-URL: https://hosted.weblate.org/projects/conversejs/translations/de/
|
2017-04-06 11:52:23 +02:00 |
|
JC Brand
|
0c43e4b87c
|
Upgrade to Jasmine 2.5.3
|
2017-04-06 11:31:05 +02:00 |
|
JC Brand
|
bf9ba245b4
|
Fix title level inconsistencies
|
2017-04-04 20:43:25 +00:00 |
|
JC Brand
|
58f62998f9
|
Fix loading of converse.js in the docs
|
2017-04-04 18:43:52 +00:00 |
|