Matthew Hodgson
|
96ebbad959
|
switch UnverifiedSessionToast to route to check sessions rather than verify the new login
given the chances are that the new login will be stuck doing initial sync, and won't be in position
to be verified until its finished.
|
2021-03-08 04:54:44 +00:00 |
|
Matthew Hodgson
|
c73097a5b0
|
fix unhelpful 'Review...' toast wording
|
2021-03-08 04:51:16 +00:00 |
|
Matthew Hodgson
|
d477f964d2
|
only prompt to verify if we have an MSK or we have devices to verify against
|
2021-03-08 04:49:59 +00:00 |
|
Matthew Hodgson
|
aa0cca9306
|
report IP of self-verification reqs
|
2021-03-08 04:46:47 +00:00 |
|
Matthew Hodgson
|
5b48e13eb9
|
add explicit link to edit devices from one's own UserInfo
|
2021-03-08 04:46:15 +00:00 |
|
Matthew Hodgson
|
6df8157a40
|
cancel VRD at the Modal level, so clicking in the bg cancels it
|
2021-03-08 04:45:44 +00:00 |
|
Matthew Hodgson
|
7673818400
|
switch to using an explicit verify button when cross-signing a new login
|
2021-03-08 04:43:59 +00:00 |
|
Matthew Hodgson
|
1427aa4203
|
fix mx_EncryptionInfo_spinner padding in dialogs
|
2021-03-08 04:41:51 +00:00 |
|
J. Ryan Stinnett
|
c57b49a354
|
Merge pull request #5673 from SimonBrandner/dont-show-copy-button
Add <code> if it's missing
|
2021-02-24 13:33:39 +00:00 |
|
Šimon Brandner
|
986950697b
|
Rmove unnecessary code
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-02-24 14:10:09 +01:00 |
|
Šimon Brandner
|
024871f59d
|
Merge branch 'dont-show-copy-button' of https://github.com/SimonBrandner/matrix-react-sdk into dont-show-copy-button
|
2021-02-24 13:41:16 +01:00 |
|
Šimon Brandner
|
363b753306
|
Avoid innerHTML
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-02-24 13:40:37 +01:00 |
|
Šimon Brandner
|
61cd026d7a
|
Improve comment
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
|
2021-02-24 13:07:25 +01:00 |
|
J. Ryan Stinnett
|
9a56a2efa5
|
Merge pull request #5629 from PunitLodha/punit/add_email_bug_fix
Add email only if the verification is complete
|
2021-02-24 11:28:57 +00:00 |
|
David Baker
|
bcc567cd86
|
Merge pull request #5676 from SimonBrandner/fix-portrait
Fix portrait videocalls
|
2021-02-24 09:26:57 +00:00 |
|
J. Ryan Stinnett
|
667c94b387
|
Merge pull request #5643 from SimonBrandner/move-icons
Tweak code block icon positions
|
2021-02-23 14:53:28 +00:00 |
|
J. Ryan Stinnett
|
5793f55090
|
Merge pull request #5677 from matrix-org/jryans/revert-url-image-layout
Revert "Improve URL preview formatting and image upload thumbnail size"
|
2021-02-23 12:52:43 +00:00 |
|
J. Ryan Stinnett
|
3db6a45010
|
Revert "Merge pull request #5637 from williamkray/wreck/clean-thumbnail-changes"
This reverts commit 5c1b38a48c , reversing
changes made to ec4a39a694 .
|
2021-02-23 12:03:08 +00:00 |
|
Šimon Brandner
|
ce1be7a4cd
|
Use length instead of the first element
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-02-23 07:49:26 +01:00 |
|
Šimon Brandner
|
c9baff1e10
|
Move the _addCodeElement() call down a bit
We can skip this if the first if statement is true
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-02-23 07:46:03 +01:00 |
|
Šimon Brandner
|
c965119410
|
Add _addCodeElement method
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-02-23 07:40:53 +01:00 |
|
Šimon Brandner
|
effb9666f2
|
Fix portrait videocalls
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-02-22 20:10:30 +01:00 |
|
J. Ryan Stinnett
|
72ff919512
|
Merge pull request #5644 from weeman1337/fix-contextmenu-padding
Fix context menu leaving visible area
|
2021-02-22 17:42:09 +00:00 |
|
David Baker
|
18bd49f3c2
|
Merge pull request #5675 from matrix-org/dbkr/jitsi_conference_captialised
Jitsi conferences names, take 3
|
2021-02-22 17:33:45 +00:00 |
|
J. Ryan Stinnett
|
e30a0d6420
|
Merge pull request #5670 from gsouquet/fix/is-on-dark-theme
Update isUserOnDarkTheme to take use_system_theme in account
|
2021-02-22 17:29:49 +00:00 |
|
David Baker
|
428af8b9e2
|
Jitsi conferences names, take 3
Shorter, capatalised, just 'Jitsi' prefix rather than 'JitsiConference'
|
2021-02-22 16:48:12 +00:00 |
|
Šimon Brandner
|
6149567c62
|
Add <code> if it's missing
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-02-22 13:43:57 +01:00 |
|
Šimon Brandner
|
87a2454556
|
Revert "Don't show copy button if there is no <code>"
This reverts commit c76cc33ebf .
|
2021-02-22 13:41:20 +01:00 |
|
Šimon Brandner
|
c76cc33ebf
|
Don't show copy button if there is no <code>
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
|
2021-02-22 13:23:39 +01:00 |
|
Germain
|
bce88efa4f
|
update isUserOnDarkTheme to return correct theme when use_system_theme is true
Signed-off-by: Germain <germain@grabyo.com>
|
2021-02-21 16:49:30 +00:00 |
|
Michael Telatynski
|
a794bfdd3e
|
Merge pull request #5665 from matrix-org/t3chguy/spaces1
Discard some dead code
|
2021-02-19 09:50:04 +00:00 |
|
Michael Telatynski
|
49f511bbab
|
delint
|
2021-02-19 00:26:52 +00:00 |
|
Michael Telatynski
|
32cca0534c
|
improve algo by skipping an O(n) operation
|
2021-02-19 00:19:35 +00:00 |
|
Michael Telatynski
|
d4df9e731d
|
i18n
|
2021-02-19 00:10:47 +00:00 |
|
Michael Telatynski
|
3c52446205
|
Remove redundant PhasedRollOut
|
2021-02-19 00:01:07 +00:00 |
|
Michael Telatynski
|
3ca5632f6a
|
Replace ObjectUtils.js with objects.ts
|
2021-02-19 00:00:10 +00:00 |
|
Travis Ralston
|
de7e2ed37e
|
Merge pull request #5664 from matrix-org/travis/settings/v3-explorer
Add developer tool to explore and edit settings
|
2021-02-18 15:38:05 -07:00 |
|
Travis Ralston
|
10b0051c02
|
Appease the linter
|
2021-02-18 15:30:03 -07:00 |
|
Travis Ralston
|
52c73a7a58
|
Add developer tool to explore and edit settings
|
2021-02-18 14:56:19 -07:00 |
|
Michael Telatynski
|
8fc244452c
|
Prevent error being thrown so that we can throw our own better one
|
2021-02-18 18:06:26 +00:00 |
|
Michael Telatynski
|
50252483c6
|
Remove stale unused components
|
2021-02-18 18:05:41 +00:00 |
|
Michael Telatynski
|
a581c36f58
|
Merge pull request #5663 from matrix-org/t3chguy/spaces1
Use and create new room helpers
|
2021-02-18 18:02:34 +00:00 |
|
Michael Telatynski
|
0e7a731d61
|
Make use of new room canInvite helper
|
2021-02-18 15:19:16 +00:00 |
|
Michael Telatynski
|
e1acf11e67
|
Create Room Name & Topic HOCs to simplify code elsewhere
|
2021-02-18 15:16:59 +00:00 |
|
Michael Telatynski
|
354925c2c8
|
Improve TS definitions
|
2021-02-18 15:16:07 +00:00 |
|
Travis Ralston
|
64974eb3ee
|
Merge pull request #5661 from matrix-org/travis/clear-preview
Clear message previews when the maximum limit is reached for history
|
2021-02-18 07:31:54 -07:00 |
|
David Baker
|
68933c1a3d
|
Merge pull request #5639 from matrix-org/dbkr/virtual_rooms_v2
VoIP virtual rooms, mk II
|
2021-02-18 13:18:34 +00:00 |
|
Travis Ralston
|
47d73bef57
|
Clear message previews when the maximum limit is reached for history
|
2021-02-17 22:36:26 -07:00 |
|
J. Ryan Stinnett
|
cc5ed3eeb2
|
Merge pull request #5660 from matrix-org/jryans/reduced-motion-effects
Disable chat effects when reduced motion preferred
|
2021-02-17 19:15:23 +00:00 |
|
David Baker
|
648295e26b
|
Oops, we still used this cache for new incoming virtual rooms
|
2021-02-17 19:00:21 +00:00 |
|