Bruno Windels
|
69e680da3c
|
Merge pull request #4407 from matrix-org/bwindels/checkifxsignisdisabledforlegacyverif
Fix: dont try to enable 4S if cross-signing is disabled
|
2020-04-14 16:12:16 +00:00 |
Bruno Windels
|
aef6687931
|
Merge pull request #4406 from matrix-org/bwindels/completesecuritywithoutspinner
Fix: don't confuse user with spinner during complete security step
|
2020-04-14 15:54:44 +00:00 |
Bruno Windels
|
24fe125cb6
|
dont try to enable 4S if cross-signing is disabled
|
2020-04-14 17:53:33 +02:00 |
Bruno Windels
|
368737cfd9
|
fix copyright
|
2020-04-14 17:41:06 +02:00 |
Bruno Windels
|
861c449055
|
Merge pull request #4405 from matrix-org/bwindels/qrcodefix
Fix: avoid potential crash during certain verification paths
|
2020-04-14 15:21:47 +00:00 |
Bruno Windels
|
db09cadb66
|
remove spinner, change copy, add button placeholder
|
2020-04-14 17:19:15 +02:00 |
Michael Telatynski
|
4c7bc61174
|
Merge pull request #4392 from matrix-org/t3chguy/electron-forward-back
Add riot-desktop shortcuts for forward/back matching browsers&slack
|
2020-04-14 16:03:24 +01:00 |
Michael Telatynski
|
7fa38933cb
|
Merge branches 'develop' and 't3chguy/electron-forward-back' of github.com:matrix-org/matrix-react-sdk into t3chguy/electron-forward-back
Conflicts:
src/components/structures/LoggedInView.tsx
|
2020-04-14 15:54:58 +01:00 |
Bruno Windels
|
7b3c34bd12
|
use js-sdk qr code generation
|
2020-04-14 16:46:02 +02:00 |
Michael Telatynski
|
fc67d1d775
|
Merge pull request #4398 from matrix-org/t3chguy/liv
Convert LoggedInView to an ES6 PureComponent Class & TypeScript
|
2020-04-14 15:08:04 +01:00 |
Michael Telatynski
|
8d3119ddb4
|
Merge pull request #4396 from matrix-org/t3chguy/fix_MVideoBody_FilePanel
Fix width of MVideoBody in FilePanel
|
2020-04-14 15:02:28 +01:00 |
Michael Telatynski
|
26569dea06
|
Revert "@replaceableComponent"
This reverts commit 50d6551c
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-14 14:59:20 +01:00 |
Michael Telatynski
|
f8d3073690
|
Merge pull request #4397 from matrix-org/t3chguy/deps1
Remove unused react-addons-css-transition-group
|
2020-04-14 14:54:24 +01:00 |
Michael Telatynski
|
50d6551c86
|
@replaceableComponent
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-14 14:50:09 +01:00 |
Michael Telatynski
|
a7d95d396e
|
fix copyright
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-14 14:46:04 +01:00 |
Michael Telatynski
|
f84c59dea7
|
Merge pull request #4395 from matrix-org/t3chguy/fix_emoji_tooltip_flicker
Fix emoji tooltip flickering
|
2020-04-14 14:28:29 +01:00 |
J. Ryan Stinnett
|
34e2fd42ec
|
Merge pull request #4374 from matrix-org/jryans/backup-dialog-hellscape
Pass along key backup for bootstrap
|
2020-04-14 14:08:27 +01:00 |
Michael Telatynski
|
6416f404c6
|
Merge pull request #4403 from matrix-org/t3chguy/fix_e2ee_toggle
Fix create room dialog e2ee private room setting
|
2020-04-14 13:17:31 +01:00 |
Michael Telatynski
|
3aa338f3a2
|
Merge pull request #4391 from matrix-org/t3chguy/sort_emoji_by_shortcodes
Sort emoji by shortcodes for autocomplete primarily for :-1 and :+1
|
2020-04-14 13:17:26 +01:00 |
Michael Telatynski
|
e114effcfa
|
make code more readable as per pr suggestion
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-14 13:07:44 +01:00 |
Michael Telatynski
|
17a893adc5
|
Merge pull request #4390 from matrix-org/t3chguy/fix_cmd_no_typing
Fix invalid commands when figuring out whether to set isTyping
|
2020-04-14 13:06:10 +01:00 |
Michael Telatynski
|
09d56e7bbc
|
Fix create room dialog e2ee private room setting
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-14 13:05:23 +01:00 |
Michael Telatynski
|
e5d4ab9fdb
|
Merge pull request #4389 from matrix-org/t3chguy/deop_fail
op/deop return error if trying to affect an unknown user
|
2020-04-14 12:17:45 +01:00 |
Michael Telatynski
|
46f7fadf3f
|
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-13 14:33:45 +01:00 |
Michael Telatynski
|
96c067a6c4
|
prefer protected over private so that the class can be extended
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-13 14:30:52 +01:00 |
Michael Telatynski
|
368e3f9e85
|
Convert LoggedInView to TypeScript
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-13 14:29:00 +01:00 |
Michael Telatynski
|
379aeb667c
|
Convert LoggedInView to a PureComponent class
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-13 14:13:27 +01:00 |
Michael Telatynski
|
4fc88d69a3
|
Remove unused react-addons-css-transition-group
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-12 01:04:54 +01:00 |
Michael Telatynski
|
3e057070fd
|
Fix width of MVideoBody in FilePanel
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-12 00:56:21 +01:00 |
Michael Telatynski
|
71b4aab5dc
|
Fix emoji tooltip flickering because onMouseOut&onMouseOver fired when moving between children
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-12 00:12:58 +01:00 |
Michael Telatynski
|
7e996cb91c
|
Add riot-desktop shortcuts for forward/back matching browsers&slack
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-11 18:57:59 +01:00 |
Michael Telatynski
|
3a0e1aeeaf
|
Sort emoji by shortcodes for autocomplete so that :-1 and :+1 first results are correct
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-11 18:09:28 +01:00 |
Michael Telatynski
|
7a936798b9
|
Fix invalid commands when figuring out whether to send typing notification
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-11 16:42:14 +01:00 |
Michael Telatynski
|
6d33138950
|
op/deop return error if trying to affect an unknown user
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-11 16:41:07 +01:00 |
thobyv-kismat
|
719165c67f
|
fix file panel scroll position lost on room change
|
2020-04-11 04:03:32 +01:00 |
thobyv-kismat
|
8cf6a8c311
|
refactor RoomScrollStateStore to accomodate scrollmaps for file/notif panel
|
2020-04-11 02:59:26 +01:00 |
Michael Telatynski
|
c000583099
|
Merge pull request #4384 from matrix-org/t3chguy/composer_pills
Composer pills respect showPillAvatar setting
|
2020-04-10 16:45:46 +01:00 |
Michael Telatynski
|
5846d09ae1
|
Merge pull request #4385 from matrix-org/t3chguy/slashcmd_typing
Only send typing notification when composing commands which send messages
|
2020-04-10 16:14:30 +01:00 |
Michael Telatynski
|
52064d2fd0
|
Merge pull request #4386 from matrix-org/t3chguy/order_match_buttons
Reverse order of they match/they don't match buttons
|
2020-04-10 15:51:28 +01:00 |
Michael Telatynski
|
22558f090d
|
Reverse order of they match/they don't match buttons
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-10 15:38:17 +01:00 |
Michael Telatynski
|
caf0b25bd0
|
Only send typing notification when composing commands which send messages
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-10 13:59:01 +01:00 |
Michael Telatynski
|
f91565c231
|
only append crypto details if crypto is enabled
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-10 13:33:57 +01:00 |
Michael Telatynski
|
740b6f6cac
|
Composer pills respect showPillAvatar setting
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-10 09:34:38 +01:00 |
Travis Ralston
|
8f49ed664f
|
Merge pull request #4383 from matrix-org/travis/plural-delete
Use singular text on 'delete sessions' button for SSO
|
2020-04-09 16:39:59 -06:00 |
Travis Ralston
|
879b4e15e5
|
Use singular text on 'delete sessions' button for SSO
Missed in https://github.com/matrix-org/matrix-react-sdk/pull/4357
Not a release blocker at this time.
|
2020-04-09 16:18:12 -06:00 |
Travis Ralston
|
b518fdd8ee
|
i18n
|
2020-04-09 16:05:31 -06:00 |
Travis Ralston
|
0165ff0bc9
|
Allow iframes and Jitsi URLs in /addwidget
Fixes https://github.com/vector-im/riot-web/issues/12784
|
2020-04-09 16:03:40 -06:00 |
Michael Telatynski
|
0153f39c10
|
Rageshake, remind user of unsupported browser and report missing features in report
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-04-09 22:55:28 +01:00 |
Travis Ralston
|
7d3fc60d64
|
Merge branch 'travis/moar-jitsi' into travis/addwidget-improvements
|
2020-04-09 15:27:39 -06:00 |
Travis Ralston
|
4510499987
|
Fix widgets for all other sources too
|
2020-04-09 15:25:11 -06:00 |