David Baker
6aa96ef82f
Fix bug where rooms would not appear when filtering
...
We need to reset the scroll offset otherwise the component may be
scrolled past the only content it has (Chrome just corrected the
scroll offset but Firefox scrolled it anyway).
NB. Introducing the new deriveStateFromProps method seems to
means that react no longer calls componentWillMount so I've
had to change it to componentDidMount (which it should have
been anyway).
Fixes https://github.com/vector-im/riot-web/issues/11263
2019-11-01 10:02:08 +00:00
RiotRobot
60731dabf4
v1.7.1-rc.1
2019-10-30 16:47:27 +00:00
RiotRobot
5797b654db
Prepare changelog for v1.7.1-rc.1
2019-10-30 16:47:26 +00:00
RiotRobot
8dfa464202
js-sdk rc.1
2019-10-30 16:44:18 +00:00
Michael Telatynski
41792a23a6
Merge pull request #3573 from matrix-org/t3chguy/hide_tray_icon
...
Add ability to hide tray icon on non-Mac
2019-10-30 16:31:36 +00:00
Michael Telatynski
fa811f99de
Merge hide-to-tray-icon with show-tray-icon
2019-10-30 14:32:27 +00:00
Michael Telatynski
46e7e1e81a
Merge branches 'develop' and 't3chguy/hide_tray_icon' of https://github.com/matrix-org/matrix-react-sdk into t3chguy/hide_tray_icon
2019-10-30 14:15:09 +00:00
David Baker
e94a9a50e3
Merge pull request #3579 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate
2019-10-30 13:43:14 +00:00
Weblate
e0917012ff
Merge branch 'origin/develop' into Weblate.
2019-10-30 10:55:42 +00:00
송태섭
c4c14fa189
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1850 of 1850 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2019-10-30 10:55:42 +00:00
random
287d03adc3
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1850 of 1850 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2019-10-30 10:55:42 +00:00
Szimszon
96d99c350c
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1850 of 1850 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-10-30 10:55:41 +00:00
Jeff Huang
9a2547800d
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1850 of 1850 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-10-30 10:55:41 +00:00
David Baker
ca271dab5f
Merge pull request #3578 from matrix-org/dbkr/fix_call_state_logging
...
Fix call state logging
2019-10-30 10:55:37 +00:00
David Baker
342e7856cd
Fix call state logging
...
console.log does not work that way
2019-10-30 10:38:34 +00:00
Weblate
2af478dd93
Merge branch 'origin/develop' into Weblate.
2019-10-29 18:16:52 +00:00
Travis Ralston
b44e14a722
Merge pull request #3576 from matrix-org/travis/widget-tokens
...
Match widgets up with their integration manager
2019-10-29 12:16:48 -06:00
Travis Ralston
e46976be72
Match widgets up with their integration manager
2019-10-29 11:49:15 -06:00
Weblate
75a4b49628
Merge branch 'origin/develop' into Weblate.
2019-10-29 17:37:38 +00:00
J. Ryan Stinnett
cbd25ab1a8
Merge pull request #3575 from matrix-org/jryans/log-event-wo-id
...
Add diagnostic log to catch events without an ID
2019-10-29 19:37:33 +02:00
J. Ryan Stinnett
3775dc0943
Add diagnostic log to catch events without an ID
...
This adds some temporary logging to investigate
https://github.com/vector-im/riot-web/issues/11120 .
2019-10-29 17:32:22 +00:00
Weblate
0d0a15ddfd
Merge branch 'origin/develop' into Weblate.
2019-10-29 16:43:15 +00:00
Walter
4eacafc6c7
Translated using Weblate (Russian)
...
Currently translated at 99.8% (1844 of 1847 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2019-10-29 16:43:14 +00:00
random
8fd2330c68
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1847 of 1847 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2019-10-29 16:43:14 +00:00
Szimszon
f8d09874f8
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1847 of 1847 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-10-29 16:43:14 +00:00
Kévin C
20d726fc59
Translated using Weblate (French)
...
Currently translated at 100.0% (1847 of 1847 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-10-29 16:43:14 +00:00
Jeff Huang
1da3f24e18
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1847 of 1847 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-10-29 16:43:13 +00:00
Michael Telatynski
aaafaa90da
Merge pull request #3574 from matrix-org/t3chguy/a11y/1
...
Fix missing i18n for RoomTile ARIA labels and add a case for notif-off bold
2019-10-29 16:43:09 +00:00
Michael Telatynski
98096d206b
Fix missing i18n for RoomTile ARIA labels and +a case for notif-off bold
2019-10-29 16:34:56 +00:00
Michael Telatynski
646a498b37
i18n
2019-10-29 11:56:41 +00:00
Michael Telatynski
cd37ffcef2
Add ability to hide tray icon on non-Mac (which has no tray icon)
2019-10-29 11:37:41 +00:00
Weblate
1c719be697
Merge branch 'origin/develop' into Weblate.
2019-10-28 17:11:22 +00:00
Michael Telatynski
814917d9ed
Merge pull request #3566 from matrix-org/t3chguy/sort_crash
...
LifeCycle onLoggedOut unmount before stopping client
2019-10-28 17:11:17 +00:00
Weblate
62dd4093b0
Merge branch 'origin/develop' into Weblate.
2019-10-28 16:19:56 +00:00
송태섭
bf93635267
Translated using Weblate (Korean)
...
Currently translated at 100.0% (1848 of 1848 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2019-10-28 16:19:56 +00:00
Tuomas Hietala
566efc236e
Translated using Weblate (Finnish)
...
Currently translated at 98.3% (1816 of 1848 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2019-10-28 16:19:56 +00:00
J. Ryan Stinnett
b5ffeb87a7
Merge pull request #3572 from matrix-org/jryans/identity-server-warnings
...
Remove unneeded help about identity servers
2019-10-28 18:19:51 +02:00
J. Ryan Stinnett
e3a55508d9
Remove unneeded help about identity servers
...
The custom server path no longer shows an identity server field (for modern
homeservers), so it's confusing to have the help dialog reference it.
Part of https://github.com/vector-im/riot-web/issues/11236
2019-10-28 15:38:28 +00:00
Weblate
3260610483
Merge branch 'origin/develop' into Weblate.
2019-10-28 14:33:31 +00:00
Tuomas Hietala
085a309f5e
Translated using Weblate (Finnish)
...
Currently translated at 97.9% (1810 of 1849 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2019-10-28 14:33:31 +00:00
J. Ryan Stinnett
54cea6a5e3
Merge pull request #3571 from matrix-org/jryans/identity-server-warnings
...
Remove messages implying you need an identity server for email recovery
2019-10-28 16:33:25 +02:00
J. Ryan Stinnett
99fa100b92
Tweak identity server warning text
2019-10-28 14:23:11 +00:00
J. Ryan Stinnett
88d0ae0572
Remove messages implying you need an identity server for email recovery
...
This tweaks logic that shows some warning messages saying you need an identity
server for email recovery. Assuming you have a modern homeserver, no identity
server is need for these activities, so the warnings were confusing.
Fixes https://github.com/vector-im/riot-web/issues/11100
2019-10-28 14:13:24 +00:00
J. Ryan Stinnett
a0aef67793
Merge pull request #3570 from matrix-org/jryans/align-quick-reactions
...
Fix quick reactions to be aligned with other emoji
2019-10-28 15:39:40 +02:00
J. Ryan Stinnett
e661e3b115
Fix quick reactions to be aligned with other emoji
...
This uses center alignment for quick reactions as well, so that they line up
with the larger emoji categories above.
2019-10-28 13:17:59 +00:00
Michael Telatynski
89e69ddb0a
Merge pull request #3569 from matrix-org/t3chguy/CallHandler_fail_ToS
...
If ToS gets rejected/any Scalar error then don't make Jitsi widget
2019-10-28 10:05:46 +00:00
David Baker
d02d8932e3
Merge pull request #3568 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate
2019-10-28 09:56:51 +00:00
Michael Telatynski
8eefb5bf02
If ToS gets rejected/any Scalar error then don't make Jitsi widget
2019-10-28 09:53:30 +00:00
Weblate
0532f39eaa
Merge branch 'origin/develop' into Weblate.
2019-10-28 09:28:49 +00:00
Michael Telatynski
309746336a
Merge pull request #3567 from matrix-org/t3chguy/room_create_ELS_use_profile
...
Fix Room Create ELS using MXID instead of newly set Displayname/Avatar
2019-10-28 09:28:45 +00:00