David Baker
77edbc27f8
Merge pull request #18058 from vector-im/dbkr/upgrade_eslint_plugin_matrix_org
...
Update eslint-plugin-matrix-org
11 months ago
RiotRobot
9d56b56116
Reset matrix-react-sdk back to develop branch
11 months ago
RiotRobot
bdb03c4490
Reset matrix-js-sdk back to develop branch
11 months ago
RiotRobot
cfa47eec00
Merge branch 'master' into develop
11 months ago
RiotRobot
d75b0b4ee8
v1.7.33
11 months ago
RiotRobot
85e1225a2c
Prepare changelog for v1.7.33
11 months ago
RiotRobot
bc07d91810
Upgrade matrix-react-sdk to 3.26.0
11 months ago
RiotRobot
183cf150e8
Upgrade matrix-js-sdk to 12.1.0
11 months ago
David Baker
13efb396a9
Update eslint-plugin-matrix-org
11 months ago
Michael Telatynski
7f735a6c6e
Merge pull request #18053 from vector-im/t3chguy/fix/18032
11 months ago
Michael Telatynski
331678b913
fix edge case around event permalinks
11 months ago
Michael Telatynski
b23aad28ca
Fix browser history getting stuck looping back to the same room
...
E.g if you click a link to room/#foo:bar?via=baz we'll redirect to room/#foo:bar and now hitting back takes you back to the ?via=baz and means you have to hit back twice without this change
11 months ago
Michael Telatynski
ae2e3e8502
Merge pull request #13138 from vector-im/t3chguy/querystring
11 months ago
Michael Telatynski
c7a935777d
Fix the jitsi qs parsing, as the `?` after `#` here is optional, unlike in EW
11 months ago
Michael Telatynski
26fef6f294
actually run the new test and remove unrelated tweak
11 months ago
Michael Telatynski
75e4d16462
use js-sdk decodeParams utility
12 months ago
Michael Telatynski
b03b4582c0
Merge branch 'develop' of github.com:vector-im/element-web into t3chguy/querystring
...
Conflicts:
package.json
src/@types/global.d.ts
src/vector/app.tsx
src/vector/jitsi/index.ts
src/vector/platform/WebPlatform.ts
yarn.lock
12 months ago
David Baker
1aa04fa83c
Merge pull request #18003 from vector-im/dbkr/new_changelogs
...
Update PR template for new changelog generation
12 months ago
Michael Telatynski
2635fc95f4
Merge pull request #17780 from SimonBrandner/fix/space-shortcut-local/17776
...
Fix space shortcuts on layouts with non-English keys in the places of numbers
12 months ago
Michael Telatynski
43695fbc58
Merge branch 'develop' into fix/space-shortcut-local/17776
12 months ago
Michael Telatynski
8289d6937f
Merge pull request #18006 from vector-im/t3chguy/spacesperf
12 months ago
Michael Telatynski
2877ef8fcf
Fix skinning
12 months ago
Michael Telatynski
f65231268d
Cache value of feature_spaces* flags as they cause page refresh so are immutable
12 months ago
Germain
bd4c6b8c6c
Merge pull request #17980 from psrpinto/fix/naming
...
Standardise casing of identity server
12 months ago
David Baker
a0f55c9e8f
Update PR template for new changelog stuff
12 months ago
David Baker
fcf1f06b31
Merge pull request #18002 from vector-im/dbkr/contributing_md
...
Convert CONTRIBUTING to markdown
12 months ago
David Baker
a79a05cd52
Convert CONTRIBUTING to markdown
12 months ago
Michael Telatynski
ca8cbacad7
Merge pull request #17999 from vector-im/t3chguy/ts/c4
12 months ago
Michael Telatynski
2194e4cc10
fix path to worker mock
12 months ago
Michael Telatynski
43afa4c1e0
Merge branch 'develop' of github.com:vector-im/element-web into t3chguy/ts/c4
12 months ago
Michael Telatynski
322c957f7f
ignore workers for jest tests because it disagrees with worker-loader
12 months ago
Michael Telatynski
6c476bdc0d
Merge pull request #17963 from vector-im/t3chguy/ts/c3
12 months ago
Michael Telatynski
7aca548f65
Add missing stylelint dependencies and run i18n
12 months ago
Michael Telatynski
80bc659b11
Merge branch 'develop' of github.com:vector-im/element-web into t3chguy/ts/c3
...
Conflicts:
src/vector/indexeddb-worker.ts
12 months ago
Michael Telatynski
5646f3aff8
Merge pull request #17962 from vector-im/t3chguy/ts/c2
12 months ago
RiotRobot
d58c4deebb
v1.7.33-rc.1
12 months ago
RiotRobot
280e6528f1
Prepare changelog for v1.7.33-rc.1
12 months ago
RiotRobot
d4638f8825
Bump to RC versions of js-sdk and react-sdk
12 months ago
Michael Telatynski
22a25f0e95
Merge pull request #17931 from vector-im/t3chguy/ts/c1
...
Improve and consolidate typing
12 months ago
David Baker
b79868c57d
Merge pull request #17991 from RiotTranslateBot/weblate-element-web-element-web
...
Translations update from Weblate
12 months ago
Weblate
55ca8d14bb
Merge branch 'origin/develop' into Weblate.
12 months ago
Michael Telatynski
c6a8675526
Merge pull request #17990 from vector-im/revert-17927-patch-1
12 months ago
Michael Telatynski
12b93c1696
Revert "Don't run nginx as root in docker"
12 months ago
Michael Telatynski
503995270c
Merge pull request #17927 from JuniorJPDJ/patch-1
12 months ago
Michael Telatynski
6155c5bea0
Merge pull request #17982 from SimonBrandner/ignore-vscode
12 months ago
Šimon Brandner
6a89d15807
Ignore vscode
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
12 months ago
Paulo Pinto
0b6789c290
Standardise casing of identity server
...
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
12 months ago
Michael Telatynski
202f3de54b
Merge branch 'develop' of github.com:vector-im/element-web into t3chguy/ts/c4
12 months ago
J. Ryan Stinnett
20e5e86f1a
Merge pull request #17973 from vector-im/jryans/rm-canvas-docker-deps
...
Remove canvas native dependencies from Dockerfile
12 months ago
J. Ryan Stinnett
3c10bc54ba
Remove canvas native dependencies from Dockerfile
...
As of https://github.com/vector-im/element-web/pull/17967 , `canvas` is no longer
used, so we don't need install these native deps for building it on arm64.
12 months ago