James Salter
940aaa0d1a
Add workflow to upload sentry sourcemaps ( #19480 )
...
On push to develop, run ci_package.sh setting SENTRY_ environment variables, which causes webpack to invoke the sentry plugin to upload sourcemaps
2021-10-26 16:05:55 +01:00
Kat Gerasimova
4c4b9b96e7
Issue template: request version for web ( #19507 )
...
Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
2021-10-25 17:14:50 +01:00
RiotRobot
9b3159ce64
Reset matrix-react-sdk back to develop branch
2021-10-25 11:47:46 +01:00
RiotRobot
80931222cd
Reset matrix-js-sdk back to develop branch
2021-10-25 11:47:33 +01:00
RiotRobot
90776db423
Merge branch 'master' into develop
2021-10-25 11:45:41 +01:00
RiotRobot
e794234bc9
v1.9.3
2021-10-25 11:40:35 +01:00
RiotRobot
92500cf2d1
Prepare changelog for v1.9.3
2021-10-25 11:40:34 +01:00
RiotRobot
fc9ae78b56
Upgrade matrix-react-sdk to 3.33.0
2021-10-25 11:38:43 +01:00
RiotRobot
aa78b21457
Upgrade matrix-js-sdk to 15.0.0
2021-10-25 11:38:05 +01:00
Andy Balaam
0adad257c0
Build the high contrast theme into element-web ( #19477 )
2021-10-25 10:38:05 +01:00
RiotRobot
a7740b5424
v1.9.3-rc.3
2021-10-25 10:09:16 +01:00
RiotRobot
7a24f67caf
Prepare changelog for v1.9.3-rc.3
2021-10-25 10:09:16 +01:00
David Baker
a4b6690e4d
Remove highlightjs CSS ( #19483 )
...
This was completely unnecessary: react-sdk includes appropriate CSS
for highlight.js in its themes. This was actually causing some of
those values to be overridden with silly ones that made text invisible
on the dark theme.
Fixes https://github.com/vector-im/element-web/issues/19476
2021-10-25 10:05:27 +01:00
David Baker
75eab660c2
Remove highlightjs CSS ( #19483 )
...
This was completely unnecessary: react-sdk includes appropriate CSS
for highlight.js in its themes. This was actually causing some of
those values to be overridden with silly ones that made text invisible
on the dark theme.
Fixes https://github.com/vector-im/element-web/issues/19476
2021-10-22 18:28:27 +01:00
James Salter
f550d63198
Pass our VERSION to sentry plugin's release arg via env ( #19474 )
...
Use our existing VERSION, deduced by the packaging script, as the release for sentry sourcemaps.
This will be undefined for dev builds.
2021-10-22 15:06:14 +01:00
Travis Ralston
004e8edcb2
Deprecate `sso_immediate_redirect` and add welcome-page only option ( #19437 )
...
* Deprecate `sso_immediate_redirect` and add welcome-page only option
The old `sso_immediate_redirect` option is kept in code for backwards compatibility, but is replaced by `sso_redirect_options.immediate`, where a new `on_welcome_page` option is also introduced to only target entry points to the app.
The path matching is a bit brittle, but still ideal in the sense of not showing UI while the app realizes it needs to redirect.
The new welcome page-only option is fully intended to avoid breaking permalinks and such while still redirecting when needed. In future, other options might be added here to further tune the experience.
* Add note about guests
2021-10-21 08:35:05 -06:00
James Salter
d24348de81
Upload sourcemaps to sentry during build ( #19403 )
2021-10-20 11:18:47 +01:00
RiotRobot
d3814ddae0
v1.9.3-rc.2
2021-10-20 08:48:10 +01:00
RiotRobot
3278c5a306
Prepare changelog for v1.9.3-rc.2
2021-10-20 08:48:09 +01:00
RiotRobot
6909e28764
Upgrade matrix-react-sdk to 3.33.0-rc.2
2021-10-20 08:46:18 +01:00
Travis Ralston
c1ca4a0920
Update allchange ( #19453 )
2021-10-19 23:31:32 +01:00
Germain Souquet
e0a1e6f5a6
Upgrade yarn dependencies
2021-10-19 11:29:34 +01:00
RiotRobot
cb25cb470d
v1.9.3-rc.1
2021-10-19 11:07:09 +01:00
RiotRobot
30800755d7
Prepare changelog for v1.9.3-rc.1
2021-10-19 11:07:08 +01:00
RiotRobot
b72b6c6089
Upgrade matrix-react-sdk to 3.33.0-rc.1
2021-10-19 11:04:11 +01:00
RiotRobot
96a506ded3
Upgrade matrix-js-sdk to 15.0.0-rc.1
2021-10-19 11:03:51 +01:00
Germain
615ccb0481
Merge pull request #19442 from RiotTranslateBot/weblate-element-web-element-web
...
Translations update from Weblate
2021-10-19 10:37:36 +01:00
Weblate
ccd88ba087
Merge branch 'origin/develop' into Weblate.
2021-10-19 08:14:37 +00:00
Dariusz Niemczyk
e6993ca964
Expose logger instance for development purposes
...
Related https://github.com/vector-im/element-web/issues/18425
2021-10-19 10:14:31 +02:00
Dariusz Niemczyk
85a81af1da
Replace console.warn with logger.warn
...
Related https://github.com/vector-im/element-web/issues/18425
2021-10-19 10:14:31 +02:00
Dariusz Niemczyk
dc9f77a509
Replace console.log with logger.log
...
Related https://github.com/vector-im/element-web/issues/18425
2021-10-19 10:14:31 +02:00
Dariusz Niemczyk
db01bfc0fd
Replace console.error with logger.error
...
Related https://github.com/vector-im/element-web/issues/18425
2021-10-19 10:14:31 +02:00
Dariusz Niemczyk
515a8d2097
Fix wrong type call for window.location.reload
2021-10-19 10:14:31 +02:00
Weblate
ab6ba952ac
Merge branch 'origin/develop' into Weblate.
2021-10-18 18:52:47 +00:00
David Baker
195234a7b5
Merge pull request #19434 from vector-im/dbkr/upgrade_highlightjs
...
Upgrade highlight.js
2021-10-18 19:52:42 +01:00
David Baker
ce3cc42e4a
Upgrade highlight.js
...
CSS update for https://github.com/matrix-org/matrix-react-sdk/pull/6973
2021-10-18 19:33:08 +01:00
Linerly
700d59be16
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Element Web/element-web
Translate-URL: https://translate.element.io/projects/element-web/element-web/id/
2021-10-16 19:25:37 +00:00
Nikita Epifanov
9673661177
Translated using Weblate (Russian)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Element Web/element-web
Translate-URL: https://translate.element.io/projects/element-web/element-web/ru/
2021-10-16 19:25:37 +00:00
Weblate
794043f1b8
Merge branch 'origin/develop' into Weblate.
2021-10-13 17:28:50 +00:00
Jiri Grönroos
4c25a5e8bd
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (34 of 34 strings)
Translation: Element Web/element-web
Translate-URL: https://translate.element.io/projects/element-web/element-web/fi/
2021-10-13 17:28:50 +00:00
Travis Ralston
ef470a1207
Merge pull request #19368 from vector-im/travis/labs/polls
...
Add labs docs for polls feature
2021-10-13 11:28:46 -06:00
Travis Ralston
c405880a39
Add labs docs for polls feature
...
See https://github.com/matrix-org/matrix-react-sdk/pull/6934
2021-10-12 15:15:17 -06:00
Weblate
347f90ef73
Merge branch 'origin/develop' into Weblate.
2021-10-12 11:18:31 +00:00
Germain
7ed733d9bf
Merge pull request #19357 from vector-im/gsouquet/fix-wrench-tests
2021-10-12 12:18:27 +01:00
Germain Souquet
1490d4f462
Revert Jest 27 upgrade
2021-10-12 10:59:56 +01:00
Weblate
93c037a318
Merge branch 'origin/develop' into Weblate.
2021-10-12 08:11:12 +00:00
RiotRobot
46e526c038
Reset matrix-react-sdk back to develop branch
2021-10-12 09:10:54 +01:00
RiotRobot
613c04d984
Reset matrix-js-sdk back to develop branch
2021-10-12 09:10:42 +01:00
RiotRobot
403c851461
Merge branch 'release-v1.9.2'
2021-10-12 09:07:34 +01:00
RiotRobot
1cf095a3e1
v1.9.2
2021-10-12 08:59:57 +01:00