54ea85f235
regenerate .eslintignore.errorfiles
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2019-09-18 09:12:23 +01:00
648527e650
Fix failure to render newly verified phone number and nested forms
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2019-09-18 08:41:05 +01:00
5d7b51dd24
Merge branch 'origin/develop' into Weblate.
2019-09-17 22:00:52 +00:00
d7a1116880
Merge pull request #3454 from matrix-org/travis/focus
...
Focus context menus so screen readers can find them
2019-09-17 16:00:47 -06:00
9f3f88ba00
Focus context menus so screen readers can find them
...
Fixes https://github.com/vector-im/riot-web/issues/10899
The `tabIndex` is required to make the thing actually focusable. This is the same trick employed in https://github.com/matrix-org/matrix-react-sdk/pull/2994
2019-09-17 15:41:39 -06:00
8d3b22cece
Merge branch 'origin/develop' into Weblate.
2019-09-17 20:47:50 +00:00
8899f612c3
Translated using Weblate (French)
...
Currently translated at 100.0% (1800 of 1800 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-09-17 20:47:50 +00:00
df2632d164
Merge pull request #3453 from matrix-org/travis/fix-tests1
...
Fix unit tests: Use correct ShallowRenderer and updated lolex
2019-09-17 14:47:45 -06:00
10b2501785
Upgrade lolex to pull in a clock fix
...
See https://github.com/sinonjs/lolex/issues/136
We don't use fake timers, but we do use lolex's clock, which probably causes the same thing. Jumping from 2.x to 4.x looks largely compatible - tests pass.
2019-09-17 14:37:59 -06:00
99b8193ce7
Use the new ShallowRenderer over ReactTestUtils
...
Mostly because the ReactTestUtils renderer doesn't exist anymore.
2019-09-17 14:33:32 -06:00
202ae1b715
Merge branch 'origin/develop' into Weblate.
2019-09-17 17:17:43 +00:00
acf474c402
Merge pull request #3450 from matrix-org/matthew/read-marker-timings
...
make the lifetimes of the RM configurable
2019-09-17 18:17:39 +01:00
2deeb9f8e7
Merge branch 'origin/develop' into Weblate.
2019-09-17 17:01:51 +00:00
3facb9be82
Merge pull request #3451 from matrix-org/travis/bump2
...
Point to develop dependencies and fixed react-gemini-scrollbar
2019-09-17 11:01:47 -06:00
9c474da831
Bump to master commit of react-gemini-scrollbar
2019-09-17 10:55:49 -06:00
90691ada3c
normalise translations
2019-09-17 17:51:03 +01:00
11c7d02a2d
Point to develop dependencies and fixed react-gemini-scrollbar
...
Fixes https://github.com/vector-im/riot-web/issues/10894
See https://github.com/matrix-org/react-gemini-scrollbar/pull/3
2019-09-17 10:44:29 -06:00
b2f44237b8
dangling comma
2019-09-17 17:36:29 +01:00
832123524d
make the lifetimes of the RM configurable
2019-09-17 17:34:30 +01:00
c060e58ea2
Merge branch 'origin/develop' into Weblate.
2019-09-17 14:44:47 +00:00
26b646613d
Translated using Weblate (French)
...
Currently translated at 99.9% (1797 of 1798 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-09-17 14:44:46 +00:00
b1618056c0
Merge pull request #3449 from matrix-org/jryans/picker-types-regression
...
Fix address type props to state conversion
2019-09-17 15:44:41 +01:00
4e42dbe418
Fix address type props to state conversion
...
The address picker recently started tracking props and state versions of valid
address types separately
(https://github.com/matrix-org/matrix-react-sdk/pull/3408 ), where props
represents the maximal set of possible types and the state is the current
available types right now (since it can change while the dialog is open).
For the case where there is no a IS, a regression was introduced by that PR by
mutating the props in place instead returning a modified copy for the state.
Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/3408
Fixes https://github.com/vector-im/riot-web/issues/10878
2019-09-17 15:00:32 +01:00
a2c60312ae
Merge branch 'origin/develop' into Weblate.
2019-09-17 09:56:51 +00:00
2a67970d32
Merge pull request #3445 from matrix-org/t3chguy/nvl/historical_preview
...
Only put a room in Historical if === 'leave' not peeked
2019-09-17 10:56:46 +01:00
9694dcda0b
Merge pull request #63 from matrix-org/bwindels/optionalchangelink
...
Fix: Look for a change (HS) link in the registration but don't fail if it's not there
2019-09-17 09:46:47 +00:00
06af5b3f22
look for a change (HS) link in the registration but don't fail if its not there
2019-09-17 11:40:24 +02:00
dd0ffa8e72
Merge branch 'master' into develop
2019-09-16 17:49:46 +01:00
9a6e44a700
Merge branch 'release-v1.5.3'
2019-09-16 17:48:08 +01:00
74cbdf28ed
v1.5.3
v1.5.3
2019-09-16 17:47:22 +01:00
a1b13e51a0
Prepare changelog for v1.5.3
2019-09-16 17:47:22 +01:00
838b1859b9
Merge branch 'origin/develop' into Weblate.
2019-09-16 16:47:14 +00:00
44cf99d5d4
released js-sdk
2019-09-16 17:44:16 +01:00
51dd0cd88a
Merge pull request #3448 from matrix-org/bwindels/joinrdfix
...
Release: Directory should use the alias or server information to join the room
2019-09-16 17:34:44 +01:00
5d1056e1ef
don't fire onFinished twice
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2019-09-16 18:20:31 +02:00
597433d549
Reuse showRoom for onJoinClick so we join using alias if its available
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2019-09-16 18:20:24 +02:00
da521796fd
Merge branch 'origin/develop' into Weblate.
2019-09-16 16:13:32 +00:00
129d3693b2
Merge pull request #3444 from matrix-org/t3chguy/nvl/fix_room_directory
...
Reuse showRoom for onJoinClick so we join using alias if its available
2019-09-16 16:13:28 +00:00
ffe84bfc61
Merge branch 'origin/develop' into Weblate.
2019-09-16 15:43:07 +00:00
deddf77a05
Merge pull request #3446 from matrix-org/bwindels/fixscalarurlcheck
...
Fix: make sure scalarUrls is never undefined
2019-09-16 15:43:03 +00:00
4760da1666
Merge branch 'origin/develop' into Weblate.
2019-09-16 13:28:15 +00:00
7316df70da
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1798 of 1798 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-09-16 13:28:15 +00:00
e50889d9e6
Merge pull request #3447 from matrix-org/jryans/react-16-lock-tweak
...
Tweak lock file to pull in only one React version
2019-09-16 15:28:10 +02:00
16a412e7d0
Tweak lock file to pull in only one React version
...
Yarn deps can be a bit fiddly when targeting specific versions. This tweaks the
lock file to only pull in a single React version.
For others who may need to do something like this again, I recommend deleting
specific package entries from `yarn.lock` and re-running `yarn install`. That
should make it pick the right thing while also leaving other packages as they
were.
2019-09-16 14:07:05 +01:00
912a974725
Merge pull request #62 from matrix-org/bwindels/morecustomhsregisterfix
...
Fix: only need 2 "Next" clicks, not 3, when setting a custom HS during registration
2019-09-16 12:13:29 +00:00
1ea5047607
only need 2 clicks, not 3
2019-09-16 14:02:22 +02:00
5f03854f69
Merge pull request #61 from matrix-org/revert-58-revert-56-bwindels/fix-signup
...
Revert "Revert "Fix signup: set custom hs through advanced section, and accept IS step""
2019-09-16 11:22:16 +00:00
04f7514080
Merge pull request #60 from matrix-org/bwindels/somefixes
...
Attempt at making E2E tests on CI less flaky
2019-09-16 11:22:02 +00:00
166364ba03
Fix: make sure scalarUrls is never undefined
2019-09-16 10:12:15 +02:00
3fdaeea3a2
allow rooms we were banned from into Historical also
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2019-09-15 22:24:23 +01:00