Michael Telatynski
9b50455049
Iterate PR, merge types with @types/PushRules
2021-08-10 11:03:05 +01:00
Šimon Brandner
e6696f78f4
Allow recieving unprefixed version of m.call.sdp_stream_metadata_changed
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-07-29 13:00:48 +02:00
Šimon Brandner
19f90f56be
Merge remote-tracking branch 'upstream/develop' into feature/muting
2021-07-27 16:40:07 +02:00
Šimon Brandner
21f107d734
Add types for MSC3291
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com >
2021-07-27 14:19:54 +02:00
Michael Telatynski
011a2acfd2
Convert crypto/store/* to Typescript
2021-07-24 11:35:30 +01:00
Michael Telatynski
cd86aa7d9e
Merge pull request #1745 from matrix-org/t3chguy/fix/17686
2021-07-23 09:09:15 +01:00
Christian Paul
718a22f574
Merge branch 'j94/functional-members' of github.com:matrix-org/matrix-js-sdk into j94/functional-members
2021-07-19 18:01:05 +02:00
Christian Paul
324cd886a2
Merge remote-tracking branch 'origin/develop' into j94/functional-members
2021-07-19 18:00:59 +02:00
Michael Telatynski
f686d70157
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/17686
2021-07-19 16:47:39 +01:00
Christian Paul
4a1cd159a4
Update event.ts
2021-07-19 11:53:43 +02:00
Travis Ralston
589c66bb12
Re-appease linter
2021-07-16 16:30:06 -06:00
Travis Ralston
16fe5a91d5
Consolidate types
2021-07-16 16:27:50 -06:00
Travis Ralston
b57b7a65ee
Merge branch 'develop' into travis/notifications-2
2021-07-16 16:26:05 -06:00
Michael Telatynski
e2b04d543a
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/17686
...
Conflicts:
src/@types/partials.ts
src/client.ts
2021-07-15 10:03:05 +01:00
Travis Ralston
d5c3cb1b7f
More minimal types for pushers & push rules
2021-07-12 21:50:27 -06:00
Michael Telatynski
c0e16ac98c
Update some more
2021-07-12 09:10:27 +01:00
Michael Telatynski
b33429317c
Fix setTimeout/setInterval typing
2021-07-12 09:02:47 +01:00
Travis Ralston
5f2ed4450e
--
2021-07-11 21:04:10 -06:00
Travis Ralston
11e25ea9a2
Appease linter
2021-07-11 21:02:33 -06:00
Travis Ralston
fb7184e6fb
Reorganize types a bit
2021-07-11 20:56:52 -06:00
Travis Ralston
3c77a8772a
Add minimal types for "notification settings" UI
...
For https://github.com/vector-im/element-web/issues/17782
2021-07-11 20:54:51 -06:00
Michael Telatynski
3bff5430f6
delint
2021-07-10 15:55:19 +01:00
Michael Telatynski
17efcad6fe
Improve and consolidate typing
2021-07-10 15:50:40 +01:00
Christian Paul
116085e927
Fix linter error
2021-07-10 03:08:51 +02:00
Christian Paul
96e6e7b1e8
Update event.ts
2021-07-09 16:44:39 +02:00
Hubert Chathi
ac02f30dc8
improve types
2021-07-08 18:10:37 -04:00
Christian Paul
ab679c2216
Update src/@types/event.ts
2021-07-07 00:39:26 +02:00
Christian Paul
c4263692f0
Update event.ts
2021-07-06 19:34:44 +02:00
Christian Paul
8c0f5b4e31
Update event.ts: Add io.element.functional_members
2021-07-06 16:48:57 +02:00
Michael Telatynski
bbe1ba7328
Improve typing
2021-07-02 14:38:17 +01:00
Michael Telatynski
261ac8b2d6
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/17686
2021-07-01 20:49:20 +01:00
Michael Telatynski
7dbe95fa92
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/fix/17686
...
Conflicts:
src/@types/partials.ts
src/client.ts
2021-06-29 12:28:38 +01:00
Michael Telatynski
3effeb7dc4
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/ts/4
...
Conflicts:
package.json
src/@types/global.d.ts
src/crypto/key_passphrase.ts
src/crypto/olmlib.ts
src/utils.ts
2021-06-24 17:04:45 +01:00
Michael Telatynski
2664848545
Merge branch 'develop' of github.com:matrix-org/matrix-js-sdk into t3chguy/ts/5.1
2021-06-23 13:05:34 +01:00
Michael Telatynski
3d5774ac9e
Update early MSC3083 support
2021-06-22 16:07:05 +01:00
Michael Telatynski
cf76375ce0
Move Promise::allSettled typing from react-sdk to js-sdk
2021-06-21 21:04:29 +01:00
Michael Telatynski
66b17aa019
Add type for another-json dep
2021-06-19 19:45:29 +01:00
Michael Telatynski
7aa5a79c86
Convert Room and RoomState to Typescript
2021-06-18 15:29:45 +01:00
Michael Telatynski
e5b475ad89
Create Typescript types for JoinRule, GuestAccess, HistoryVisibility, including join_rule=restricted
2021-06-18 10:05:29 +01:00
Michael Telatynski
265802acb1
Convert some models to typescript
2021-06-15 10:01:38 +01:00
Travis Ralston
6840ee077c
Appease the linter forever
2021-06-14 13:34:37 -06:00
Travis Ralston
3c85bcc3c9
Move various types from the react-sdk to the js-sdk
2021-06-14 13:32:28 -06:00
Travis Ralston
759eca6479
Merge pull request #1732 from matrix-org/travis/file-trees
...
Unstable implementation of MSC3089: File Trees
2021-06-14 12:04:09 -06:00
Travis Ralston
5715df6b18
BigInt, rollover, and developer lint
2021-06-11 11:18:18 -06:00
Michael Telatynski
22bcacc715
Merge pull request #1729 from matrix-org/t3chguy/fix/17282
...
Add MSC3230 event type to enum
2021-06-11 12:40:23 +01:00
Travis Ralston
e41a2beb65
de-lint
2021-06-09 22:09:26 -06:00
Travis Ralston
b3a11030f2
Early file management APIs
2021-06-09 21:54:17 -06:00
Travis Ralston
9084b4e7aa
Early implementation of MSC3089 (file trees)
...
MSC: https://github.com/matrix-org/matrix-doc/pull/3089
Includes part of MSC3088 (room subtyping): https://github.com/matrix-org/matrix-doc/pull/3088
The NamespacedValue stuff is borrowed from the Extensible Events implementation PR in the react-sdk as a useful thing to put here. When/if the MSCs become stable, we'd convert the values to enums and drop the constants (or keep them for migration purposes, but switch to stable).
This flags the whole thing as unstable because it's highly subject to change.
2021-06-08 14:43:20 -06:00
Michael Telatynski
683aae5ed5
Add MSC3230 event type to enum
2021-06-07 09:00:08 +01:00
Travis Ralston
2700f0acf6
Upstream build pass 1
2021-06-02 13:42:20 -06:00