Michael Telatynski
|
9ed08e76f8
|
Merge pull request #4310 from matrix-org/t3chguy/fix_peeking
Fix peeking keeping two timeline update mechanisms in play
|
2020-03-31 14:21:42 +01:00 |
|
Michael Telatynski
|
2624017ab9
|
Also stop peeking on unmount
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-31 12:51:03 +01:00 |
|
Michael Telatynski
|
a2a9dc6cd0
|
Fix peeking keeping two timeline update mechanisms in play
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-31 10:37:56 +01:00 |
|
Michael Telatynski
|
1c5b7bf132
|
Merge pull request #4279 from matrix-org/t3chguy/instant_sso
Support $riot: Templates for SSO/CAS urls in the welcome.html page
|
2020-03-31 09:39:40 +01:00 |
|
Travis Ralston
|
ffa75ef48c
|
Wire up all the dialog parts for SSO, using device deletion as a POC
|
2020-03-30 20:03:46 -06:00 |
|
Zoe
|
4e8cec354d
|
Merge pull request #4290 from matrix-org/foldleft/12484-user-shields
Refactor shield display logic; changed rules for DMs
|
2020-03-30 14:23:13 +01:00 |
|
Michael Telatynski
|
90b8d87a39
|
Merge pull request #4297 from matrix-org/t3chguy/kbd11
Keyboard shortcuts: Escape cancel reply and fix Ctrl+K
|
2020-03-30 10:30:38 +01:00 |
|
Michael Telatynski
|
057ca35c24
|
Merge pull request #4298 from matrix-org/t3chguy/Bugreportdialog
Field: make id optional, generate one if not provided
|
2020-03-30 10:30:19 +01:00 |
|
Zoe
|
098df07c67
|
review feedback
|
2020-03-30 10:18:47 +01:00 |
|
Michael Telatynski
|
19aae087e0
|
Field: make id optional, generate one if not provided
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-29 22:59:15 +01:00 |
|
Michael Telatynski
|
acc41585ab
|
Fix CmdOrCtrl+K for collapsed LHS
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-29 20:33:27 +01:00 |
|
Michael Telatynski
|
f586aaab35
|
Fix ugly scrollbars in TabbedView (settings), emojipicker and widgets
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-28 00:51:01 +00:00 |
|
Michael Telatynski
|
f4d3cc8ee6
|
revert stale changes
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-27 14:05:14 +00:00 |
|
Michael Telatynski
|
db6f88c66a
|
Welcome page, support $ssoUrl and $casUrl placeholders
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-27 14:02:32 +00:00 |
|
Zoe
|
5b7e7f49d1
|
lint
|
2020-03-27 13:50:03 +00:00 |
|
Zoe
|
5d7adef0a2
|
Factor out shield display rules into one file
|
2020-03-27 13:45:35 +00:00 |
|
Zoe
|
0f2e2ea069
|
Update shield display rules
|
2020-03-27 13:44:54 +00:00 |
|
Michael Telatynski
|
548e918437
|
only auto-sso when disable_custom_urls is true
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-27 12:01:10 +00:00 |
|
Michael Telatynski
|
7fbfd73e11
|
Show modal on "instant SSO"
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-27 01:17:42 +00:00 |
|
Zoe
|
9c392ce8bb
|
Merge branch 'develop' into foldleft/better-errors
|
2020-03-26 13:38:50 +00:00 |
|
Bruno Windels
|
785d0e99fb
|
remove some remaining dead code
|
2020-03-26 11:17:35 +01:00 |
|
Bruno Windels
|
75cbc1dc07
|
Adjust IndicatorScrollbar to not rely on AutoHideScrollbar for overflow
|
2020-03-26 11:17:35 +01:00 |
|
Bruno Windels
|
0436507574
|
use transparent scrollbars on not hover to emulate scrolbar on hover
allows us to get rid of the margin-right hack as well
|
2020-03-26 11:17:35 +01:00 |
|
Michael Telatynski
|
c41b39488b
|
Automatically redirect to SSO when the user clicks through to Login
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-25 23:35:36 +00:00 |
|
Bruno Windels
|
78b167a7ea
|
fix typo
|
2020-03-25 13:40:09 +01:00 |
|
Bruno Windels
|
792a7b3953
|
don't throw here
|
2020-03-25 13:07:07 +01:00 |
|
Aaron Raimist
|
76104edeca
|
Mark room as read when escape is pressed
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2020-03-24 21:37:45 -05:00 |
|
Bruno Windels
|
4ff847c8a3
|
put CompleteSecurity state management in store
and split off a child component (SetupCrossSigningBody) that can
be reused from the "Verify this session" toast.
|
2020-03-24 16:10:15 +01:00 |
|
David Baker
|
eae690f3ef
|
Always display verification request toasts on top
As they're interactive and time-sensitive.
Fixes https://github.com/vector-im/riot-web/issues/12141
|
2020-03-23 15:52:59 +00:00 |
|
Michael Telatynski
|
27ec81f1a2
|
Migrate RoomView to React Contexts in the hope for better temporal stability
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-22 09:41:14 +00:00 |
|
Michael Telatynski
|
a56e474203
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/shortcuts3
Conflicts:
src/components/structures/LoggedInView.js
|
2020-03-20 16:10:27 +00:00 |
|
Michael Telatynski
|
064b533a4b
|
Merge branches 'develop' and 't3chguy/shortcuts3' of github.com:matrix-org/matrix-react-sdk into t3chguy/shortcuts3
Conflicts:
src/components/structures/RoomView.js
|
2020-03-20 16:06:07 +00:00 |
|
Michael Telatynski
|
8a0ee2fd34
|
iterate PR
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-20 16:00:50 +00:00 |
|
Michael Telatynski
|
75c3a10bfa
|
Merge branches 'develop' and 't3chguy/shortcuts1' of github.com:matrix-org/matrix-react-sdk into t3chguy/shortcuts1
|
2020-03-20 15:57:25 +00:00 |
|
Michael Telatynski
|
c176d1e070
|
Merge pull request #4247 from matrix-org/t3chguy/showHiddentEvents_spoof
Break continuation on showHiddenEvents-rendered events
|
2020-03-20 10:51:17 +00:00 |
|
Michael Telatynski
|
7224243e00
|
Break continuation on showHiddenEvents-rendered events
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-20 09:41:43 +00:00 |
|
Michael Telatynski
|
1c0c3c4695
|
Watch for show-RR settings changes, use room-specific and fix margins
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-20 09:29:59 +00:00 |
|
Michael Telatynski
|
2b40bb905a
|
Add shortcut CmdOrCtrl+. to toggle right panel. Gets rid of forced-update on right panel changes which may not be the ones we care about.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-20 00:18:24 +00:00 |
|
Michael Telatynski
|
f5d490ee78
|
Tidy up code
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-19 23:11:28 +00:00 |
|
Michael Telatynski
|
d7ca374991
|
open room sublist when using alt-arrows to navigate into it, refire scroll event
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-19 22:07:22 +00:00 |
|
Michael Telatynski
|
7d28137cfd
|
Merge branches 'develop' and 't3chguy/shortcuts1' of github.com:matrix-org/matrix-react-sdk into t3chguy/shortcuts1
|
2020-03-19 19:18:20 +00:00 |
|
Michael Telatynski
|
578b3f2b97
|
Improve Keyboard Shortcuts. Add alt-arrows & alt-shift-arrows.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-19 19:07:33 +00:00 |
|
Zoe
|
d4486a3eeb
|
Merge pull request #4229 from matrix-org/foldleft/11574-handle-upload-errors
Report to the user when a key signature upload fails
|
2020-03-19 16:00:18 +00:00 |
|
Michael Telatynski
|
3c2101fa31
|
Fix ctrlOrCmd + Slash shortcut to match the guide
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-19 15:52:17 +00:00 |
|
Michael Telatynski
|
fb46258528
|
we don't do mx_fadable anymore so get rid of broken RLS disabling
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-19 13:57:36 +00:00 |
|
Michael Telatynski
|
d593a76f28
|
Merge branches 'develop' and 't3chguy/kbd' of github.com:matrix-org/matrix-react-sdk into t3chguy/kbd
|
2020-03-18 20:41:13 +00:00 |
|
Michael Telatynski
|
cad28c81c0
|
Add Keyboard shortcuts dialog
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-03-18 16:40:21 +00:00 |
|
Michael Telatynski
|
42ee157645
|
Merge pull request #4217 from matrix-org/t3chguy/gemini
Remove Gemini Scrollbars
|
2020-03-18 14:03:51 +00:00 |
|
Michael Telatynski
|
ef79492f2c
|
Merge pull request #4209 from matrix-org/t3chguy/redesign/room_directory
Room Directory Explore Servers redesign
|
2020-03-18 11:51:42 +00:00 |
|
J. Ryan Stinnett
|
fac4561ac8
|
Merge pull request #4225 from matrix-org/jryans/comp-sec-restore-slow
Restore key backup in background after complete security
|
2020-03-17 16:47:18 +00:00 |
|