Weblate
25deb7e411
Merge branch 'origin/develop' into Weblate.
2020-02-20 03:01:33 +00:00
Walter
10f90be5af
Translated using Weblate (Russian)
...
Currently translated at 81.1% (1725 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2020-02-20 03:01:33 +00:00
Michael Telatynski
b72042496e
Merge pull request #4093 from matrix-org/t3chguy/leaks
...
Fix various memory leaks due to method re-binding
2020-02-20 03:01:25 +00:00
Michael Telatynski
16bbea0b59
Fix various leaks due to method re-binding
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-20 02:35:30 +00:00
Michael Telatynski
ffde11ca91
Use Persistent Storage where possible
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-20 00:38:08 +00:00
Travis Ralston
760a472be5
Appease the linter
2020-02-19 17:05:32 -07:00
Travis Ralston
3b6a201d4e
Add comments
2020-02-19 17:03:50 -07:00
Travis Ralston
45963adeb4
Use binary packing for verification QR codes
...
Fixes https://github.com/vector-im/riot-web/issues/12257
Fixes https://github.com/vector-im/riot-web/issues/12375
We do not remove the existing QR code library in this commit because it is still used elsewhere (like the share dialog).
This should be as accurate as possible to what [MSC1543](https://github.com/matrix-org/matrix-doc/pull/1544 ) asks for.
2020-02-19 17:02:14 -07:00
Weblate
9acd1e7d64
Merge branch 'origin/develop' into Weblate.
2020-02-19 17:41:34 +00:00
Michael Telatynski
12eb408c58
Merge pull request #4073 from matrix-org/t3chguy/a11y_share_msg
...
Fix share message context menu option keyboard a11y
2020-02-19 17:41:28 +00:00
Michael Telatynski
f074e85863
tidy up
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-19 16:35:05 +00:00
Weblate
5202fffb6e
Merge branch 'origin/develop' into Weblate.
2020-02-19 16:05:01 +00:00
Tentarial
fa39021387
Translated using Weblate (German)
...
Currently translated at 75.6% (1608 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-02-19 16:05:00 +00:00
Remi Reuvekamp
df897b4734
Translated using Weblate (Dutch)
...
Currently translated at 86.6% (1841 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2020-02-19 16:04:57 +00:00
RiotRobot
2d05205c9e
v2.1.1
2020-02-19 16:03:58 +00:00
RiotRobot
faf8a5c2db
Prepare changelog for v2.1.1
2020-02-19 16:03:57 +00:00
RiotRobot
a687d158e8
Released js-sdk
2020-02-19 15:59:37 +00:00
Michael Telatynski
5a31b308cd
remove unused clause
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-19 15:09:05 +00:00
Michael Telatynski
d1503d8a65
fix edge case
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-19 14:55:49 +00:00
Michael Telatynski
a6edc34e97
Iterate things
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-19 14:52:00 +00:00
Michael Telatynski
d70a9bd001
small tweaks, still not working reliably
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-19 14:39:36 +00:00
Weblate
b856c2e8d5
Merge branch 'origin/develop' into Weblate.
2020-02-19 14:34:36 +00:00
Tentarial
ca680e56fc
Translated using Weblate (German)
...
Currently translated at 72.6% (1544 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-02-19 14:34:36 +00:00
Tentarial
46fcb7d348
Translated using Weblate (German)
...
Currently translated at 72.6% (1544 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-02-19 14:34:35 +00:00
Bruno Windels
9ab861121d
Merge pull request #4090 from matrix-org/bwindels/localaliasspinner
...
show spinner while loading local aliases
2020-02-19 14:34:27 +00:00
Bruno Windels
a5b9682572
show spinner while loading local aliases
2020-02-19 15:15:05 +01:00
Weblate
fb7cc02b62
Merge branch 'origin/develop' into Weblate.
2020-02-19 14:04:15 +00:00
Damir Jelić
7f71e551da
EventIndex: Split out the statements that check for a valid event type.
2020-02-19 14:50:59 +01:00
Damir Jelić
156c6b8db8
EventIndex: Document the return value of the isValidEvent method.
2020-02-19 14:50:59 +01:00
Damir Jelić
59f8b4f6b1
EventIndex: Don't index key verification events.
...
Since cross-signing is a thing key verification events have become part
of the timeline and room history.
Those events are m.room.message events for backwards compatibility, so
clients that don't support key verification in the timeline print out a
fall-back message.
2020-02-19 14:50:59 +01:00
Michael Telatynski
4278d44059
Merge branches 'develop' and 't3chguy/alpha_room_list' of github.com:matrix-org/matrix-react-sdk into t3chguy/alpha_room_list
2020-02-19 13:30:47 +00:00
Weblate
2e1334238c
Merge branch 'origin/develop' into Weblate.
2020-02-19 12:53:07 +00:00
Michael Telatynski
b1b17a313e
Merge pull request #4046 from matrix-org/t3chguy/usercontent
...
Get rid of dependence on usercontent.riot.im
2020-02-19 12:53:01 +00:00
Michael Telatynski
4da5f32764
get rid of lockOrigin backwards compatibility
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-19 12:44:46 +00:00
Weblate
48787d5f4e
Merge branch 'origin/develop' into Weblate.
2020-02-19 10:28:50 +00:00
Bruno Windels
5b8551df1f
Merge pull request #4089 from matrix-org/bwindels/fixnoaliasesforpublicroom
...
also detect aliases using new /aliases endpoint for room access settings
2020-02-19 10:28:45 +00:00
Bruno Windels
30ae6dbdbb
also detect aliases using new /aliases endpoint for room access settings
2020-02-19 11:18:56 +01:00
Weblate
a9fe810bab
Merge branch 'origin/develop' into Weblate.
2020-02-19 10:03:00 +00:00
Walter
48ef8e84e6
Translated using Weblate (Russian)
...
Currently translated at 80.9% (1719 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2020-02-19 10:03:00 +00:00
random
ad8255e31a
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2126 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-02-19 10:02:59 +00:00
Szimszon
6c9d489ef7
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2126 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-02-19 10:02:58 +00:00
Tentarial
7460ddfada
Translated using Weblate (German)
...
Currently translated at 71.1% (1512 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-02-19 10:02:58 +00:00
Kévin C
2273b8606b
Translated using Weblate (French)
...
Currently translated at 100.0% (2126 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-02-19 10:02:56 +00:00
Jeff Huang
d7a6296100
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2126 of 2126 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-02-19 10:02:56 +00:00
Bruno Windels
6118e9621e
Merge pull request #4086 from matrix-org/bwindels/fixaliases
...
get local aliases from /aliases in room settings
2020-02-19 10:02:50 +00:00
Bruno Windels
cb5882d59b
add null check
2020-02-19 10:40:00 +01:00
rtestard
650f412acb
I have added a new line at the end of the scss file
2020-02-19 10:15:58 +01:00
Bruno Windels
4c9c57bfe5
check server feature flag
...
if not available, revert to old behavior
2020-02-19 10:06:52 +01:00
Bruno Windels
e6ca581f10
get local aliases from /aliases in room settings
2020-02-18 16:27:45 +01:00
Michael Telatynski
600cb64d00
don't nest <a> inside <AccessibleButton>
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-02-18 15:04:57 +00:00