MamasLT
|
dd8c65eba2
|
Translated using Weblate (Lithuanian)
Currently translated at 52.8% (1227 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
|
2020-05-23 10:20:21 +00:00 |
XoseM
|
9dcfe6db6a
|
Translated using Weblate (Galician)
Currently translated at 46.2% (1073 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
|
2020-05-23 10:20:15 +00:00 |
Tuomas Hietala
|
77910d2d54
|
Translated using Weblate (Finnish)
Currently translated at 94.5% (2195 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
|
2020-05-23 10:20:12 +00:00 |
Jeff Huang
|
e751b789aa
|
Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
|
2020-05-23 10:20:11 +00:00 |
Slavi Pantaleev
|
020a1841c7
|
Translated using Weblate (Bulgarian)
Currently translated at 94.6% (2196 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
|
2020-05-23 10:20:11 +00:00 |
Osoitz
|
6a48b54889
|
Translated using Weblate (Basque)
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
|
2020-05-23 10:20:07 +00:00 |
Michael Telatynski
|
37d04d6ceb
|
Merge pull request #4101 from matrix-org/t3chguy/leaks
Transition BaseAvatar to hooks
|
2020-05-23 11:19:58 +01:00 |
Michael Telatynski
|
4892d8cdd0
|
Merge branches 't3chguy/toasts3' and 't3chguy/toasts3_2' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3_2
|
2020-05-23 11:19:20 +01:00 |
Michael Telatynski
|
880e16aaa2
|
Merge branches 'develop' and 't3chguy/leaks' of github.com:matrix-org/matrix-react-sdk into t3chguy/leaks
Conflicts:
src/components/views/avatars/BaseAvatar.js
test/components/views/messages/TextualBody-test.js
|
2020-05-23 11:12:58 +01:00 |
Michael Telatynski
|
efeb8a8487
|
Merge branches 'develop' and 't3chguy/toasts3' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3
|
2020-05-23 11:01:36 +01:00 |
Michael Telatynski
|
d29ba5b597
|
fix priority sorting to highest first
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-23 09:02:35 +01:00 |
Michael Telatynski
|
066dd4b611
|
Update Modular hosting link
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-23 08:48:28 +01:00 |
Michael Telatynski
|
fe03d02cf6
|
Fix reacting to redactions
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-23 08:43:15 +01:00 |
Travis Ralston
|
3a3ddbf7c4
|
Add missing documentation
|
2020-05-22 18:10:30 -06:00 |
Travis Ralston
|
a19e27d11c
|
Calculate badges in the new room list more reliably
Fixes https://github.com/vector-im/riot-web/issues/13757
This uses a different way of calculating the badges by using about 6 less variables, and consolidating the remaining ones down.
|
2020-05-22 18:05:09 -06:00 |
Michael Telatynski
|
3d2b56aecd
|
i18n
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 23:23:23 +01:00 |
Michael Telatynski
|
4193426808
|
delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 23:14:33 +01:00 |
Michael Telatynski
|
891ba1bbe3
|
Replace New Version Bar with a Toast
discards the `new_version` dispatch
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 23:08:45 +01:00 |
Michael Telatynski
|
9f060d1132
|
i18n
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 22:34:32 +01:00 |
Michael Telatynski
|
29cfb47a83
|
fix copy
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 22:33:13 +01:00 |
Michael Telatynski
|
ccf9e65123
|
Migrate Server Limit Bar Banner to a Toast
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 22:27:19 +01:00 |
Michael Telatynski
|
5d0040b8b3
|
Migrate Password Nag Bar Banner to a Toast
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 22:15:22 +01:00 |
Michael Telatynski
|
c91f8c2631
|
Migrate Analytics Banner to a Toast
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 22:04:21 +01:00 |
Michael Telatynski
|
89292ca47b
|
Fix toast priority sorting to put the highest priority into slot[0]
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 22:03:16 +01:00 |
Michael Telatynski
|
3732d1f5a5
|
Migrate Desktop Notifications MatrixToolbar to a Toast
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 21:56:25 +01:00 |
Michael Telatynski
|
a977b8c4ca
|
Fix lifecycle to reset things before it starts them
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 21:55:43 +01:00 |
Michael Telatynski
|
08fadb092c
|
Remove redundant component
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 21:43:15 +01:00 |
Weblate
|
e639c547f5
|
Merge branch 'origin/develop' into Weblate.
|
2020-05-22 13:57:35 +00:00 |
MamasLT
|
efb3dd2e25
|
Translated using Weblate (Lithuanian)
Currently translated at 48.7% (1131 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
|
2020-05-22 13:57:34 +00:00 |
XoseM
|
24c3791196
|
Translated using Weblate (Galician)
Currently translated at 44.4% (1030 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
|
2020-05-22 13:57:34 +00:00 |
XoseM
|
8a1ace43da
|
Translated using Weblate (Galician)
Currently translated at 44.4% (1030 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
|
2020-05-22 13:57:34 +00:00 |
Michael Telatynski
|
696f158be0
|
Merge pull request #4614 from matrix-org/t3chguy/toasts2
Convert BasePlatform and BaseEventIndexManager to Typescript
|
2020-05-22 14:57:25 +01:00 |
Michael Telatynski
|
49c0748990
|
delint and i18n
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 14:32:41 +01:00 |
Michael Telatynski
|
4e67e46863
|
fix countSeen
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 14:29:30 +01:00 |
Michael Telatynski
|
c464abaa49
|
Iterate toast count indicator more logically
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 14:28:01 +01:00 |
Weblate
|
3c781e0e82
|
Merge branch 'origin/develop' into Weblate.
|
2020-05-22 13:14:39 +00:00 |
RiotRobot
|
af59d3a094
|
Reset matrix-js-sdk back to develop branch
|
2020-05-22 14:14:09 +01:00 |
Weblate
|
568391f69c
|
Merge branch 'origin/develop' into Weblate.
|
2020-05-22 13:13:22 +00:00 |
RiotRobot
|
5ec8459468
|
Merge branch 'master' into develop
|
2020-05-22 14:13:01 +01:00 |
Weblate
|
ec61809798
|
Merge branch 'origin/develop' into Weblate.
|
2020-05-22 13:04:02 +00:00 |
Michael Telatynski
|
50f3e26586
|
Merge pull request #4619 from matrix-org/t3chguy/tag_dm_regr
Fix: Tag_DM is not defined
|
2020-05-22 14:03:56 +01:00 |
RiotRobot
|
5a4da13e86
|
v2.6.1
|
2020-05-22 14:00:29 +01:00 |
RiotRobot
|
762918d664
|
Prepare changelog for v2.6.1
|
2020-05-22 14:00:29 +01:00 |
Michael Telatynski
|
ac0d794877
|
Fix: Tag_DM is not defined
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 13:49:56 +01:00 |
J. Ryan Stinnett
|
1c3c084491
|
Merge pull request #4617 from matrix-org/jryans/release-4612
Fix key backup restore with SSSS
|
2020-05-22 13:43:26 +01:00 |
J. Ryan Stinnett
|
88df8790df
|
Merge pull request #4616 from matrix-org/jryans/release-4607
Remove SSSS key upgrade check from rageshake
|
2020-05-22 13:43:17 +01:00 |
Michael Telatynski
|
a822ab49d5
|
i18n
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 13:40:30 +01:00 |
Michael Telatynski
|
14cee41360
|
Convert things to Typescript and re-use a generic component
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 13:29:53 +01:00 |
Michael Telatynski
|
b21e5ba10b
|
Set new granular priorities
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 12:57:48 +01:00 |
Michael Telatynski
|
3bf5e003a1
|
Convert DeviceListener to Typescript
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2020-05-22 12:54:03 +01:00 |