Bruno Windels
|
6da4a4209c
|
WIP: work on group calling code
|
2022-03-29 12:01:46 +02:00 |
|
Bruno Windels
|
a442b4b009
|
Merge branch 'master' into bwindels/create-room
|
2022-02-10 20:05:40 +01:00 |
|
Bruno Windels
|
ff46d382ac
|
adjust m.direct when creating a DM
|
2022-02-10 19:54:15 +01:00 |
|
RMidhunSuresh
|
891375a885
|
Rename allowerErrors -> allowedStatusCodes
|
2022-02-04 16:35:47 +05:30 |
|
RMidhunSuresh
|
8a3c0afba6
|
Fix incorrect types
|
2022-02-03 19:41:11 +05:30 |
|
R Midhun Suresh
|
2aad5546bf
|
No need for Object.assign here either
Co-authored-by: Bruno Windels <brunow@matrix.org>
|
2022-02-03 19:40:25 +05:30 |
|
RMidhunSuresh
|
5f11790f6b
|
Object.assign is overkill here
|
2022-02-03 19:40:25 +05:30 |
|
RMidhunSuresh
|
e8dbbd876c
|
Give default values to parameters
|
2022-02-03 19:40:25 +05:30 |
|
RMidhunSuresh
|
5e93e048ab
|
Don't cache GET requests
|
2022-02-03 19:40:25 +05:30 |
|
RMidhunSuresh
|
bb6a885116
|
Specify what errors are ignored in options
|
2022-02-03 19:40:25 +05:30 |
|
RMidhunSuresh
|
420c12f202
|
Copy over username only if it exists
|
2022-02-03 19:40:25 +05:30 |
|
RMidhunSuresh
|
fa2e2bc8f3
|
Allow register without providing username
|
2022-02-03 19:40:25 +05:30 |
|
RMidhunSuresh
|
eb146830ba
|
Implement registration endpoint
|
2022-02-03 19:40:25 +05:30 |
|
RMidhunSuresh
|
618d02d838
|
fetch registration flows
|
2022-02-03 19:40:25 +05:30 |
|
Bruno Windels
|
348de312f9
|
draft code in matrix layer to create room
|
2022-02-02 10:19:49 +01:00 |
|
Bruno Windels
|
8f4e3c62ce
|
add hs endpoint for backup keys upload
|
2022-01-25 18:47:42 +01:00 |
|
RMidhunSuresh
|
0c42f53a2f
|
Implement context endpoint
|
2022-01-06 12:07:06 +05:30 |
|
RMidhunSuresh
|
b753507b8d
|
WIP
|
2022-01-06 11:59:58 +05:30 |
|
RMidhunSuresh
|
e2abc312d3
|
Fix typescript errors
|
2021-12-03 11:48:01 +05:30 |
|
RMidhunSuresh
|
82de3c9867
|
Prefer type over interface
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
b328c54da8
|
Change type from Ctor to Options
|
2021-12-03 11:40:26 +05:30 |
|
R Midhun Suresh
|
3fbf65355d
|
Rename Ctor to Options
Co-authored-by: Bruno Windels <brunow@matrix.org>
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
b5438f2ba8
|
Do not set content-length
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
05121e32b1
|
Pull interface out for HomeServerApi
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
a8870f2d24
|
Extract ctor types out
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
2e6b909173
|
No need to pass undefined
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
4bdcafad4b
|
Rename file to types.ts
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
69e67ad5ac
|
Make more functions private
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
9b315d1564
|
Replace object with Record
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
885abc59be
|
Add return types
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
7403cbc389
|
WIP - HomeServerApi.js to ts conversion
|
2021-12-03 11:40:26 +05:30 |
|