renovate[bot] and GitHub
cd1bdb66bb
Update GitHub Actions
2024-09-27 21:30:48 +00:00
Robin and GitHub
55548afa3c
Merge pull request #2648 from robintown/compose-config
...
Make it possible to use the JWT service with a local homeserver
2024-09-27 17:07:49 -04:00
5cf1cf9e54
Make port types explicit
...
Co-authored-by: fkwp <fkwp@users.noreply.github.com >
2024-09-27 16:35:39 -04:00
Robin and GitHub
877be03328
Merge pull request #2635 from element-hq/renovate/global-jsdom-25.x
...
Update dependency global-jsdom to v25
2024-09-27 16:05:03 -04:00
Robin and GitHub
27a24cd7a3
Merge pull request #2631 from element-hq/renovate/all-minor-patch
...
Update all non-major dependencies
2024-09-27 16:04:10 -04:00
Robin
a74d170586
Hold back PostHog updates for now
...
https://github.com/PostHog/posthog-js/issues/1437
2024-09-27 16:02:12 -04:00
Robin and GitHub
482b46fed2
Merge pull request #2649 from element-hq/renovate/compound
...
Update dependency @vector-im/compound-web to v6.2.1
2024-09-27 15:33:39 -04:00
fkwp and GitHub
cf832972bf
Merge pull request #2651 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.5.5
2024-09-27 21:29:33 +02:00
renovate[bot] and GitHub
bb3ab73b8c
Update all non-major dependencies
2024-09-27 19:28:16 +00:00
renovate[bot] and GitHub
367330b324
Update dependency livekit-client to v2.5.5
2024-09-27 19:27:53 +00:00
fkwp and GitHub
d6c5d0bb17
Merge pull request #2650 from element-hq/hughns/js-sdk-bump
...
Upgrade matrix-js-sdk
2024-09-27 21:26:49 +02:00
Hugh Nimmo-Smith
e8288d07a4
Bump js-sdk
2024-09-27 17:20:45 +01:00
renovate[bot] and GitHub
19479a005f
Update dependency @vector-im/compound-web to v6.2.1
2024-09-27 01:33:40 +00:00
Robin
f0e59baad4
Make the SFU actually usable
2024-09-26 16:53:45 -04:00
Robin
e98740d6f2
Make it possible to use the JWT service with a local homeserver
...
I recently tried to use the dev configs with a local homeserver and found that the configuration was not compatible with this. We need to relax the network isolation and TLS cert verification requirements for fully local development to be possible.
2024-09-26 14:19:06 -04:00
fkwp and GitHub
0fabbabed2
Merge pull request #2647 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.5.4
2024-09-25 20:32:49 +02:00
renovate[bot] and GitHub
d9d368cd74
Update dependency livekit-client to v2.5.4
2024-09-25 18:31:10 +00:00
Timo and GitHub
d7b06760ad
Test useTheme hook ( #2625 )
...
* Test useTheme hook
2024-09-24 22:15:16 +02:00
Hugh Nimmo-Smith and GitHub
ed35d6b377
Posthog improvements ( #2630 )
2024-09-23 14:35:41 +01:00
d14b43487a
Intercept matrix_sdk logging via console and include in rageshake ( #2623 )
...
Co-authored-by: Andrew Ferrazzutti <andrewf@element.io >
2024-09-23 14:35:10 +01:00
fkwp and GitHub
d089ff67b7
Merge pull request #2645 from element-hq/renovate/livekit-components
...
Update dependency @livekit/components-react to v2.6.0
2024-09-23 08:53:04 +02:00
renovate[bot] and GitHub
d68de40ce4
Update dependency @livekit/components-react to v2.6.0
2024-09-23 00:24:22 +00:00
Robin and GitHub
a491b1fdf0
Merge pull request #2644 from robintown/fix-cookie-policy
...
Make the cookie policy link show up again
v0.6.6
2024-09-19 16:01:11 -04:00
Robin
90043508ce
Update cookie policy links in translations
2024-09-19 15:54:21 -04:00
Robin
1e2e4c8e7b
Make the cookie policy link show up again
...
For some reason yarn i18next didn't catch that the string had to be changed? I removed the string and regenerated it, and now the cookie policy is back.
2024-09-19 15:35:46 -04:00
Robin and GitHub
ac42d4a69a
Merge pull request #2643 from robintown/log-in-links
...
Make the links on the log in page visually consistent
2024-09-19 14:33:30 -04:00
Robin
8b3c94b120
Make the links on the log in page visually consistent
...
Timo was totally right in his previous review of my typography component work that these didn't have the right styling. I just didn't notice!
2024-09-19 12:09:14 -04:00
Robin and GitHub
cec7fc8f5b
Merge pull request #2629 from robintown/test-call-vm
...
Test CallViewModel
v0.6.5
2024-09-18 23:13:22 -04:00
Robin
4aab6cfe4e
Leave an open question about whether to move test utils
2024-09-18 23:10:30 -04:00
Robin
25193f467a
Factor out repeated event emitter mocks
2024-09-18 23:05:31 -04:00
Robin
156f1e3a10
Merge branch 'livekit' into test-call-vm
2024-09-18 22:37:15 -04:00
fkwp and GitHub
cb7f25278a
Merge pull request #2641 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-09-18 15:30:41 +02:00
renovate[bot] and GitHub
99dc2d2f2d
Update LiveKit components
2024-09-18 13:29:15 +00:00
fkwp and GitHub
167ce6ce10
Merge pull request #2642 from element-hq/renovate/livekit-client
...
Update dependency livekit-client to v2.5.2
2024-09-18 15:27:43 +02:00
renovate[bot] and GitHub
da5c8f9ad6
Update dependency livekit-client to v2.5.2
2024-09-18 13:26:07 +00:00
Hugh Nimmo-Smith and GitHub
bd866945fd
Bump js-sdk ( #2638 )
2024-09-18 13:18:28 +01:00
Will Hunt and GitHub
4bf6509109
Merge pull request #2637 from element-hq/hs/workaround-federation-bug
...
Retry a join on invite if the response was M_FORBIDDEN
2024-09-18 12:31:20 +01:00
Half-Shot
c19645c710
consts
2024-09-18 10:10:29 +01:00
Half-Shot
7e5a8b8feb
Retry a join on invite if the response was M_FORBIDDEN
2024-09-18 10:08:03 +01:00
Robin and GitHub
745533f061
Merge pull request #2636 from element-hq/renovate/npm-vite-vulnerability
...
Update dependency vite to v5.4.6 [SECURITY]
2024-09-17 16:56:33 -04:00
renovate[bot] and GitHub
a2c3f24b4e
Update dependency vite to v5.4.6 [SECURITY]
2024-09-17 20:54:21 +00:00
Robin and GitHub
a8b9c1ea33
Merge pull request #2633 from element-hq/renovate/compound
...
Update dependency @vector-im/compound-web to v6.2.0
2024-09-17 16:53:52 -04:00
renovate[bot] and GitHub
e4578dfb4f
Update dependency global-jsdom to v25
2024-09-17 18:55:12 +00:00
renovate[bot] and GitHub
3ee224de9c
Update dependency @vector-im/compound-web to v6.2.0
2024-09-17 01:58:00 +00:00
fkwp and GitHub
eb6719d32e
Merge pull request #2618 from Johennes/johannes/remove-call
...
Add button to remove call from recents
2024-09-13 13:24:05 +02:00
Johannes Marbach
d2fb1e566f
Merge branch 'livekit' into johannes/remove-call
2024-09-13 12:47:18 +02:00
Robin
016ba676dd
Test CallViewModel
...
This adds tests for a couple of the less trivial bits of code in CallViewModel. Testing them helped me uncover why focus switches still weren't being smooth! (It was because I was using RxJS's sample operator when I really wanted withLatestFrom.)
2024-09-12 15:53:13 -04:00
fkwp and GitHub
41a0887365
Merge pull request #2627 from element-hq/renovate/livekit-components
...
Update LiveKit components
2024-09-12 19:43:00 +02:00
fkwp and GitHub
22883816b0
Merge pull request #2628 from element-hq/renovate/major-github-actions
...
Update peter-evans/create-pull-request action to v7
2024-09-12 19:42:21 +02:00
fkwp and GitHub
02ca623c7f
Merge pull request #2626 from element-hq/renovate/github-actions
...
Update actions/upload-artifact digest to 5076954
2024-09-12 19:41:54 +02:00