Thore Cimbal
e4a0e3c714
docs: Repo-Topologie - git.lab kanonisch, rohana als Push-Mirror
2026-07-31 14:12:51 +02:00
Thore Cimbal
c0c92a9b34
docs: add axion1337-fork.md documenting fork-specific changes vs upstream
Build / Build Storybook (push) Skipped
Build & publish embedded packages for releases / Versioning (push) Successful in 2s
Test / Run unit tests (push) Failing after 2m52s
Upload translation files to Localazy / upload (push) Failing after 11s
Build / build_sdk_element_call (push) Failing after 2m12s
Test / Run end-to-end tests (push) Failing after 13m45s
Build / build_full_element_call (push) Failing after 13m5s
Build / deploy_develop (push) Skipped
Build / docker_for_develop (push) Skipped
Build / build_embedded_element_call (push) Failing after 14m29s
Build Element Call / Build Element Call (push) Failing after 2m12s
GitHub Actions Security Analysis with zizmor 🌈 / Run zizmor 🌈 (push) Failing after 13m4s
Build Element Call / Build Element Call (push) Failing after 2m8s
Build & publish embedded packages for releases / build_element_call (push) Failing after 2m9s
Build & publish embedded packages for releases / Publish tarball (push) Failing after 28s
Build & publish embedded packages for releases / Publish NPM (push) Failing after 7s
Build & publish embedded packages for releases / Publish Android AAR (push) Failing after 1m57s
Build & publish embedded packages for releases / Publish SwiftPM Library (push) Failing after 6s
Build & publish embedded packages for releases / Update release notes (push) Successful in 2s
2026-07-30 00:27:49 +02:00
Valere
6777adac54
Merge branch 'livekit' into valere/devx/run_dev_on_phone
2026-05-28 13:17:22 +02:00
Valere
810e263cbe
review: better doc
2026-05-28 08:51:00 +02:00
Valere
dfbb6c770e
devx: Allow to run local dev EC on mobile in same wifi
2026-05-18 13:25:56 +02:00
Johannes Marbach
49f6c74818
Minor documentation fixes
...
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org >
2026-05-18 11:12:26 +02:00
Timo K
ecb2a6846f
prettier
2026-04-21 17:13:13 +02:00
Timo K
741b82b026
update linking realted logic
...
- remove post-commit hook
- remove .links.cjs enable/disable (instead just add/rm .pnpmfile.cjs)
- rename pnpm links:enable -> pnpm links:on
- rename pnpm links:disable -> pnpm links:off
- unify doc filenames `-` -> `_`
- add linking_concept_reasoning.md to provide background why the
linking is how it is.
2026-04-21 16:06:51 +02:00
Timo K
00d6e034a0
fixup some missing yarn -> pnpm transitions
2026-04-21 10:53:56 +02:00
Timo K
66cea929a7
Add back our custom linking plugins to pnpm
2026-04-20 16:59:34 +02:00
Robin
364fdb5e54
Get rid of the 'open in app' mobile prompt
...
We've determined that calls are working fine in mobile browsers these days and we no longer need it.
2026-04-13 18:05:00 +02:00
Robin
f0ec4b9add
Add intents for group voice calls
...
This adds two new intents: start_call_voice and join_existing_voice. I need the latter in order to implement Element Web's new incoming call toasts, in which you can turn off your video before joining a group call. The other one, start_call_voice, exists more for completeness than anything; we don't currently want to allow users to start voice calls in group chats in our messenger clients, but maybe Cinny would, for instance.
2026-04-03 18:47:13 +02:00
Valere
c8f5be7e4f
remove deprecated analyticsID url param
2026-02-24 11:56:54 +01:00
f391c68055
Add Haproxy configuration for element call ( #3661 )
...
* Add Haproxy configuration for livekit SFU
---------
Co-authored-by: fkwp <fkwp@users.noreply.github.com >
2026-01-13 10:39:15 +00:00
alutarius and GitHub
82706cca4f
Correct Caddy reverse proxy config example ( #3572 )
2025-11-18 18:46:00 +01:00
Ben Banfield-Zanin and GitHub
a3950869fb
Use the dedicated bug report sub-domain ( #3557 )
...
* Update docs for 'rageshake.submit_url' to use the dedicated subdomain
* Update Netlify preview deployment to use the dedicated subdomain for 'rageshake.submit_url'
2025-11-13 15:33:59 +00:00
fkwp and GitHub
a12b9ccbb4
Add another community guide ( #3539 )
...
* add another community guide
2025-10-20 09:35:50 +02:00
Robin and GitHub
7961bb35be
Merge pull request #3466 from element-hq/toger5/waitForNotificationAnswer
...
Add dialing/ringing state to CallViewModel (`callPickupState$`)
2025-09-05 14:11:37 +02:00
Mohammed Tayeh and GitHub
cd845b69d2
Add Caddy configuration example and fix ConfigOptions.ts link ( #3476 )
...
Signed-off-by: Mohammed Tayeh <m.tayeh94@gmail.com >
2025-09-04 10:19:37 +02:00
Robin
1e8b87408c
Document recently added URL parameters
2025-09-03 16:59:37 +02:00
fkwp and GitHub
87574451a9
Doc: Use new naming of jwt auth service ( #3455 )
...
* use new naming of jwt auth service
* use new name of jwt service
* added links the https://github.com/element-hq/lk-jwt-service
2025-08-20 12:45:00 +02:00
Timo and GitHub
c0aab96968
Add intents for DM ( #3445 )
...
* Add intents for DM
Signed-off-by: Timo K <toger5@hotmail.de >
* review
Signed-off-by: Timo K <toger5@hotmail.de >
---------
Signed-off-by: Timo K <toger5@hotmail.de >
2025-08-07 15:16:41 +02:00
fkwp and GitHub
8615d3adb0
improve web endpoint routing details ( #3440 )
2025-08-04 17:14:29 +02:00
fkwp
1aa76925f7
removing nextgen_new_foci_type item from foci array since it introduces confusion
2025-08-01 15:39:58 +02:00
0e0fba6575
Send notification events when starting a call ( #3248 )
...
* Send notification events when starting a call
Previously this has been the responsibility of the hosting application (Element Web / Element X), but I would like to move this responsibility to Element Call itself to make it even more lightweight to integrate Element Call into a widget-capable client.
* use RTCNotification event
* add url param
* bump to latest js-sdk
* remove everything decline related
* use notification type in url params
* fix url .md docs
* back to `head=develop` and using js-sdk with send notification feature
* format
---------
Co-authored-by: Timo <toger5@hotmail.de >
2025-07-18 16:58:50 +02:00
f509c06cc6
Earpiece switcher and overlay ( #3347 )
...
* Add a global control for toggling earpiece mode
This will be used by Element X to show an earpiece toggle button in the header.
* Add an earpiece overlay
* Fix header
The header needs to be passed forward as a string to some components and as a bool (hideHeader) to others.
Also use a enum instead of string options.
* fix top clipping with header
* hide app bar in pip
* revert android overlay app_bar
* Modernize AppBarContext
* Style header icon color as desired and switch earpice/speaker icon
* fix initial selection when using controlled media
* Add "Back to video" button
* fix tests
* remove dead code
* add snapshot test
* fix back to video button
* Request capability to learn the room name
We now need the room name in order to implement the mobile (widget-based) designs with the app bar.
* Test the CallViewModel output switcher directly
---------
Co-authored-by: Timo <toger5@hotmail.de >
2025-06-26 11:08:57 +02:00
Timo and GitHub
337d09cd4d
Use the platform property for ios detection ( #3360 )
2025-06-24 14:25:05 +02:00
a507bcde90
Add onBackButtonPressed controls api ( #3357 )
...
* Add `onBackButtonPressed` controls api
* Update docs/controls.md
Co-authored-by: Robin <robin@robin.town >
---------
Co-authored-by: Robin <robin@robin.town >
2025-06-24 08:46:04 +00:00
fkwp
378d59e948
prettier
2025-06-10 14:27:15 +02:00
fkwp
a07dbe645e
tools section to self-hosting guide and adding Matrixtester to it
2025-06-10 14:24:59 +02:00
Timo and GitHub
a596eb71a9
add onAudioPlaybackStarted callback for controls ( #3309 )
...
* add onAudioTrackReady callback for controls
* more details in controls.md for `onAudioPlaybackStarted`
2025-06-10 12:35:04 +02:00
Robin
78c59bb41c
Fix formatting
2025-05-22 14:03:33 -04:00
269565d317
Update docs/url-params.md
...
Co-authored-by: Robin <robin@robin.town >
2025-05-22 19:28:20 +02:00
Timo
f0403c80bc
also add non deprecated audio url parameter
2025-05-22 19:18:04 +02:00
fa0b5210fe
Update docs/controls.md
...
Co-authored-by: Robin <robin@robin.town >
2025-05-22 19:07:47 +02:00
Timo
9f84a5cae0
Deprecate old naming and introduce new words
2025-05-22 18:58:18 +02:00
Timo
a056a28423
review
2025-05-21 12:53:17 +02:00
Timo
a1759a46de
rename everything to controlledMediaDevices to make it consistent with the actual name in the url parameters (controlledOutput is now only used for the hook that provides the output handle)
2025-05-20 15:30:02 +02:00
Timo
7f4b0a33f6
isBluetooth -> isExternalHeadset
2025-05-16 17:06:54 +02:00
Timo
35963bbc9e
Add flags to optimize EC device handling
2025-05-16 15:50:19 +02:00
Timo
acaf69ca1b
add change audio button with callback on ios
2025-05-16 12:28:49 +02:00
Timo
2012b09845
review cleanup
2025-05-16 11:32:32 +02:00
Timo
610e792394
rename setOutputDevices-> setAvailableOutputDevices
2025-05-15 17:20:12 +02:00
Timo
f69c75322f
add earpice mode
2025-05-14 19:55:08 +02:00
Robin and Timo
53adfa4497
WIP
2025-05-14 19:07:36 +02:00
fkwp
984383b60d
typo
2025-04-25 00:32:19 +02:00
fkwp
de4875ac7c
replace jsonc with nginx highlighting
2025-04-25 00:31:13 +02:00
2cf2e090f6
Update docs/self-hosting.md
...
Co-authored-by: Robin <robin@robin.town >
2025-04-17 16:31:52 +02:00
fkwp
4694354f69
add informatino about required synapse listeners
2025-04-15 17:53:27 +02:00
fkwp
e98b0ed1ed
indentation
2025-04-11 00:06:03 +02:00