1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
Travis Ralston
baaf76668f Early directory management 2021-06-09 21:54:17 -06:00
Travis Ralston
8a1d34c419 [Combined] First pass of JS->TS for MatrixClient 2021-06-02 13:42:20 -06:00
Germain Souquet
cb91c4292c Merge branch 'develop' into gsouquet/pr-review-linting-rules 2021-05-27 16:00:12 +01:00
Germain Souquet
5caf05cfa1 Apply new linting rules 2021-05-11 11:25:43 +01:00
Johannes Marbach
8663fd402b Download device keys in chunks of 250
Depending on the number of users in the request, the server might
overload. To prevent this, the download is broken into chunks of
250 users each. Additionally, no more than 3 requests are kicked off
at the same time to avoid running into rate limiting. Responses are
processed once all chunks have been downloaded.

Fixes: #1619

Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
2021-03-17 20:56:25 +01:00
Bruno Windels
a9a4ba33aa respect signature 2020-08-04 15:43:57 +02:00
Bruno Windels
7116ad9f58 filter out non-string display names 2020-08-04 15:30:32 +02:00
Jorik Schellekens
45cfef4294 New lines for let statements 2020-07-28 14:31:21 +01:00
Jorik Schellekens
a9c3aee447 Revert quotes change in ts 2020-07-28 14:16:46 +01:00
Jorik Schellekens
8a974172ab Fix babel 2020-07-21 10:40:02 +01:00
Jorik Schellekens
72675f7266 Lint ts 2020-07-21 10:33:16 +01:00
Travis Ralston
f0fa249d36 Request fresh flows on the initial registration request 2020-05-27 13:16:10 -06:00
Bruno Windels
6b4fefc123 move fn to http-api and add jsdoc 2020-04-23 15:32:40 +02:00
Bruno Windels
86913dccb0 log while retrying 2020-04-23 15:25:10 +02:00
Bruno Windels
30101a4428 cleanup, return straight away 2020-04-23 15:22:46 +02:00
Bruno Windels
af3ef86d19 retry util function 2020-04-23 13:37:33 +02:00
Michael Telatynski
77a1fc9e60 Convert bunch of things to TypeScript
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-04-21 11:45:54 +01:00
Hubert Chathi
5d52053caa use symmetric encryption for SSSS 2020-02-24 17:38:53 -05:00
Zoe
77f42c479b Update src/utils.ts
Co-Authored-By: Travis Ralston <travpc@gmail.com>
2020-02-05 11:50:39 +00:00
Zoe
6d8e8e6bd7 fix tests 2020-02-05 11:07:55 +00:00
Zoe
7ce5ddd380 lint 2020-02-05 10:14:26 +00:00
Zoe
2b5de914f5 review feedback 2020-02-05 09:57:46 +00:00
Zoe
18a2426707 Convert utils.js -> utils.ts 2020-02-04 19:09:48 +00:00