Commit graph

23411 commits

Author SHA1 Message Date
Michael Telatynski
517e3b5ea4
Merge pull request #5372 from matrix-org/t3chguy/countly
Only pass metrics if they exist otherwise Countly will be unhappy!
2020-10-30 16:24:28 +00:00
Michael Telatynski
067886f5e8 Only pass metrics if they exist otherwise Countly will be unhappy! 2020-10-30 16:09:06 +00:00
Resynth
a74f4fa25e Change "Password" to "New Password"
Doesn't solve most issues in the Forgot Password menu, but clears up the
UI a little. "New Password" makes more sense here, as "Password" may
suggest to the user that they have to enter the password they forgot.

Signed-off-by: Resynth <resynth1943@tutanota.com>
2020-10-30 16:05:35 +00:00
Weblate
7951a54854 Merge branch 'origin/develop' into Weblate. 2020-10-30 14:28:58 +00:00
XoseM
ac4f9bbcc0 Translated using Weblate (Galician)
Currently translated at 99.9% (2374 of 2375 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2020-10-30 14:28:58 +00:00
Michael Telatynski
f80ee391bc
Merge pull request #5370 from matrix-org/t3chguy/countly
Fix CountlyAnalytics NPE on MatrixClientPeg
2020-10-30 14:28:48 +00:00
Michael Telatynski
171b3ede76 improve comments 2020-10-30 14:27:14 +00:00
Michael Telatynski
70fe26d163 Fix CountlyAnaltics NPE on MatrixClientPeg 2020-10-30 14:14:17 +00:00
Weblate
9b794198e9 Merge branch 'origin/develop' into Weblate. 2020-10-30 13:47:47 +00:00
XoseM
97b7863354 Translated using Weblate (Galician)
Currently translated at 99.6% (2366 of 2375 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2020-10-30 13:47:46 +00:00
Michael Telatynski
b6532f9b80
Merge pull request #5369 from matrix-org/t3chguy/countly
fix CountlyAnalytics canEnable on wrong target
2020-10-30 13:47:35 +00:00
Michael Telatynski
3f11259fa8 fix CountlyAnalytics canEnable on wrong target 2020-10-30 13:42:35 +00:00
Weblate
c0ce913fe0 Merge branch 'origin/develop' into Weblate. 2020-10-30 13:08:05 +00:00
Michael Telatynski
444425b9ab
Merge pull request #5365 from matrix-org/t3chguy/countly
Initial Countly work
2020-10-30 13:07:58 +00:00
Michael Telatynski
50a937c523 add comments 2020-10-30 12:44:46 +00:00
Weblate
7b40aa6d1f Merge branch 'origin/develop' into Weblate. 2020-10-30 12:00:13 +00:00
random
214ba7ab1d Translated using Weblate (Italian)
Currently translated at 99.9% (2366 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2020-10-30 12:00:13 +00:00
Valex
213fcb3ad8 Translated using Weblate (Russian)
Currently translated at 99.8% (2363 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ru/
2020-10-30 12:00:11 +00:00
progserega
7133464977 Translated using Weblate (Russian)
Currently translated at 99.8% (2363 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ru/
2020-10-30 12:00:11 +00:00
Will Hunt
c8485419c1 Fix bug that would cause failed to decrypt messages in non-encrypted rooms 2020-10-30 11:29:32 +00:00
Michael Telatynski
db38d737a4 fix ts global 2020-10-30 10:43:52 +00:00
Michael Telatynski
72f6aa61dd flush requests queue 2020-10-30 10:31:32 +00:00
Michael Telatynski
b01055f962 Tidy up and fix some edge cases 2020-10-30 10:26:15 +00:00
Nikolai Zahariev
3ef0bb5888 Translated using Weblate (Bulgarian)
Currently translated at 92.3% (2186 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/bg/
2020-10-29 22:07:27 +00:00
notramo
397f2386d3 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2367 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2020-10-29 22:07:25 +00:00
Max Harmathy
1bab68333e Translated using Weblate (German)
Currently translated at 100.0% (2367 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2020-10-29 22:07:23 +00:00
David Baker
f828c6d494 Implement call hold
Currently just by adding /holdcall and /unholdcall slash commands

The only place the hold status of the call is currently represented
is when the call is a voice call and you're viewing a different room:
it's not wired up when you're viewing the room because that currently
uses the room status bar which it won't do with the new UI.

Also convert VideoFeed to typescript, and remove videoview because
it essentially just managed the fullscreen functionality, but we'll
want and 'on hold' representation (and probably chrome for hagnup etc)
in the fullscreen UI too, so let's just make CallView the thing that
gets fullscreened.
2020-10-29 17:56:24 +00:00
Michael Telatynski
c3a355097d Initial Countly work 2020-10-29 15:57:16 +00:00
Weblate
0b7ec2d734 Merge branch 'origin/develop' into Weblate. 2020-10-29 11:54:57 +00:00
Michael Telatynski
3c9cc636c4
Merge pull request #5360 from matrix-org/t3chguy/fix/15586
Watch replyToEvent at RoomView to prevent races
2020-10-29 11:54:49 +00:00
Weblate
8269ca74de Merge branch 'origin/develop' into Weblate. 2020-10-29 03:18:29 +00:00
MamasLT
c4e8b4221f Translated using Weblate (Lithuanian)
Currently translated at 81.3% (1926 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lt/
2020-10-29 03:18:29 +00:00
Travis Ralston
ac3414b231
Merge pull request #5362 from matrix-org/travis/ui-feat/history
Add a UI Feature flag for room history settings
2020-10-28 21:18:19 -06:00
Travis Ralston
09b02d0120 Fix i18n 2020-10-28 10:50:38 -06:00
Travis Ralston
a501d698aa Add a UI Feature flag for room history settings 2020-10-28 09:00:36 -06:00
Weblate
35a28a3f46 Merge branch 'origin/develop' into Weblate. 2020-10-28 14:17:06 +00:00
J. Ryan Stinnett
5f840da38a Fix typo 2020-10-28 13:12:12 +00:00
J. Ryan Stinnett
ac7991c494 Add comment 2020-10-28 13:11:35 +00:00
J. Ryan Stinnett
9c8bc583e0 Hide inline images when preference disabled
As a first attempt, this drops inline images (as if they were not present at
all) when the "show images" preference is disabled. Future work might expose
some UI to reveal them like standalone image events have.

Fixes https://github.com/vector-im/element-web/issues/15573
2020-10-28 13:03:48 +00:00
Michael Telatynski
e06550b748 Watch replyToEvent at RoomView to prevent races 2020-10-28 12:47:59 +00:00
Weblate
c964c38406 Merge branch 'origin/develop' into Weblate. 2020-10-28 11:27:16 +00:00
J. Ryan Stinnett
557d9ad90c
Merge pull request #5359 from matrix-org/jryans/react-key-checkboxes
Fix React warning by moving handler to each button
2020-10-28 11:27:07 +00:00
Weblate
f5480efea7 Merge branch 'origin/develop' into Weblate. 2020-10-28 00:56:38 +00:00
Tirifto
89fbd33abf Translated using Weblate (Esperanto)
Currently translated at 99.6% (2359 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/eo/
2020-10-28 00:56:38 +00:00
Travis Ralston
0adb920448
Merge pull request #5352 from matrix-org/hs/mvideobody
Do not preload encrypted videos|images unless autoplay or thumbnailing is on
2020-10-27 18:56:29 -06:00
J. Ryan Stinnett
bb18e44042 Fix React warning by moving handler to each button
React is disturbed that the buttons don't have their own event handlers, so
let's just move it there.
2020-10-27 17:11:09 +00:00
Weblate
9e3f3415bb Merge branch 'origin/develop' into Weblate. 2020-10-27 11:39:07 +00:00
MamasLT
da00ab53ad Translated using Weblate (Lithuanian)
Currently translated at 81.2% (1923 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lt/
2020-10-27 11:39:07 +00:00
LinAGKar
fdb491d4e8 Translated using Weblate (Swedish)
Currently translated at 100.0% (2367 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2020-10-27 11:38:47 +00:00
notramo
1214052e53 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2367 of 2367 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2020-10-27 11:38:44 +00:00