RiotRobot
6166a8f7fd
v20.0.2
v20.0.2
2022-09-30 10:58:34 +01:00
RiotRobot
3efc18cfde
Prepare changelog for v20.0.2
2022-09-30 10:58:33 +01:00
ElementRobot
5520aa3e2a
[Backport staging] Fix issue in sync when crypto is not supported by client ( #2716 )
...
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
Co-authored-by: Stanislav Demydiuk <stas-demydiuk@users.noreply.github.com >
2022-09-30 10:57:04 +01:00
RiotRobot
b54c9d689a
v20.0.1
v20.0.1
2022-09-28 17:47:24 +01:00
RiotRobot
4e69d7c9ac
Prepare changelog for v20.0.1
2022-09-28 17:47:23 +01:00
ElementRobot
bf9f595984
[Backport staging] Fix missing return when receiving an invitation without shared history ( #2711 )
...
Co-authored-by: Faye Duxovni <fayed@element.io >
2022-09-28 16:40:58 +00:00
RiotRobot
90052670e7
v20.0.0
v20.0.0
2022-09-28 15:44:47 +01:00
RiotRobot
db49a1a623
Prepare changelog for v20.0.0
2022-09-28 15:44:47 +01:00
ElementRobot
45330c6418
[Backport staging] Bump IDB crypto store version ( #2708 )
...
Co-authored-by: Faye Duxovni <fayed@element.io >
2022-09-28 15:43:43 +01:00
RiotRobot
2d067ad957
v19.7.0
v19.7.0
2022-09-28 14:03:53 +01:00
RiotRobot
418aa3ff6a
Prepare changelog for v19.7.0
2022-09-28 14:03:52 +01:00
RiotRobot
a587d7c360
Resolve multiple CVEs
...
CVE-2022-39249
CVE-2022-39250
CVE-2022-39251
CVE-2022-39236
2022-09-28 13:55:15 +01:00
RiotRobot
b64a30f0ad
v19.6.0
v19.6.0
2022-09-27 16:46:53 +01:00
RiotRobot
5451f6139a
Prepare changelog for v19.6.0
2022-09-27 16:46:52 +01:00
RiotRobot
f34e568a98
v19.6.0-rc.1
v19.6.0-rc.1
2022-09-20 13:55:51 +01:00
RiotRobot
6fd80ed3ed
Prepare changelog for v19.6.0-rc.1
2022-09-20 13:55:50 +01:00
Kerry
9ff11d1f32
test typescriptification - last few unit test files ( #2675 )
...
* renamed: spec/unit/crypto/verification/sas.spec.js -> spec/unit/crypto/verification/sas.spec.ts
* ts issues in sas.spec
* renamed: spec/unit/crypto/verification/secret_request.spec.js -> spec/unit/crypto/verification/secret_request.spec.ts
* ts issues in secret_request.spec
* renamed: spec/unit/crypto/verification/verification_request.spec.js -> spec/unit/crypto/verification/verification_request.spec.ts
* ts fix verification_req.spec
* renamed: spec/browserify/sync-browserify.spec.js -> spec/browserify/sync-browserify.spec.ts
* fix strict
* formatting
2022-09-16 16:00:40 +00:00
Kerry
41ab3337b5
test typescriptification - spec/unit/crypto/verification ( #2673 )
...
* renamed: spec/unit/crypto/verification/request.spec.js -> spec/unit/crypto/verification/request.spec.ts
* renamed: spec/unit/crypto/verification/qr_code.spec.js -> spec/unit/crypto/verification/qr_code.spec.ts
* renamed: spec/unit/crypto/verification/InRoomChannel.spec.js -> spec/unit/crypto/verification/InRoomChannel.spec.ts
* fix ts issues in InRoomChannel.spec
* renamed: spec/unit/crypto/verification/util.js -> spec/unit/crypto/verification/util.ts
* fix ts issues in util.t
* fix strict errors in util.ts
* js lint
2022-09-16 10:46:56 +02:00
Michael Telatynski
1432e094c2
Update sonarcloud.yml
2022-09-15 14:26:22 +01:00
Michael Telatynski
e09936cc9b
Update sonarcloud.yml ( #2671 )
2022-09-15 14:16:15 +01:00
Germain
d32d190a8a
Change return type to avoid null strict error ( #2630 )
2022-09-14 09:02:16 +01:00
Michael Telatynski
53de8d5690
Fix reset_dependency for if the dep is indirect ( #2664 )
...
Like for in element-desktop
2022-09-14 08:57:52 +01:00
Michael Telatynski
829110b580
Update release-npm.yml ( #2665 )
2022-09-14 08:57:36 +01:00
RiotRobot
59c82cb679
Resetting package fields for development
2022-09-13 12:32:41 +01:00
RiotRobot
6d3741d55c
Merge branch 'master' into develop
2022-09-13 12:32:37 +01:00
RiotRobot
43213fec78
v19.5.0
v19.5.0
2022-09-13 12:31:14 +01:00
RiotRobot
c8438ff6da
Prepare changelog for v19.5.0
2022-09-13 12:31:13 +01:00
RiotRobot
a1d0f037e2
Fix release.sh check_dependency
2022-09-13 12:26:03 +01:00
Šimon Brandner
fb565f301b
Remove support for unstable private read receipts ( #2624 )
2022-09-12 18:04:14 +02:00
Michael Telatynski
afa3b37ad5
Revert "Add login flow types from matrix-react-sdk ( #2633 )" ( #2661 )
...
* Revert "Add login flow types from matrix-react-sdk (#2633 )"
This reverts commit 583e4808
* Leave login flow types, only revert method return type
Co-authored-by: Hugh Nimmo-Smith <hughns@matrix.org >
2022-09-12 11:25:39 +01:00
Hugh Nimmo-Smith
a57c430b09
Implementation of MSC3824 to add action= param on SSO login ( #2398 )
...
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com >
2022-09-11 21:18:33 +00:00
Hugh Nimmo-Smith
583e48086b
Add login flow types from matrix-react-sdk ( #2633 )
...
Co-authored-by: Faye Duxovni <fayed@element.io >
2022-09-11 21:50:10 +01:00
Robin
b22c671fee
Add a property aggregating all names of a NamespacedValue ( #2656 )
...
For convenience
2022-09-09 09:55:17 -04:00
David Baker
1b86acb2fb
Fix import locations ( #2655 )
...
These were causing circular references in the group call branch
2022-09-08 20:51:42 +01:00
renovate[bot]
d2f7a2575e
Update all (major) ( #2651 )
...
* Update all
* Pin p-retry once more
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com >
2022-09-08 09:52:50 +00:00
Michael Telatynski
8490f72488
Tweak backport labels ( #2652 )
2022-09-07 11:51:11 +00:00
kegsay
d87e53858b
Merge pull request #2628 from matrix-org/kegan/ss-member-counts
...
sliding sync: add invited|joined_count
2022-09-07 11:22:47 +02:00
David Teller
917e8c01d8
Base support for MSC3847: Ignore invites with policy rooms ( #2626 )
...
* Base support for MSC3847: Ignore invites with policy rooms
Type: enhancement
* Base support for MSC3847: Ignore invites with policy rooms
Type: enhancement
* WIP: Applying feedback
* WIP: Applying feedback
* WIP: CI linter gives me different errors, weird
* WIP: A little more linting
2022-09-06 22:17:42 -06:00
renovate[bot]
eb3309db43
Update jest monorepo to v29 ( #2649 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-06 22:02:40 -06:00
renovate[bot]
65741d7860
Update all ( #2647 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-06 22:05:37 +01:00
renovate[bot]
a7a264f4e7
Update typescript-eslint monorepo to v5.36.2 ( #2645 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-06 17:53:05 +01:00
renovate[bot]
0fa125b60a
Update babel monorepo to v7.19.0 ( #2644 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-09-06 17:52:57 +01:00
Michael Telatynski
8aee884d03
Fix handling of remote echoes doubling up ( #2639 )
...
* Fix handling of remote echoes doubling up
* Simplify code
* Make TSC strict happier
* Update `timelineWasEmpty` to match type
* Add tests
* Add tests
* Add lowly `!`
2022-09-06 13:27:24 +01:00
RiotRobot
a8fd0f3d13
Fix release.sh check_dependency order
2022-09-06 12:48:52 +01:00
Michael Telatynski
876491e38d
Remove redundant concurrency
2022-09-06 12:36:54 +01:00
RiotRobot
71fcd9f35b
v19.5.0-rc.4
v19.5.0-rc.4
2022-09-06 12:35:27 +01:00
RiotRobot
193ff0b4d1
Prepare changelog for v19.5.0-rc.4
2022-09-06 12:35:27 +01:00
RiotRobot
f616022d07
Fix self-referencing gha concurrency leading to blocked jobs
2022-09-06 12:34:32 +01:00
RiotRobot
3c206c0b85
v19.5.0-rc.3
v19.5.0-rc.3
2022-09-06 12:25:58 +01:00
RiotRobot
a8c4ff473a
Prepare changelog for v19.5.0-rc.3
2022-09-06 12:25:57 +01:00