Travis Ralston
|
d56f0f2a25
|
Convert many imports to handle ES6 exports
Reliant upon https://github.com/matrix-org/matrix-react-sdk/pull/3761
|
2019-12-22 21:04:42 -07:00 |
|
Travis Ralston
|
db91465c56
|
Wrap the await call for unknown device lookups
Otherwise we're awaiting the result of `map()`, which isn't accurate.
|
2019-12-10 22:00:08 -07:00 |
|
Bruno Windels
|
f2bcfea0fb
|
Revert "fix lint"
This reverts commit 5c1c1f64b6 .
|
2019-07-23 11:43:44 +02:00 |
|
Bruno Windels
|
ceb53dc0bb
|
Revert "remove unnessary manual focussing of composer"
This reverts commit 57abbc4273 .
|
2019-07-23 09:13:51 +02:00 |
|
Bruno Windels
|
5c1c1f64b6
|
fix lint
|
2019-07-15 18:25:22 +02:00 |
|
Bruno Windels
|
57abbc4273
|
remove unnessary manual focussing of composer
now that composer is focused automatically when no other shortcuts
apply, remove the manual focusing we have in place where it's not needed
|
2019-07-15 18:21:10 +02:00 |
|
Bruno Windels
|
1f8e3e5d43
|
await room.getEncryptionTargetMembers in cryptodevices
|
2018-08-07 14:48:07 +02:00 |
|
Matthew Hodgson
|
1811d3f148
|
encrypt for invited users if history visibility allows.
fixes https://github.com/vector-im/riot-web/issues/2713. requires equivalent branch in js-sdk
|
2018-07-05 01:48:28 +02:00 |
|
Michael Telatynski
|
eb80022991
|
focus composer after interacting with e2ee statusbar/udd
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2018-06-23 16:40:27 +01:00 |
|
David Baker
|
57e11cea1c
|
Fix jsdoc
|
2018-01-11 10:27:15 +00:00 |
|
David Baker
|
4c101628b5
|
Add 'send without verifying' to status bar
Fixes other part of https://github.com/vector-im/riot-web/issues/5936
|
2018-01-09 13:52:37 +00:00 |
|
David Baker
|
21f9549c78
|
Oops, missed some params
|
2017-12-08 15:33:03 +00:00 |
|
David Baker
|
49002c87bc
|
More doc
|
2017-12-08 15:19:30 +00:00 |
|
David Baker
|
d6688d8f12
|
Add jsdoc
|
2017-12-06 19:11:50 +00:00 |
|
David Baker
|
65e1d49f37
|
More sensible buttons in UnknownDeviceDialog
Just say 'Send' (or equiv) if you actually verify all the devices,
rather than 'Send Anyway'.
|
2017-11-16 17:59:42 +00:00 |
|
David Baker
|
b0027525f3
|
Wire up Unknown Devices popup for outbound calls
|
2017-11-15 17:21:04 +00:00 |
|
David Baker
|
93800be742
|
Factor out showing UnknownDeviceDialog
So we can re-use it for calls that fail due to unknwon devices
|
2017-11-15 15:15:21 +00:00 |
|
David Baker
|
63919befd0
|
Catch call failures due to unknown devices
And show a specific dialog that you can then launch the UDD from
(although currently with a 'Send Anyway' button which makes little
sense for VoIP)
|
2017-11-15 10:49:29 +00:00 |
|