J. Ryan Stinnett
a32495ba9e
Merge pull request #5587 from dangwynne/develop
...
Fix new rooms being titled 'Empty Room'
2021-02-01 13:01:38 +00:00
Michael Telatynski
741b3f76ee
Merge pull request #5593 from SimonBrandner/fix-collapsing-of-left-panel
...
Fix saving the collapsed state of the left panel
2021-02-01 12:50:37 +00:00
Michael Telatynski
72263a4a56
Merge pull request #5602 from matrix-org/t3chguy/peeking
...
Fix RoomView re-mounting breaking peeking
2021-02-01 12:26:42 +00:00
J. Ryan Stinnett
50452d52ff
Merge pull request #5592 from matrix-org/jryans/opt-room-id
...
Tweak a few room ID checks
2021-02-01 10:54:29 +00:00
J. Ryan Stinnett
89b835dd20
Merge pull request #5575 from matrix-org/jryans/no-event-pills
...
Remove pills from event permalinks with text
2021-02-01 10:53:22 +00:00
Michael Telatynski
53334de5a9
Fix RoomView re-mounting breaking peeking
...
Because as of React 16 order of unmount & re-mount is undefined
this was causing the possibility of the unmount running after
the willMount of the replacement RoomView, upsetting the state
of the singleton inside the js-sdk.
2021-01-31 16:09:11 +00:00
Priit Jõerüüt
34c198a2ed
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2739 of 2739 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2021-01-29 17:13:00 +00:00
@a2sc:matrix.org
1715705643
Translated using Weblate (German)
...
Currently translated at 100.0% (2739 of 2739 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2021-01-29 17:12:57 +00:00
Weblate
f0a83b24df
Merge branch 'origin/develop' into Weblate.
2021-01-29 16:40:42 +00:00
J. Ryan Stinnett
f8192a8314
Support managed hybrid widgets from config
...
This adds additional support to the managed hybrid widget experiment to also
support pulling the build URL from Element config.
2021-01-29 16:26:34 +00:00
Weblate
d25e13148e
Merge branch 'origin/develop' into Weblate.
2021-01-29 16:03:28 +00:00
J. Ryan Stinnett
3f89da9b8f
Merge pull request #5594 from matrix-org/jryans/hybrid-call-widget
...
Add managed hybrid call widgets when supported
2021-01-29 16:03:20 +00:00
Weblate
1e8d2693f4
Merge branch 'origin/develop' into Weblate.
2021-01-29 15:49:18 +00:00
@a2sc:matrix.org
efc74b507d
Translated using Weblate (German)
...
Currently translated at 99.8% (2734 of 2738 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2021-01-29 15:49:18 +00:00
J. Ryan Stinnett
0cb1d1dc95
Tweak mobile guide toast copy
2021-01-29 15:30:13 +00:00
J. Ryan Stinnett
2c313e0c5e
Add managed hybrid call widgets when supported
...
If your homeserver is configured with an experiment `widget_build_url`, this
will take over the functionality of the call buttons and turn them into a
general widget installer.
2021-01-29 14:45:25 +00:00
Weblate
ae8a5d13e2
Merge branch 'origin/develop' into Weblate.
2021-01-29 13:29:03 +00:00
waclaw66
1819aecffd
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2737 of 2737 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2021-01-29 13:29:03 +00:00
Michael Telatynski
62712159f6
Merge pull request #5578 from matrix-org/t3chguy/sso_fixes
...
Improve SSO auth flow
2021-01-29 13:28:53 +00:00
Michael Telatynski
0eb0d242d5
Apply suggestions from code review
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2021-01-29 13:05:09 +00:00
Michael Telatynski
0167c3cefb
Iterate SSO auth ux styling
2021-01-29 13:04:05 +00:00
Šimon Brandner
9c5af8b61e
Fix collapsing of the left panel
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-01-29 13:19:09 +01:00
Michael Telatynski
1eb88c988c
Add tooltips to mini sso buttons
2021-01-29 12:05:15 +00:00
dangwynne
dc81496c3b
add optional chaining operator
2021-01-29 11:31:21 +00:00
Weblate
096b13ea81
Merge branch 'origin/develop' into Weblate.
2021-01-29 11:18:16 +00:00
J. Ryan Stinnett
b8e3908ee2
Merge pull request #5586 from matrix-org/jryans/maybe-mobile
...
Add optional mobile guide toast
2021-01-29 11:18:08 +00:00
J. Ryan Stinnett
c9a6214256
Tweak a few room ID checks
2021-01-29 11:15:30 +00:00
Weblate
7698ba3bb1
Merge branch 'origin/develop' into Weblate.
2021-01-29 10:26:48 +00:00
Priit Jõerüüt
733d408549
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2735 of 2735 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2021-01-29 10:13:22 +00:00
waclaw66
a03c32ad72
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2735 of 2735 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2021-01-29 10:13:20 +00:00
Jeff Huang
fd427b7aeb
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2735 of 2735 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2021-01-29 10:13:17 +00:00
LinAGKar
9aae8fc01b
Translated using Weblate (Swedish)
...
Currently translated at 98.9% (2705 of 2735 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2021-01-29 10:13:15 +00:00
NetanelHarris
4474e14186
Translated using Weblate (Hebrew)
...
Currently translated at 99.2% (2714 of 2735 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/he/
2021-01-29 10:13:11 +00:00
Šimon Brandner
4f065ad822
Fix escape for cancelling replies
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-01-29 10:31:59 +01:00
dangwynne
992247201e
Fix issue #16270 new rooms are titled 'Empty Room'. Signed-off-by: Dan Gwynne dangwynne1@gmail.com
2021-01-28 20:36:33 +00:00
J. Ryan Stinnett
2996ceca52
Add optional mobile guide toast
...
This adds an optional toast which Element deployments can enable to nudge users
towards the mobile apps once they are inside the app.
Part of https://github.com/vector-im/element-web/issues/16283
2021-01-28 17:21:36 +00:00
Weblate
cff7ffd502
Merge branch 'origin/develop' into Weblate.
2021-01-28 16:17:15 +00:00
J. Ryan Stinnett
f113748520
Merge pull request #5540 from SimonBrandner/dm-conversion-commands
...
Add commands for DM conversion
2021-01-28 16:17:07 +00:00
Weblate
5f250c05e7
Merge branch 'origin/develop' into Weblate.
2021-01-28 14:47:17 +00:00
Travis Ralston
310a2e9b2a
Merge pull request #5580 from matrix-org/travis/widgets/oidc-verif-diag
...
Run a UI refresh over the OIDC Exchange confirmation dialog
2021-01-28 07:47:11 -07:00
Weblate
f24d8a32f5
Merge branch 'origin/develop' into Weblate.
2021-01-28 14:46:25 +00:00
Travis Ralston
d6dbe5596a
Merge pull request #5581 from matrix-org/travis/widgets/sticker-picker
...
Allow stickerpickers the legacy "visibility" capability
2021-01-28 07:46:17 -07:00
Weblate
d28521123e
Merge branch 'origin/develop' into Weblate.
2021-01-28 12:50:00 +00:00
J. Ryan Stinnett
4920614ca5
Merge pull request #5529 from SimonBrandner/hide-local-feed
...
Hide local video if it is muted
2021-01-28 12:49:52 +00:00
Weblate
4f96064a1d
Merge branch 'origin/develop' into Weblate.
2021-01-28 12:33:38 +00:00
J. Ryan Stinnett
5431dc7331
Merge pull request #5548 from SimonBrandner/add-search-shortcut
...
Add optional search shortcut
2021-01-28 12:33:32 +00:00
Weblate
1499f9a209
Merge branch 'origin/develop' into Weblate.
2021-01-28 12:25:56 +00:00
J. Ryan Stinnett
08d495eee8
Merge pull request #5584 from 2580ayush2580/ayush25805
...
Fix Sudden 'find a room' UI shows up when the only room moves to favourites
2021-01-28 12:25:47 +00:00
Michael Telatynski
fd4109b8ad
fix tests by reverting if removal
2021-01-28 11:00:04 +00:00
Michael Telatynski
1761a4ec80
Improve SSO UIA
...
Fixes Fallback UIA postmessage interface
Auto-closes SSO UIA tab when the user has completed the flow within it
Error for when auth stage is restarted because it failed
2021-01-28 10:45:29 +00:00