Commit Graph

4371 Commits

Author SHA1 Message Date
R Midhun Suresh
a609269968
Revert "uploadRoomKeysToBackup: Use V3 route" 2024-08-20 15:34:04 +05:30
R Midhun Suresh
952e623b94
Merge pull request #1161 from NicolaiSoeborg/patch-1
uploadRoomKeysToBackup: Use V3 route
2024-08-20 15:30:55 +05:30
R Midhun Suresh
8e446a4dde
Merge pull request #1179 from element-hq/midhun/fix-1178
Account for new develop version and global hash
2024-08-19 19:31:52 +05:30
R Midhun Suresh
ebb78f8f69
Account for new version and hash 2024-08-19 19:17:42 +05:30
R Midhun Suresh
c67f8c3582
Use authenticated media endpoints when possible 2024-08-19 18:17:08 +05:30
R Midhun Suresh
53b8a2f4d0
Add access-token to request 2024-08-19 18:12:47 +05:30
R Midhun Suresh
8f7d94eb75
Make service worker work with sdk 2024-08-16 15:33:39 +05:30
R Midhun Suresh
3967d26f9d
Make service worker work in dev 2024-08-16 15:30:44 +05:30
Nicolai Søborg
e924a76b4b
uploadRoomKeysToBackup: Use V3 route
Fixes https://github.com/element-hq/hydrogen-web/issues/741

"Tested" locally by rewriting `r0` to `v3` in reverse proxy (Caddy) and seeing `All keys are backed up.` instead of repeated failing PUT requests towards Conduit (home server)

```
matrix.example.com {
    rewrite /_matrix/client/r0/room_keys/keys /_matrix/client/v3/room_keys/keys?{query}
    reverse_proxy /_matrix/* localhost:8448
}
```
2024-01-28 20:53:40 +01:00
Half-Shot
f45e56ba73 fix check 2023-11-22 17:31:06 +00:00
Will Hunt
e5b87a8518
Throw if session hasn't been loaded 2023-11-14 09:59:33 +00:00
Half-Shot
44f20d54b0 Actually store in storage 2023-11-09 10:05:56 +00:00
Half-Shot
15fd73ed9c Add ability to adjust the token on the homeserver API. 2023-11-09 09:56:56 +00:00
Half-Shot
7b35a25627 Add option to allow disabling read receipts 2023-11-07 16:58:21 +00:00
RMidhunSuresh
380430c038
Use updated key from 'Status' enum 2023-10-08 23:10:51 +05:30
R Midhun Suresh
5a743034fd
Merge pull request #951 from Automattic/close-room-screens
Allow closing room creation and room joining views on small screens
2023-09-04 15:30:29 +05:30
R Midhun Suresh
20106ca742
Merge pull request #1135 from vector-im/invite/implement-invite-ui
Invite - PR [2/2] - Add UI for inviting users to room
2023-09-04 12:53:09 +05:30
R Midhun Suresh
0cad1e5048
Merge pull request #1134 from vector-im/invite/implement-invite-command
Invite - PR [1/2] - Add command /invite to message composer
2023-09-04 12:52:38 +05:30
R Midhun Suresh
363ea20e2a
Merge pull request #1116 from vector-im/cross-signing/pre-release-fixes
Remove console.logs from code
2023-09-04 12:50:11 +05:30
R Midhun Suresh
4644eb9c4b
Merge pull request #1124 from leccyril/expose_views
Update lib.ts expose views
2023-08-25 11:32:59 +05:30
RMidhunSuresh
d3f24e2d06
Make OTK uploading optional 2023-08-22 16:35:05 +05:30
RMidhunSuresh
20cc5b5c70
Style views 2023-08-21 17:13:19 +05:30
RMidhunSuresh
1a16728d47
Open panel when button is clicked 2023-08-21 17:12:39 +05:30
RMidhunSuresh
bf32f2cc29
Open invite panel from memberlist panel 2023-08-21 17:12:06 +05:30
RMidhunSuresh
f4e73c25d5
Create vm/view for InvitePanel 2023-08-21 17:11:46 +05:30
RMidhunSuresh
b766215ae1
Create segment "invite" 2023-08-21 17:09:14 +05:30
RMidhunSuresh
68092c5f62
Implement invite button in memberlist 2023-08-19 23:01:23 +05:30
RMidhunSuresh
4f058e3b2c
Implement invite from command 2023-08-18 23:13:26 +05:30
RMidhunSuresh
4b6942bb5e Export more items for the SDK 2023-08-10 11:32:26 +05:30
RMidhunSuresh
da763982ce Use a copy of the value instead of a reference 2023-08-10 11:31:53 +05:30
RMidhunSuresh
52105f379d Export more things 2023-07-20 16:02:02 +05:30
leccyril
5d3516d94b
Update lib.ts expose views
lib.ts: Expose differents views to be able to override chat display without need hydrogen-web.
2023-07-04 10:43:47 +04:00
RMidhunSuresh
ac532af6a7 Remove console.logs 2023-06-20 19:39:29 +05:30
R Midhun Suresh
b42e497258
Merge pull request #950 from Automattic/fix-sso-query-params
Fix SSO query params
2023-06-20 19:31:38 +05:30
RMidhunSuresh
541369f291 Center heading 2023-06-20 18:59:24 +05:30
RMidhunSuresh
57d3ce9645 Show a spinner by default 2023-06-20 18:32:41 +05:30
RMidhunSuresh
d00f140309 Delete secrets when cross-signing is reset 2023-06-20 18:32:30 +05:30
RMidhunSuresh
071aa2c2a3 Fix more bugs
1. Create cross-signing from createIdentity as well
2. Don't try sending anything if this.id is undefined
2023-06-20 14:47:42 +05:30
RMidhunSuresh
ae7f13c7e3 Don't add middile class if in room 2023-06-19 14:21:23 +05:30
RMidhunSuresh
eeceb9e6a0 VerifyMSK after receiving secret 2023-06-19 13:58:38 +05:30
RMidhunSuresh
bc2553f856 Improve layout on mobile 2023-06-19 13:55:41 +05:30
RMidhunSuresh
93f4158645 Make view messages applicable to users 2023-06-16 14:28:09 +05:30
RMidhunSuresh
f64cfd67f6 Show missing key view 2023-06-16 14:27:33 +05:30
RMidhunSuresh
69141af4c4 Sign own device after enabling key backup 2023-06-15 15:36:08 +05:30
RMidhunSuresh
fea5bc9c48 Fix resolveStartMessages not working 2023-06-15 14:07:18 +05:30
RMidhunSuresh
1da93493f6 Prevent verification between unverified devices 2023-06-14 18:23:34 +05:30
RMidhunSuresh
c27d1b68be Remove newlines 2023-06-14 16:19:29 +05:30
RMidhunSuresh
816bdbba70 Create cross-signing in load 2023-06-14 16:18:09 +05:30
RMidhunSuresh
1747186843 Fix typos and comments 2023-06-14 16:16:36 +05:30
RMidhunSuresh
3308a7e374 Remove newline 2023-06-13 15:39:06 +05:30