RMidhunSuresh
|
4f43398db0
|
Fix promise resolve type
|
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
|
238b9aafb1
|
Convert replay.js to ts
|
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
|
2dd050bd90
|
Change object to Record
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
9b315d1564
|
Replace object with Record
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
57d24dcf90
|
Treat wrapper hsapi as HomeServerApi
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
8387215efd
|
Add comment
|
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 |
|
RMidhunSuresh
|
145b40f28d
|
Fomatting fix
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
cf54b78af7
|
Convert RequestScheduler.js to ts
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
0aae31a450
|
Change year in copyright notice
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
f120ce50e6
|
Convert Reconnector.js to ts
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
90e3fde35d
|
Convert MediaRepository.js to ts
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
ff53c2757d
|
Convert HomeServerRequest.js to ts
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
e1a823400a
|
Convert ExponentialRetryDelay.js to ts
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
3a24019d96
|
Convert common.js to ts
|
2021-12-03 11:40:26 +05:30 |
|
RMidhunSuresh
|
9688a561b3
|
Move interface to common.ts
|
2021-12-03 11:40:26 +05:30 |
|
Bruno Windels
|
d91aaabeb3
|
Merge pull request #596 from vector-im/ts-conversion-matrix-sessioninfo
Convert matrix/sessioninfo to typescript
|
2021-12-02 09:29:11 +01:00 |
|
Bruno Windels
|
9042520916
|
Merge pull request #595 from vector-im/ts-conversion-matrix-push
Convert /matrix/push to typescript
|
2021-12-02 09:28:59 +01:00 |
|
Bruno Windels
|
d3ab961364
|
Merge pull request #593 from vector-im/ts-conversion-matrix-login
Convert /matrix/login to typescript
|
2021-12-02 09:28:47 +01:00 |
|
RMidhunSuresh
|
0c46460861
|
Add comment
|
2021-12-02 11:20:40 +05:30 |
|
RMidhunSuresh
|
9f82e7f7fc
|
Add proper type
|
2021-12-02 11:17:41 +05:30 |
|
Bruno Windels
|
fc3eb7f57f
|
Merge branch 'master' into bwindels/typescript-observable-2
|
2021-11-30 16:37:43 +01:00 |
|
Bruno Windels
|
ef712b16f5
|
Merge pull request #584 from vector-im/ts-conversion-utils
Convert /utils to typescript
|
2021-11-30 14:13:09 +01:00 |
|
Bruno Windels
|
ae7d4d07df
|
use .name so we don't need an import
|
2021-11-25 15:42:36 +01:00 |
|
Bruno Windels
|
229c584138
|
don't fail login if dehydrated devices are not supported
|
2021-11-25 15:38:13 +01:00 |
|
RMidhunSuresh
|
bb18af414b
|
Convert SessionInfoStorage.js to ts
|
2021-11-25 15:18:03 +05:30 |
|
RMidhunSuresh
|
3d9fbb685a
|
Convert Pusher.js to ts
|
2021-11-25 13:23:05 +05:30 |
|
RMidhunSuresh
|
346e95c33c
|
Change return type
|
2021-11-25 12:33:12 +05:30 |
|
RMidhunSuresh
|
a31860dc5f
|
Fix formatting
|
2021-11-24 14:55:44 +05:30 |
|
RMidhunSuresh
|
c54ca168ed
|
Convert SSOLoginHelper.js to ts
|
2021-11-24 14:49:08 +05:30 |
|
RMidhunSuresh
|
a1367f8e72
|
Fix password login
|
2021-11-24 14:00:26 +05:30 |
|
RMidhunSuresh
|
64037cb32a
|
Convert TokenLoginMethod to ts
|
2021-11-24 13:56:47 +05:30 |
|
RMidhunSuresh
|
e4c443c73a
|
Convert PasswordLoginMethod to ts
|
2021-11-24 13:47:26 +05:30 |
|
RMidhunSuresh
|
91f2a96403
|
Make LoginMethod an interface
|
2021-11-24 13:40:04 +05:30 |
|
RMidhunSuresh
|
0c424cb77f
|
Fix imports
|
2021-11-17 20:28:44 +05:30 |
|
RMidhunSuresh
|
ea0adb4407
|
Convert RetainedValue.js to ts
|
2021-11-17 20:28:44 +05:30 |
|
RMidhunSuresh
|
88ec1b575d
|
Convert mergeMap.js to ts
|
2021-11-17 20:28:44 +05:30 |
|
RMidhunSuresh
|
1549d8add0
|
Convert LockMap to ts
|
2021-11-17 20:28:44 +05:30 |
|
RMidhunSuresh
|
c8eb7ea7ac
|
Convert Lock.js to ts
|
2021-11-17 20:28:44 +05:30 |
|
RMidhunSuresh
|
4ce7634201
|
Convert error.js to ts
|
2021-11-17 20:28:44 +05:30 |
|
RMidhunSuresh
|
ef53a12f7a
|
Fix imports
|
2021-11-17 20:28:44 +05:30 |
|
Bruno Windels
|
695996d6e2
|
add ILogger and ILogExport interface, to give export correct return type
also move logging related types to own file
|
2021-11-17 11:39:12 +01:00 |
|
RMidhunSuresh
|
14eaa57434
|
No need for type assertion here
|
2021-11-16 13:14:11 +05:30 |
|
RMidhunSuresh
|
3ee1607298
|
Convert utils to typescript
|
2021-11-16 12:32:49 +05:30 |
|