1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-06 12:02:40 +03:00
Commit Graph

1429 Commits

Author SHA1 Message Date
Hubert Chathi
17dc1bda19 Merge branch 'develop' into symmetric_backup 2021-07-07 19:19:56 -04:00
Šimon Brandner
641c852ee2 Merge remote-tracking branch 'upstream/develop' into fix/12652/screen-share 2021-07-07 10:43:23 +02:00
Michael Telatynski
a99c1e96d6 fix field accesses in tests and default params 2021-07-01 21:05:58 +01:00
J. Ryan Stinnett
e3a00c2cb4 Merge pull request #1754 from aaronraimist/string-pl
Do not honor string power levels
2021-06-30 16:39:44 +01:00
Aaron Raimist
047180edc9 Merge branch 'develop' into string-pl 2021-06-28 22:17:55 -05:00
Michael Telatynski
40aa6ba96a Even moar typescriptification 2021-06-24 19:19:41 +01:00
Hubert Chathi
8c9799d64c add tests and some fixes 2021-06-23 18:20:00 -04:00
Michael Telatynski
3a5e4ffa91 Fix yet more underscored accesses 2021-06-23 15:54:48 +01:00
Michael Telatynski
e9007429dd fix more underscored accesses 2021-06-23 15:02:01 +01:00
Michael Telatynski
5a8299f1a5 Convert more of js-sdk crypto and fix underscored field accesses 2021-06-23 14:47:25 +01:00
Aaron Raimist
b18f0ff738 Do not honor string power levels
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-06-22 22:34:34 -05:00
Travis Ralston
75719c3e0f Merge pull request #1744 from matrix-org/travis/keyshare-file-trees
Add keysharing on invites to File Tree Spaces
2021-06-22 10:48:57 -06:00
Michael Telatynski
2fb033b5ba Merge pull request #1746 from matrix-org/t3chguy/ts/5 2021-06-22 17:41:26 +01:00
Travis Ralston
36bd4b5408 Merge remote-tracking branch 'origin/develop' into travis/event-fixes 2021-06-18 11:15:00 -06:00
Michael Telatynski
9dd00c7731 Fix tests and tweak some optional types 2021-06-18 17:40:04 +01:00
Michael Telatynski
cbce2f46c3 Fix position of invite_room_state on the event 2021-06-18 15:30:30 +01:00
Michael Telatynski
2c6858f149 Merge pull request #1742 from matrix-org/t3chguy/ts/5 2021-06-18 09:49:00 +01:00
Travis Ralston
c1bff0b2ea delint 2021-06-17 17:38:57 -06:00
Travis Ralston
39892c98f9 Add keysharing on invites to File Tree Spaces 2021-06-17 17:36:49 -06:00
Travis Ralston
b15487ec03 Misc lint 2021-06-17 14:24:39 -06:00
Michael Telatynski
b1b7522b80 Fix tests by updating private field names and spies 2021-06-17 15:18:52 +01:00
Travis Ralston
fe5bfbf76f The linter needed appeasing 2021-06-16 20:27:03 -06:00
Travis Ralston
d924617672 Add invite retries to file trees 2021-06-16 20:24:48 -06:00
Travis Ralston
13c9c4bea5 Add functions to assist in immutability of Event objects 2021-06-15 14:23:27 -06:00
Travis Ralston
d7b23a8634 liiiinttteeerrrr 2021-06-14 13:37:19 -06:00
Travis Ralston
6db7972f04 preset 2021-06-14 13:35:20 -06:00
Travis Ralston
991a255041 Fix average on .5 2021-06-14 11:55:41 -06:00
Travis Ralston
cfef635e1b Appease the linter 2021-06-14 10:41:32 -06:00
Travis Ralston
d3027e1fe8 Offset the alphabet by 1 2021-06-14 10:28:26 -06:00
Travis Ralston
9af214007e APPEASE. THE. LINTER. 2021-06-11 11:37:44 -06:00
Travis Ralston
0541b7f3c5 Remove a layer of indirection 2021-06-11 11:36:52 -06:00
Travis Ralston
63fa774af7 Another round of appeasement 2021-06-11 11:34:37 -06:00
Travis Ralston
4b19b36de1 Crude JS->TS conversion on utils test because of linter and BigInt 2021-06-11 11:27:46 -06:00
Travis Ralston
5715df6b18 BigInt, rollover, and developer lint 2021-06-11 11:18:18 -06:00
Travis Ralston
f1e270ca9d appease the linter 2021-06-10 15:54:56 -06:00
Travis Ralston
f535e7535c Update string averaging utils 2021-06-10 15:38:49 -06:00
Travis Ralston
e41a2beb65 de-lint 2021-06-09 22:09:26 -06:00
Travis Ralston
bcccc909c5 Pre-lint format 2021-06-09 21:55:06 -06:00
Travis Ralston
b3a11030f2 Early file management APIs 2021-06-09 21:54:17 -06:00
Travis Ralston
baaf76668f Early directory management 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
Šimon Brandner
0e05f9fd73 Styling
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-06-04 11:41:35 +02:00
Šimon Brandner
ef7595bb06 Merge remote-tracking branch 'upstream/develop' into fix/12652/screen-share
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-06-04 11:38:13 +02:00
J. Ryan Stinnett
220061f022 Merge remote-tracking branch 'origin/develop' into jryans/semi-linting 2021-06-04 10:22:06 +01:00
Šimon Brandner
090c2c0891 Merge remote-tracking branch 'upstream/develop' into fix/12652/screen-share 2021-06-04 08:27:46 +02:00
Travis Ralston
c2fae3bad8 Fix missed conversion fallout 2021-06-03 19:02:46 -06:00
Travis Ralston
f53a32a6b4 Merge branch 'develop' into travis/ts-mtxcli 2021-06-03 18:49:08 -06:00
Hubert Chathi
e22ecc6b6d Merge branch 'develop' into backup_refactor 2021-06-03 18:43:46 -04:00
Travis Ralston
9156bed961 Tests pass 2 2021-06-02 13:42:20 -06:00
Travis Ralston
71dc0bac56 Tests pass 1 2021-06-02 13:42:20 -06:00