RiotRobot
74c33cabca
Prepare changelog for v3.11.0
2020-12-21 17:06:40 +00:00
RiotRobot
78e6fb9121
Upgrade matrix-js-sdk to 9.4.0
2020-12-21 17:00:39 +00:00
J. Ryan Stinnett
f806443b7d
Merge pull request #5519 from matrix-org/jryans/big-emoji-html-release
...
[Release] Look for emoji in the body that will be displayed
2020-12-21 16:26:45 +00:00
J. Ryan Stinnett
3e7803d723
Merge pull request #5516 from matrix-org/jryans/element-url-patterns-release
...
[Release] Recognise `*.element.io` links as Element permalinks
2020-12-21 16:07:39 +00:00
J. Ryan Stinnett
3907826cd6
Look for emoji in the body that will be displayed
...
Fixes https://github.com/vector-im/element-web/issues/16013
2020-12-21 16:02:38 +00:00
J. Ryan Stinnett
93e24fae7a
Recognise *.element.io links as Element permalinks
...
This ensures all Elements detect permalinks to official deployments as Element
and handle them internally.
Fixes https://github.com/vector-im/element-web/issues/16005
2020-12-21 14:54:04 +00:00
J. Ryan Stinnett
71cbc8bf29
Rename and reformat Element URL pattern
...
This is just a code style cleanup. There are no behaviour changes in this
commit.
2020-12-21 14:54:04 +00:00
David Baker
e14050a19f
Merge pull request #5513 from matrix-org/dbkr/call_ui_fixups_rel
...
[Release] Fixes for call UI
2020-12-21 11:37:30 +00:00
David Baker
d851c826e5
Probably better to just remove this
2020-12-21 11:26:50 +00:00
David Baker
189d5bf769
Comment typo
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2020-12-21 11:21:50 +00:00
David Baker
f325df3b6a
Remove secondary call avatar
...
and change 'paused' to 'on hold'
2020-12-21 11:12:24 +00:00
David Baker
7cc00faeb3
Vary resume link text
...
Use 'Switch' if unholding that call would hold another
2020-12-21 11:12:13 +00:00
David Baker
f63572f02b
Visual fixups for call UI
...
* Add bottom margin on PiP view
* Remove avatar blurring & pause icon for held calls
* Change background of incoming call box to match PiP view
* Put drop shadow & border radius on PiP view & incoming call box
rather than the CallContainer they're in (so they each have their own
drop shadow / rounded corners).
* Add margin between incoming call box and PiP view
2020-12-21 11:11:27 +00:00
J. Ryan Stinnett
f364c852fd
Merge pull request #5512 from matrix-org/travis/release/the/snow
...
[RELEASE] Add a snowfall chat effect (with /snowfall command)
2020-12-21 10:22:10 +00:00
Travis Ralston
a0d925b879
Add a snowfall chat effect (with /snowfall command)
2020-12-21 00:18:32 -07:00
Travis Ralston
5c309042e6
fix i18n order
2020-12-18 18:46:59 -07:00
Travis Ralston
ce638e717d
Run the effect to completion rather than chopping it off
2020-12-18 18:46:35 -07:00
Travis Ralston
4fea266003
Use the same requestAnimationFrame as confetti
2020-12-18 18:46:32 -07:00
Travis Ralston
ec92be4ec4
Lower effect time by 1 second
...
It feels like it runs a bit too long
2020-12-18 18:46:29 -07:00
Travis Ralston
a966319c90
Fix minor lint problems
2020-12-18 18:46:25 -07:00
nurjinn jafar
1fd6809388
removed unnecessary opacity
2020-12-18 18:46:18 -07:00
nurjinn jafar
2a2c805031
changed canvas globalCompositeOperation value and removed probability
2020-12-18 18:46:11 -07:00
nurjinn jafar
4a73402b21
comments added
2020-12-18 18:46:05 -07:00
nurjinn jafar
b24a98c6d2
fireworks effect added
2020-12-18 18:44:13 -07:00
Michael Telatynski
efe7332b6d
Merge pull request #5502 from matrix-org/t3chguy/cherrypick/5501
...
[Release] Fix padding in confirmation email registration prompt
2020-12-17 12:31:29 +00:00
Michael Telatynski
a91c8a42c3
Fix padding in confirmation email registration prompt
2020-12-17 12:05:13 +00:00
RiotRobot
caf795e5c2
v3.11.0-rc.2
2020-12-16 16:27:16 +00:00
RiotRobot
01c3b79458
Prepare changelog for v3.11.0-rc.2
2020-12-16 16:27:15 +00:00
RiotRobot
d2ee89fa74
Upgrade matrix-js-sdk to 9.4.0-rc.2
2020-12-16 15:57:56 +00:00
RiotRobot
68b7538fca
v3.11.0-rc.1
2020-12-16 14:34:25 +00:00
RiotRobot
88ef854349
Prepare changelog for v3.11.0-rc.1
2020-12-16 14:34:25 +00:00
RiotRobot
9f8a5f5107
Upgrade matrix-js-sdk to 9.4.0-rc.1
2020-12-16 14:22:44 +00:00
J. Ryan Stinnett
1b6ace8cce
Merge pull request #5497 from RiotTranslateBot/weblate-element-web-matrix-react-sdk
...
Translations update from Weblate
2020-12-16 11:44:03 +00:00
waclaw66
66b682fa99
Translated using Weblate (Czech)
...
Currently translated at 95.0% (2577 of 2711 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-16 11:42:54 +00:00
Weblate
99d15b35c6
Merge branch 'origin/develop' into Weblate.
2020-12-16 11:16:35 +00:00
David Baker
c03854729c
Merge pull request #5495 from matrix-org/dbkr/callhandler_unregister_dispatcher
...
Unregister from the dispatcher in CallHandler
2020-12-16 11:16:27 +00:00
David Baker
ff84699028
Merge remote-tracking branch 'origin/develop' into dbkr/callhandler_unregister_dispatcher
2020-12-16 11:03:47 +00:00
Weblate
f91ce75de8
Merge branch 'origin/develop' into Weblate.
2020-12-16 10:59:12 +00:00
Mitja Sorsa
6878e23cb8
Translated using Weblate (Finnish)
...
Currently translated at 91.9% (2493 of 2711 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2020-12-16 10:59:11 +00:00
Michael Telatynski
3940eab165
Merge pull request #5496 from matrix-org/t3chguy/msc2858
...
Better adhere to MSC process
2020-12-16 10:58:56 +00:00
David Baker
973a0b7b8a
set dispatcher ref to null so we don't double-unregister
2020-12-16 10:53:59 +00:00
Michael Telatynski
2142a65a9b
delint
2020-12-16 10:46:39 +00:00
Michael Telatynski
4c2b6f410b
fix tests
2020-12-16 10:41:56 +00:00
waclaw66
d6ba787ce4
Translated using Weblate (Czech)
...
Currently translated at 94.7% (2570 of 2711 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-16 10:22:01 +00:00
Michael Telatynski
940fdb8e2f
Better adhere to MSC process
2020-12-16 10:07:07 +00:00
waclaw66
d1285427ae
Translated using Weblate (Czech)
...
Currently translated at 89.5% (2427 of 2711 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-15 20:13:17 +00:00
waclaw66
9987e47838
Translated using Weblate (Czech)
...
Currently translated at 89.4% (2425 of 2711 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-15 20:05:41 +00:00
waclaw66
1a60d3ddd5
Translated using Weblate (Czech)
...
Currently translated at 89.2% (2420 of 2711 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-15 19:29:37 +00:00
David Baker
a77d675664
Better null check
...
to make tests happy
2020-12-15 18:01:42 +00:00
Weblate
3aaffabd5e
Merge branch 'origin/develop' into Weblate.
2020-12-15 17:56:49 +00:00