Michel-Marie MAUDET
724a4ef3df
🔒 ️(backend) secure native app OIDC login with exchange codes
...
Add one-time exchange code mechanism for native app OIDC login.
Instead of exposing session ID in redirect URL, generates a
short-lived single-use code stored in Redis. Native apps exchange
this code for the session ID via a dedicated API endpoint.
Includes NativeAppRedirect for custom URL schemes, rate limiting,
logging, and whitelist of allowed schemes.
Closes #1153
Co-Authored-By: gigi206
2026-03-20 18:35:49 +01:00
lebaudantoine
dacf705329
🍱 (frontend) update logo to the latest version
...
Replace the previous logo with the most up-to-date brand
assets to ensure consistency across the application and emails.
2026-03-20 09:54:12 +01:00
Florent Chehab
04be495351
💄 (custom-background) add upload indicator with preview
...
When uploading an image, depending on the available network
there might be a bit of wait while the image is being uploaded.
In this commit we add a preview (grayscale + spinner) to have
UI feedback that the upload is in progress.
2026-03-19 17:27:51 +01:00
Florent Chehab
43185605eb
💄 (spinner) enforce spinner height
...
For some reason the ProgressBar adds a bit of height to the spinner
which makes it hard to center.
2026-03-19 17:27:21 +01:00
Florent Chehab
cf3fb208e2
🐛 (frontend) auto-select new custom background when not logged in
...
When not logged in and selecting a new custom personal background
the constant id was causing the new custom background not to be auto
selected.
2026-03-19 17:27:21 +01:00
Florent Chehab
4ca230eb12
🐛 (frontend) disable personal custom background while deleting
...
Prevent users selecting a personal custom background while deleting one.
2026-03-19 17:27:20 +01:00
lebaudantoine
4b5e0cb2a3
♿ ️(frontend) improve button descriptions for More tools actions #1184
...
The "Transcribe" and "Record" buttons had unclear and misleading
descriptions, both using the verb "record," which caused confusion,
especially for screen reader users.
Update descriptions to clearly reflect each action:
- Transcribe: generate a written transcript of the conversation
- Record: save the meeting as a video
This improves accessibility (RGAA 11.9) and reduces the risk of
users triggering the wrong action.
Closes #1173
2026-03-19 14:48:02 +01:00
lebaudantoine
45f374610f
♿ ️(frontend) fix more tools heading hierarchy
...
Side panel title is an H1, but the hierarchy skips directly to H3.
Fix the heading structure. It closes #1178 .
2026-03-19 11:56:16 +01:00
lebaudantoine
b419a2bfd2
♿ ️(frontend) fix sidepanel accessibility aria-label
...
The aria-label only announced the presence of a sidepanel without
including its title.
Append the sidepanel title to improve accessibility and context
for screen readers.
Closes #1176 .
2026-03-19 11:21:40 +01:00
lebaudantoine
ee8d96bee7
🔖 (minor) bump release to 1.11.0
2026-03-19 00:31:32 +01:00
lebaudantoine
c65ff2d75d
🩹 (frontend) disable subtitle settings when feature is unavailable
...
Hide or disable settings related to the subtitle feature when
the feature flag is not enabled.
2026-03-18 23:25:20 +01:00
Cyril
ea1c90d8ca
✨ (feat) add default color option for captions
...
Add "Default" option (white text on black background) for font and background.
2026-03-18 20:44:25 +01:00
Cyril
3e963e3e6d
♻️ (refactor) apply caption color customization to subtitles
...
Use captionFontColor and captionBackgroundColor in Transcription component.
2026-03-18 20:44:25 +01:00
Cyril
82769128a1
✨ (feat) add caption font color and background settings
...
Select font color and background color in Accessibility > Captions.
2026-03-18 20:44:25 +01:00
Cyril
05f4ce6b2e
🌐 (i18n) add captions color settings translations
...
EN, FR, DE, NL for Accessibility > Captions > Font color / Background color.
2026-03-18 20:44:25 +01:00
Cyril
508984ecfa
♿ ️(frontend) add caption font color and background to access store
...
Persist captionFontColor and captionBackgroundColor in user preferences.
2026-03-18 20:44:25 +01:00
Florent Chehab
bfbfade99a
🐛 (frontend) prevent black background image
...
Prevent showing a black background when the image is not
accessible anymore.
This happens after the user logs out or logs in.
Or the auth is revoked.
2026-03-18 18:49:59 +01:00
Florent Chehab
16daf7b8d3
✨ (frontend) add custom virtual background feature
...
Add a custom virtual background feature.
If the backend supports uploading files, backgrounds are stored
in the backend for the user.
Otherwise, only one background image can be selected.
2026-03-18 18:49:59 +01:00
Hadrien Blanc
ada7d9a666
🐛 (frontend) fix dimension mismatch in BackgroundCustomProcessor
...
The getImageData call was using PROCESSING_WIDTH for both dimensions
instead of PROCESSING_WIDTH and PROCESSING_HEIGHT. This caused the
source image data to be 256x256 instead of the expected 256x144, leading
to buffer overflow when writing to the segmentation mask and potential
visual artifacts in Firefox background effects.
2026-03-17 16:41:40 +01:00
lebaudantoine
d0cf3974ad
🚸 (frontend) allow downloading recordings with "failed to stop" status
...
When support manually marks a recording as "failed to stop," enable
users to download the recording from the frontend.
This ensures users can recover their recordings even if the
automatic stop process fails.
2026-03-11 19:41:45 +01:00
lebaudantoine
a6e36f02a7
🌐 (frontend) remove references to ProConnect from the login hint
...
ProConnect (DINUM SSO) should not be mentioned in this context.
Clean up the login hint to avoid confusion.
2026-03-11 17:06:07 +01:00
ColorfulRhino
8b1ff536b3
🌐 (frontend) improve German translation
...
Enhancements to the German localization include:
- Refine phrases to sound more natural
- Ensure consistency in words usage
- Adapt phrases to be inclusive and gender-neutral
- Standardize to the "du" form of address, aligning with modern
practices and other open-source projects like GitLab and the Android
Open Source Project
2026-03-10 22:56:25 +01:00
Hadrien Blanc
6b08b8da1b
📝 Fix documentation and comment typos
2026-03-10 22:56:08 +01:00
dependabot[bot]
c9d13619a6
⬆️ (deps) bump rollup from 4.44.2 to 4.59.0 in /src/frontend #1088
...
Bumps [rollup](https://github.com/rollup/rollup ) from 4.44.2 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v4.44.2...v4.59.0 )
---
updated-dependencies:
- dependency-name: rollup
dependency-version: 4.59.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-10 16:52:00 +01:00
Cyril
b3f26469c8
🐛 (frontend) fix hand icon and queue position alignment
...
Use inline-flex with alignItems center so number and icon align vertically.
2026-03-10 12:12:42 +01:00
Cyril
d5c53c7dd4
♿ ️(frontend) improve ui and qria labels for help article links
...
Screen readers now announce full link text instead of "Learn more".
2026-03-10 11:36:10 +01:00
Cyril
f43ac2e4eb
♻️ (refactor) apply caption text size to subtitles
...
Use accessibilityStore.captionTextSize in Transcription component.
2026-03-10 11:15:52 +01:00
Cyril
ea5dd5bc0e
✨ (feat) add caption text size setting in Accessibility tab
...
Extract CaptionsSettings component, Settings > Accessibility > Captions.
2026-03-10 11:14:40 +01:00
Cyril
86427fa2b7
🌐 (i18n) add captions text size setting translations
...
EN, FR, DE, NL for Accessibility > Captions > Text size.
2026-03-10 11:14:39 +01:00
Cyril
3959c3657c
♿ ️(frontend) add caption text size to accessibility store
...
Persist captionTextSize (small/medium/large) in user preferences.
2026-03-10 11:14:08 +01:00
Cyril
191f8abbcc
♿ ️(frontend) improve chat a11y for screen readers
...
Chat messages announced via role="log" when open, toast+announce when closed.
2026-03-09 16:06:08 +01:00
Cyril
042be17cfa
♿ ️(frontend) improve MoreLink a11y and UX on home page
...
Render MoreLink once in LeftColumn, make full phrase clickable and add icon.
2026-03-09 14:27:39 +01:00
Cyril
d00f4fa695
♿ ️(frontend) sync html lang attribute with i18n for screen readers
...
Set document.documentElement.lang in i18n init and on languageChanged,
2026-03-09 13:32:10 +01:00
Cyril
c72c5cae1a
♿ ️(frontend) dynamic tab title when connected to meeting
...
Display room name, date and app title in browser tab
2026-03-05 17:58:00 +01:00
lebaudantoine
b564044e70
🔖 (minor) bump release to 1.10.0
2026-03-05 14:19:25 +01:00
dependabot[bot]
805e983749
Bump @hono/node-server from 1.19.9 to 1.19.10 in /src/frontend
...
Bumps [@hono/node-server](https://github.com/honojs/node-server ) from 1.19.9 to 1.19.10.
- [Release notes](https://github.com/honojs/node-server/releases )
- [Commits](https://github.com/honojs/node-server/compare/v1.19.9...v1.19.10 )
---
updated-dependencies:
- dependency-name: "@hono/node-server"
dependency-version: 1.19.10
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-05 12:13:29 +01:00
Cyril
6dfafb7f67
💄 (fix) truncate long names with ellipsis in reaction overlay
...
Long participant names under emoji reactions overflow without truncation.
2026-03-05 11:38:47 +01:00
lebaudantoine
e56c0f997e
🩹 (frontend) fix overflow in participant metadata layout
...
Recent styling changes introduced an overflow, causing the network
indicator to be pushed outside of the participant tile.
Remove width: 100% and add a minimal gap to prevent metadata
elements from being too close to each other.
2026-03-04 20:39:09 +01:00
lebaudantoine
61afd94e3a
🩹 (frontend) enhance shortcut hint styling using PandaCSS utilities
...
Refactor styles to leverage PandaCSS inline capabilities for
better clarity and consistency.
Remove an unnecessary div wrapper that was causing a layout shift.
2026-03-04 20:39:09 +01:00
Cyril
3d7aec2b4a
♿ ️(frontend) announce selected state to SR in select and menu list
...
Add visually hidden "selected" text for screen readers.
2026-03-04 19:07:34 +01:00
dependabot[bot]
9c009839f0
Bump minimatch from 3.1.2 to 3.1.5 in /src/frontend
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.1.2 to 3.1.5.
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-version: 3.1.5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-04 17:22:29 +01:00
lebaudantoine
fcde8757e6
🩹 (frontend) remove incorrect reference to ProConnect on the prejoin
...
Remove incorrect reference to ProConnect (DINUM SSO) from content
literals, where it should not be mentioned by default in the
white labeled version.
It closes #1075
2026-03-04 14:04:37 +01:00
Cyril
9610e606eb
♿ ️(frontend) prevent focus ring clipping
...
Change overflow from hidden to visible on invite dialog
2026-03-04 13:39:02 +01:00
Cyril
8362ac0e24
♿ ️(frontend) shortcuts table: semantic structure and kbd badge
...
caption, th scope, <kbd> for keys, no Tab stops on rows
2026-03-04 12:09:38 +01:00
Cyril
f1ddd7fa2f
♻️ (frontend) show shortcut hint only on first grid tile via CSS
...
Use :first-child and :focus-within to restrict hint visibility to the first tile
2026-03-04 12:08:22 +01:00
Cyril
487340efca
♻️ (frontend) move fullscreen and recording shortcuts to their components
...
Register Ctrl+Shift+F in DesktopControlBar, Ctrl+Shift+L in ToolsToggle
2026-03-04 12:07:39 +01:00
Cyril
7ebc928dd3
✨ (frontend) add Ctrl+Shift+/ to open shortcuts settings
...
Update toolbar hint and register shortcut to open settings on shortcuts tab
2026-03-04 12:07:39 +01:00
Cyril
85de214ca7
💄 (frontend) truncate pinned participant name with ellipsis on overflow
...
Long participant names are now truncated with an ellipsis.
2026-03-04 11:21:10 +01:00
lebaudantoine
e3e34dbf31
⚡ ️(frontend) optimize countdown check in IsIdleDisconnectModal.tsx
...
Using Array.includes runs in O(n) on every second of the countdown.
Replace the array with a Set to achieve O(1) lookups for better
performance.
2026-03-04 10:22:29 +01:00
lebaudantoine
555afe4abd
⚡ ️(frontend) fix roomId RegExp recompilation
...
The regex was being recreated on every function call, causing
unnecessary performance overhead.
Hoist the RegExp to a module-level constant to reuse the compiled
pattern.
2026-03-04 10:22:29 +01:00