Michael Telatynski
b4d100baff
Tweak Room Hierarchy root visibility and add loading getter
2021-10-06 13:29:13 +01:00
RiotRobot
15cd675354
v14.0.0-rc.1
v14.0.0-rc.1
2021-10-04 11:55:19 +01:00
RiotRobot
e8137d3f88
Prepare changelog for v14.0.0-rc.1
2021-10-04 11:55:19 +01:00
Germain
a7a08fd760
Merge pull request #1962 from matrix-org/gsouquet/fix-19229
2021-10-01 15:46:30 +01:00
Germain
df51f95fbd
Merge pull request #1963 from matrix-org/gsouquet/fix-19225
2021-10-01 12:11:35 +01:00
Germain Souquet
a14cf1a339
Remove unused DuplicateStrategy
2021-10-01 12:07:16 +01:00
Germain Souquet
30758600f0
Prepend events to thread when fetching the reply chain
2021-10-01 10:49:46 +01:00
Germain
823242a93c
Merge pull request #1959 from psrpinto/fix/joined-rooms-response
2021-09-30 17:54:53 +01:00
Germain Souquet
1dbd7158ad
Prevent redactions to be sent as pending events
...
Co-authored-by: Dariusz Niemczyk <Palid@users.noreply.github.com >
2021-09-30 13:56:52 +01:00
Michael Telatynski
46b3f0babd
Merge pull request #1958 from SimonBrandner/fix/call-length
2021-09-29 15:04:02 +01:00
Šimon Brandner
b4bc554d7a
Make sure to callLengthInterval only once
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-29 15:46:22 +02:00
Paulo Pinto
1485969493
Return IJoinedRoomsResponse from getJoinedRooms(), instead of string[]
...
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com >
2021-09-29 11:45:01 +01:00
Travis Ralston
92f7ddcf3e
Merge pull request #1954 from SimonBrandner/task/src-ts
...
Changes for TS migration
2021-09-27 13:45:06 -06:00
Travis Ralston
90d480b4cf
Merge pull request #1952 from matrix-org/travis/fsdk/versions
...
Implement file versioning for tree spaces
2021-09-27 10:04:22 -06:00
RiotRobot
2515d07c8f
Resetting package fields for development
2021-09-27 14:23:47 +01:00
RiotRobot
7acb9416c2
Merge branch 'master' into develop
2021-09-27 14:23:47 +01:00
RiotRobot
095e3a8a88
v13.0.0
v13.0.0
2021-09-27 14:20:00 +01:00
RiotRobot
92623a246a
Prepare changelog for v13.0.0
2021-09-27 14:20:00 +01:00
Michael Telatynski
0c4212ca90
Merge pull request #1935 from matrix-org/t3chguy/fix/18969
2021-09-27 11:08:07 +01:00
Germain
9a06a05a75
Merge pull request #1953 from SimonBrandner/fix/audio-upgrade
2021-09-27 10:18:13 +01:00
Šimon Brandner
f05a0615f7
Export IRequestMsisdnTokenResponse
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-27 09:45:07 +02:00
Šimon Brandner
6b93687ff0
Pass correct params to upgradeCall() to upgrade audio
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-26 13:10:00 +02:00
Travis Ralston
8d910d5e26
Merge pull request #1950 from SimonBrandner/feature/flexible-answer
...
Allow answering calls without audio/video
2021-09-25 23:39:20 -06:00
Šimon Brandner
9264050f41
Update src/webrtc/call.ts
...
Co-authored-by: Travis Ralston <travpc@gmail.com >
2021-09-26 07:26:08 +02:00
Travis Ralston
eab0c54663
Appease the linter
2021-09-25 20:47:59 -06:00
Travis Ralston
82a254b7bd
Implement file versioning for tree spaces
...
The diff isn't super clear on how this works, but the general idea is that the MSC3089Branches (files) now know which directory they came from, and the directories (MSC3089TreeSpace) can tell when files are triggering uploads referencing themselves so it can add all the replacement metadata onto the event.
There's a few challenges with how relations work in the js-sdk which has shaped the API surface exposed by this change. Specifically, there is a `getVersionHistory()` function instead of a function to get a certain prior version: the js-sdk doesn't track parent events in the relation structures so cannot determine what the event could have replaced.
In order to trigger the built-in relations structures, we must trigger decryption with `emit: true`. This is so an internal listener in the relations system can pick up `Event.decrypted`.
2021-09-25 20:44:17 -06:00
Šimon Brandner
0f6a59ed98
Allow answering calls without audio/video
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-25 10:00:51 +02:00
Travis Ralston
afb4682987
Merge pull request #1949 from SimonBrandner/fix/mic-state
...
Fix not returning new mic mute state
2021-09-25 01:14:11 -06:00
Šimon Brandner
a18326519b
Add missing return statement
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-25 08:26:13 +02:00
Germain
b033540f95
Merge pull request #1948 from matrix-org/gsouquet/fix-sync-partitioning
2021-09-24 15:43:27 +01:00
Germain Souquet
ff529d733d
Fix event partitioning from non threading ready clients
2021-09-24 14:54:40 +01:00
Germain
5951958c05
Merge pull request #1945 from matrix-org/gsouquet/thread-serialise-18720
2021-09-24 11:17:39 +01:00
David Baker
886f2fb95d
Merge pull request #1947 from matrix-org/dbkr/we_like_tests
...
Add tests requirements to CONTRIBUTING
2021-09-23 18:15:32 +01:00
David Baker
f6ce0c581e
Add tests requirements to CONTRIBUTING
...
Fixes https://github.com/vector-im/element-web/issues/19136
2021-09-23 14:09:01 +01:00
Germain
5ce68b6c12
Merge pull request #1944 from matrix-org/gsouquet/thread-state-events-18719
2021-09-23 09:17:02 +01:00
Germain Souquet
c748aebfc5
Add context to explain why we fetch roomstate in threads
2021-09-22 17:36:12 +01:00
Germain Souquet
f8ec445ff0
Fix addLiveEvent with 'replace' strategy
2021-09-22 17:14:18 +01:00
Germain Souquet
5d4f347eaa
Add thread serialisation helper
2021-09-22 11:35:19 +01:00
Germain Souquet
1359c0574e
Share room state events with thread's timelines
2021-09-22 11:19:08 +01:00
Travis Ralston
b1d239b292
Merge pull request #1934 from aaronraimist/kick-api
...
Switch to /kick API
2021-09-21 23:30:23 -06:00
Travis Ralston
70031415e8
Merge pull request #1938 from matrix-org/travis/fix-widgets-relations
...
Ensure unencrypted fields get exposed by getEffectiveEvent()
2021-09-21 23:16:18 -06:00
Travis Ralston
5a73a9758a
Merge pull request #1941 from SimonBrandner/feature/bound
...
Add `bound` to `IThreepid`
2021-09-21 11:36:36 -06:00
Travis Ralston
6848e96244
Merge pull request #1942 from SimonBrandner/feature/trusted_locally
...
Add `trusted_locally` to `TrustInfo`
2021-09-21 11:26:35 -06:00
Travis Ralston
b53566e074
Merge pull request #1827 from SimonBrandner/feature/call-upgrades
...
Support for call upgrades
2021-09-21 09:10:02 -06:00
Šimon Brandner
012b914a97
Add trusted_locally to TrustInfo
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-21 16:20:39 +02:00
Šimon Brandner
3c6eed0135
Add bound to IThreepid
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-21 14:56:33 +02:00
RiotRobot
f2a2e7f5dd
v13.0.0-rc.1
v13.0.0-rc.1
2021-09-21 09:24:22 +01:00
RiotRobot
15b6a9a257
Prepare changelog for v13.0.0-rc.1
2021-09-21 09:24:21 +01:00
Šimon Brandner
b83977e72f
Add @param docs
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-09-20 16:40:46 +02:00
Travis Ralston
8f5082cd2f
Merge pull request #1940 from SimonBrandner/feature/getHistoryVisibility
...
Add `getHistoryVisibility()` and `getGuestAccess()`
2021-09-20 08:34:14 -06:00