JC Brand
|
9a7f56db7d
|
Fix format of stanza that queries for devices.
|
2018-08-19 10:09:43 +02:00 |
|
JC Brand
|
4ed43854bd
|
Bugfix. Items need to go inside the list
|
2018-08-18 18:25:52 +02:00 |
|
JC Brand
|
ca9229a906
|
createMessage now returns a promise.
Also, fix all broken tests, mostly related to this.
|
2018-08-18 17:12:22 +02:00 |
|
JC Brand
|
b4110dc162
|
Merge branch 'master' into converse-omemo
|
2018-08-18 10:24:55 +02:00 |
|
JC Brand
|
41a42fe2f7
|
Test for mentions with spaces in them.
Also remove Converse from fullscreen background
|
2018-08-16 16:02:09 +02:00 |
|
JC Brand
|
2db3db9bab
|
Add support for editing messages containing mentions
|
2018-08-16 15:17:54 +02:00 |
|
JC Brand
|
d9c5867ff2
|
Check references when incrementing unread messages counter
|
2018-08-16 15:17:54 +02:00 |
|
JC Brand
|
b7eb19e225
|
Render mentions in a message
|
2018-08-16 15:17:54 +02:00 |
|
JC Brand
|
15df9b8605
|
Inlcude references in the outgoing XMPP stanza
|
2018-08-16 15:17:54 +02:00 |
|
JC Brand
|
f2b017ec89
|
Add method to determine references from message text
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
e10d9b074e
|
Rearrange: move non-nested tests to top of describe
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
324ffd5e40
|
Let @ trigger autocomplete with all possible options shown
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
cc3a158b57
|
Initial work on showing all options on @
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
13c9612a8a
|
Let an additional tab select the currently highlighted element
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
2abd1c1db1
|
Get selection via up/down arrow to work
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
86fab99c54
|
Expand test case and improve code.
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
2a593a03b7
|
Add a test spec for autocompletion
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
33cd23c529
|
Minor idiomatic changes
|
2018-08-16 15:17:53 +02:00 |
|
JC Brand
|
c25cc4c76b
|
Bugfix. Existing occupants weren't found because query was only by jid
Which meant that occupants were being duplicated.
updates #1146
|
2018-08-09 15:46:49 +02:00 |
|
JC Brand
|
2d05487862
|
More code reuse between chatboxview and chatroomview
|
2018-08-07 15:32:13 +02:00 |
|
JC Brand
|
27bc33ba09
|
Use nickname from global settings when entering a room
|
2018-08-07 10:09:35 +02:00 |
|
JC Brand
|
2884549bb3
|
Test decryption of incoming OMEMO message
updates #497
|
2018-08-04 23:49:01 +02:00 |
|
JC Brand
|
713f49453f
|
Working example of AES-GCM encryption and decryption
with key import and export.
updates #497
|
2018-08-04 21:32:08 +02:00 |
|
JC Brand
|
f2c283c907
|
More work on decrypting messages
|
2018-08-04 19:41:06 +02:00 |
|
JC Brand
|
be0eaecff9
|
Parse incoming OMEMO encrypted messages
|
2018-08-04 09:26:23 +02:00 |
|
JC Brand
|
b273d00412
|
Fix failing tests due to api refactor (returning promises)
|
2018-08-04 08:39:14 +02:00 |
|
JC Brand
|
d99c48b868
|
Fix failing test.
Modal query not specific enough when there are multiple modals
|
2018-08-04 08:34:13 +02:00 |
|
JC Brand
|
4c3645c559
|
Merge branch 'master' into converse-omemo
|
2018-08-03 14:47:20 +02:00 |
|
JC Brand
|
890dbca8b8
|
Fix tests failing on Travis
|
2018-08-02 08:30:37 +02:00 |
|
JC Brand
|
f120fbd209
|
Bugfix. Own groupchat messages weren't being recognized
|
2018-08-01 18:37:54 +02:00 |
|
JC Brand
|
506aa33131
|
Wait for promises before opening chats in API methods
|
2018-08-01 11:12:00 +02:00 |
|
JC Brand
|
1443fdd447
|
(WIP) Wait for promises before opening chats in API methods
|
2018-08-01 11:10:43 +02:00 |
|
JC Brand
|
4115461409
|
Make tests independent of URL at which they're run
|
2018-07-31 19:13:49 +02:00 |
|
JC Brand
|
e774e9d1af
|
Test that own devices (from other clients) get included
when sending out encrypted messages.
updates #497
|
2018-07-28 16:36:56 +02:00 |
|
JC Brand
|
a3593dbc7d
|
Implement and test sending of encrypted messages
updates #497
|
2018-07-28 15:37:36 +02:00 |
|
JC Brand
|
f40e4b4dbb
|
Merge branch 'master' into converse-omemo
|
2018-07-25 12:06:42 +02:00 |
|
JC Brand
|
4cefc7cdf9
|
Fix failing tests due to renames
|
2018-07-25 12:05:09 +02:00 |
|
JC Brand
|
bcd6845756
|
Show fingerprints in the user details modal
updates #497
|
2018-07-25 11:33:16 +02:00 |
|
JC Brand
|
114e46dfab
|
Fix broken test and refactor slightly. updates #497
|
2018-07-22 10:33:57 +02:00 |
|
JC Brand
|
b80a77a21c
|
Include signedPreKeySignature in published bundle
updates #497
|
2018-07-21 21:53:31 +02:00 |
|
JC Brand
|
bf13927946
|
Merge branch 'master' into converse-omemo
|
2018-07-21 11:34:51 +02:00 |
|
JC Brand
|
87406f5f93
|
Allow messages to be edited by clicking a pencil icon
updates #421
|
2018-07-21 10:41:10 +02:00 |
|
JC Brand
|
6a790916d3
|
Only own messages should be editable.
Fixes #1139
|
2018-07-21 08:12:33 +02:00 |
|
JC Brand
|
acd9a18696
|
Update with new message markup
|
2018-07-21 07:34:03 +02:00 |
|
JC Brand
|
bb5dff9a74
|
Merge branch 'better-chat_status' of https://github.com/linkmauve/converse.js into linkmauve-better-chat_status
|
2018-07-16 01:05:45 +02:00 |
|
JC Brand
|
6717315d05
|
Add support for message corrections in MUC.
|
2018-07-16 00:49:00 +02:00 |
|
Emmanuel Gil Peyrot
|
d518596a2e
|
Add missing closing quote in label_download.
|
2018-07-14 18:27:25 +02:00 |
|
JC Brand
|
b4d2007972
|
Allow any earlier message to be edited.
updates #421
|
2018-07-08 15:20:58 +02:00 |
|
JC Brand
|
84a10d77d9
|
Cancel message correction by pressing the down arrow
Also, add a class `correcting` to the message being corrected, to
provide a visual cue.
updates #421
|
2018-07-08 11:30:15 +02:00 |
|
JC Brand
|
2929647e16
|
Add support for correcting the last message sent
fixes #421
|
2018-07-08 00:39:28 +02:00 |
|