Commit Graph

2266 Commits

Author SHA1 Message Date
JC Brand
795d5fb6fd Merge branch 'master' of github.com:jcbrand/converse.js 2015-10-07 08:04:28 +00:00
JC Brand
0d9d632f40 Bugfix for #493 2015-09-30 21:04:37 +02:00
JC Brand
414265299a Drop dragresize-tm class. Don't set height if not available 2015-09-24 13:55:48 +00:00
JC Brand
a9c2b7d99f Remove the default_box_size setting.
Instead, get the height from how it's rendered in the browser (i.e. from CSS)
2015-09-24 13:52:35 +00:00
JC Brand
f3e2de9945 Document allow_dragresize option. 2015-09-22 12:40:08 +00:00
JC Brand
586c9797c6 Merge pull request #473 from GreenLunar/patch-1
Update Hebrew translation
2015-09-18 14:51:16 +02:00
GreenLunar
4f99e9f906 Update Hebrew translation 2015-09-18 15:47:03 +03:00
JC Brand
64878ec6e0 Merge pull request #468 from 1st8/master
Fix [object Object] being sometimes shown as status
2015-09-09 14:16:05 +02:00
Christoph Geschwind
1463e7cc33 Update CHANGES.rst 2015-09-09 13:25:53 +02:00
Christoph
12da915ef8 Fix [object Object] being shown as status when other presence stanza with custom 'status' is received from other resource 2015-09-09 13:19:26 +02:00
JC Brand
0d4cf15f0e Move changelog entry to right version and add test case. 2015-09-09 10:17:46 +02:00
JC Brand
5cb7ca025f Merge pull request #462 from 1st8/master
Fix #461: MUC working with spaces etc. in room names
2015-09-09 09:50:06 +02:00
JC Brand
c3e5bdc644 Merge pull request #465 from hjbolide/master
Fix translation error in en locale
2015-09-05 14:31:05 +02:00
Charles Huang
d9679ce45f Fix translation error in en locale
- fix incorrect string mapping in en locale
2015-09-05 22:25:37 +10:00
Christoph Geschwind
d08ce409c8 Add #462 to CHANGES.rst 2015-09-04 13:26:33 +02:00
Christoph
19ef0f8c71 Fix #461: MUC working with spaces etc. in room names 2015-09-03 16:19:06 +02:00
JC Brand
c9b0d4c86a Merge pull request #458 from 1st8/master
Fix no messages being shown in chat
2015-09-01 14:46:30 +02:00
Christoph
73fa397c77 Fix no messages being shown in chat (first_msg_date is null, code checked for undefined only)
Maybe related to message archive feature or different jQuery version
2015-09-01 13:41:16 +02:00
JC Brand
d8a325789e Bump version of Strophe.js so that we get the new UUID generator 2015-08-31 09:17:12 +02:00
JC Brand
2fee83e125 Merge pull request #457 from camaran/patch-2
update italian language
2015-08-30 12:28:32 +02:00
camaran
2178822e97 update italian language 2015-08-29 21:30:01 +02:00
JC Brand
ce222e5b75 Small improvements to theming page and tweak css. 2015-08-29 11:51:41 +02:00
JC Brand
de9d8625ea Use released version of backbone.overview 2015-08-26 14:34:16 +02:00
JC Brand
0672e84990 Correctly place config setting in right order. 2015-08-24 18:42:08 +02:00
JC Brand
6369465661 Making a new 0.9.5 release. 2015-08-24 17:56:50 +02:00
JC Brand
1390e1a3b0 3 changes
- updated version of moment.js
- remove unused variables in converse.js
- fix broken link in index.html
2015-08-24 17:01:55 +02:00
JC Brand
20c2a57736 Merge branch 'master' of github.com:jcbrand/converse.js 2015-08-11 09:13:46 +02:00
JC Brand
fa4aae38ce Merge pull request #448 from basilioferraz/patch-1
Adicionando Tradução de palavra
2015-08-10 18:20:55 +02:00
Basilio Ferraz
b9b0b096d8 Adicionando Tradução de palavra
Procurei pela tradução e não hávia encontrado a tradução dessa frase, por isso venho aqui propor esta melhoria.
2015-08-05 12:54:43 -03:00
JC Brand
bfa75d5ee6 Merge pull request #444 from skope/fix-french-translation
Excessive double quote in french translation file
2015-07-31 16:37:27 +02:00
Sami Keinänen
3301a88ae3 Excessive double quote in french translation file 2015-07-31 13:33:32 +03:00
JC Brand
a37bcc3058 Don't include moment locales when building without locales. 2015-07-30 15:42:04 +02:00
JC Brand
2cc76c3af7 Type attribute on data forms is mandatory. updates #306
See here:
https://github.com/strophe/strophejs-plugins/pull/65
2015-07-29 14:35:07 +02:00
JC Brand
f7c27a08a5 Mention that MAM is now supported. 2015-07-29 14:20:39 +02:00
JC Brand
c508b9962c Merge pull request #442 from jcbrand/mam
Message Archive Management
2015-07-27 10:50:36 +02:00
JC Brand
96253f9673 Document using serviceDiscovery with archive.query. 2015-07-22 00:40:51 +02:00
JC Brand
cd4aabc586 Rename the page size option and document it.
updates #306
2015-07-22 00:18:51 +02:00
JC Brand
f0df6df219 Add a test for serviceDiscovered event. 2015-07-21 23:24:05 +02:00
JC Brand
87760ee233 Merge branch 'master' into mam 2015-07-21 23:19:43 +02:00
JC Brand
1dbe0ed8de Trying to work around timezone issues.
Causing tests to fail on Travis.
2015-07-21 23:18:03 +02:00
JC Brand
8e7dba9b74 MAM-related bugfixes.
- Don't show another spinner if one already exists.
- last_msg_date's selector was matching chat state notifications.
- Remove the spinner when errback gets called.

updates #306
2015-07-21 21:21:33 +02:00
JC Brand
44abbeadf3 Better support for infinite scrolling with MAM for MUC.
updates #306
2015-07-21 20:42:14 +02:00
JC Brand
5eea22f245 More work on showing archived chatroom messages.
updates #306
2015-07-21 20:10:31 +02:00
JC Brand
404ab96609 Bugfix for groupchat archive queries.
Groupchat queries should have a "to" parameter on the IQ stanza and don't use
the "with" query option.

updates #306
2015-07-21 11:38:44 +02:00
JC Brand
e03db127cf Add a new configuration setting. muc_history_max_stanzas 2015-07-21 11:36:07 +02:00
JC Brand
268c4b9389 Add support for receiving messages in random order.
Needed for ejabberd support.

updates #306
2015-07-20 20:07:29 +02:00
JC Brand
8d84d5ed03 Bugfix. Duplicate messages slipped through if they were forwarded. 2015-07-20 19:42:36 +02:00
JC Brand
388012f2cd Workaround for ejabberd...
which doesn't support getting the item count of archived messages.
See here: https://xmpp.org/extensions/xep-0059.html#count

So we don't first fetch a count of archived messages instead try to fetch the
messages themselves immediately.

updates #306
2015-07-20 09:57:28 +02:00
JC Brand
79fba8a6c6 Bugfix. Didn't call debounced method.
Causing the chat box to not appear when a new message is received.
2015-07-20 09:54:56 +02:00
JC Brand
1675109e71 Two changes, see below.
- Don't play a sound notification for forwarded messages.
- Bugfix. Return when no chat box returned.
2015-07-19 23:54:45 +02:00