damencho
ea0f9e7934
feat: Adds ts rule noImplicitOverride and fix errors.
2025-03-12 11:40:07 -05:00
sargamgayatri0803@gmail.com
9bb906551e
fix:(profile): ensure apply button remains visible when keyboard appears
2025-02-18 14:35:09 +02:00
luzpaz
30595584a3
chore(typos) fix various typos
...
Found via `codespell -q 3 -S "*.svg,./lang" -L anser,bu,dialin,goup,miliseconds,nd,vew`
2024-12-20 07:58:31 +01:00
Calin-Teodor
79ece5d4e5
feat(settings/native): fix prejoin settings
2024-12-06 12:50:50 +02:00
Saúl Ibarra Corretgé
260e5d11b9
fix(conference) update transcription language with meeting language
2024-11-19 15:21:59 +01:00
Hristo Terezov
86d1bd3c78
feat(Video): Handle .play() errors.
...
- Do not throw the error. This results in unhandled rejection promise.
- Add proper logging so that we can figure out from which video element the error occured.
2024-11-11 15:31:58 -06:00
Hristo Terezov
b0a050b66a
fix(keyboard-shortcuts): Rename .web/.native files.
...
The keyboard shortcuts feature is used only on web. We don't need the suffixes.
2024-10-07 10:13:26 -05:00
AHMAD KADRI
8d82c20319
Accessibility: keyboard navigation on the toolbar (Context menu) ( #15060 )
...
Accessibility: keyboard navigation on the toolbar (Context menu)
2024-09-17 17:10:44 +03:00
damencho
9f73eb76a3
fix(follow-me): Small UI fixes.
...
Does not allow toggling both follow me and follow me recorder. And make when locally enabled show correct status when follow me recorder is selected.
2024-09-16 13:52:53 -05:00
Дамян Минков
085e6dd3b9
feat(follow-me): Adds option to limit it for recorder only. ( #15120 )
...
* feat(follow-me): Adds option to limit it for recorder only.
* squash: Fix comments.
* squash: Fix comments.
2024-09-16 10:01:09 -05:00
Avram Tudor
15ddf04189
fix: correct inconsistencies between disableLocalVideoFlip flag and UI ( #15101 )
...
Some parts of the ui still showed the setting for flipping the video, even if the flag indicated otherwise
Also fixes the case where setting a virtual background ignores the stored localFlipX setting
2024-09-09 11:44:06 +03:00
Hristo Terezov
88b6cdf39b
ref(settings): remove changeLocalDisplayName action
2024-04-21 19:42:41 -05:00
Hristo Terezov
9bb27b83d9
ref(modules/UI): remove events system.
...
Many of the events are not used at all or used only on one place. For the rest of them the listeners were added 2 times on promoted visitors and not cleaned at all.
2024-04-21 19:42:41 -05:00
Horatiu Muresan
9f8662c0a1
chore(eslint) Update eslint ( #14412 )
2024-02-27 12:56:05 +02:00
Joseph Garrone
73952ee1f7
refactor(styles): Migrate withStyles to tss-react, remove @mui/styles dependency ( #14310 )
2024-02-26 14:10:07 +02:00
Saúl Ibarra Corretgé
7e0b00ba5f
feat(prejoin) default to enabled ( #14236 )
...
* feat(prejoin) default to enabled
* squash: Fixes is prejoin config check.
---------
Co-authored-by: damencho <damencho@jitsi.org >
2024-02-13 12:47:59 -06:00
Hristo Terezov
a3bb1a3459
feat(visitors): Hide reactions.
2024-02-01 18:08:19 -06:00
Calin-Teodor
55a16f31c2
feat(settings/native): hide login/logout for 8x8.vc on profile screen
2023-12-08 17:41:46 +02:00
Calinteodor
109b83d6f1
fix(sdk): custom server url is overwritten by sdk default url option value ( #14092 )
...
* fix(sdk): custom server url is overwritten by sdk default url option value
2023-11-22 17:13:02 +02:00
Calinteodor
40ac57a5d4
feat(settings): make settings screen functional component ( #14084 )
...
* feat(settings): convert component to functional component
2023-11-22 09:47:15 +02:00
Calinteodor
f78ebbb9a9
feat(settings/native/android): Fixed scroll inside conference settings screen ( #13956 )
...
* feat(settings/native/android): fixed scroll inside conference settings screen.
2023-10-16 14:10:52 +03:00
Javier
2952d1cde8
Fix disable virtual background feature, now hides the feature everywhere
2023-09-20 09:05:10 -05:00
Thomas Egebrand Gram
f74b6cd82f
fix (mobile-layout) change "vh" to "dvh" for all layouts ( #13840 )
...
* Convert all vh units to dvh; fixing layout for mobile browsers such as Chrome for Android.
2023-09-20 12:19:54 +03:00
Saúl Ibarra Corretgé
b1db315582
fix(authentication) fix moderator logout
2023-09-14 13:44:08 +02:00
Calinteodor
a95eaa6c2e
feat(base/ui): Native buttons UI fixes ( #13788 )
...
* feat(base/ui): native buttons UI fixes and improvements
2023-09-05 16:36:09 +03:00
Mihaela Dumitru
9d68cb52b3
fix(virtual-background) standardize options object ( #13760 )
2023-08-29 14:02:30 +03:00
Gabriel Borlea
5ce96d379a
fix(rn, settings): row text wrapping
2023-08-29 13:53:03 +03:00
Gabriel Borlea
173c5fe430
fix(rn, settings): fix arrow back navigation for lang selection
2023-08-29 13:53:03 +03:00
damencho
2a492f5036
feat(authentication): Fixes logging out on web.
...
It was hanging up and canceling visiting the logout page.
2023-08-23 10:35:06 -05:00
damencho
94a63f8aea
feat(authentication): Fixes logout on web.
2023-08-22 21:51:41 -05:00
Calin-Teodor
86ccc176e8
feat(authentication): authentication log in/log out through Profile section
2023-08-18 17:36:16 +03:00
Gabriel Borlea
ebc932572f
feat(rn, settings, rn): update view
2023-08-15 09:32:40 +02:00
damencho
2b520cbc4c
fix: Hides email when gravatar is disabled or avatar is provided.
...
When avatar is externally provided, set by iframe API or via jwt we hide gravatar setting as it does nothing.
2023-08-11 14:36:04 -05:00
Javier García
7a305ef96e
feat: New config disable feature virtual background ( #13580 )
...
* New config disable feature virtual background
* Change enableVirtualBackground to disableVirtualBackground in config file and correct lint problems
* Fix comment disable virtual background
* Change deprecated APP.storage to IReduxState
2023-07-19 11:07:57 -05:00
Avram Tudor
10eadbb7e6
fix(css) fix cut off borders and barely visible scrollbars ( #13576 )
2023-07-18 16:02:02 +03:00
Дамян Минков
bc23f9cd33
feat: Drops connection on prejoin screen. ( #13538 )
...
* feat: Drops connection on prejoin screen.
Refactors connection logic to reuse already existing logic from mobile. Connection is now established just before joining the room.
Fixes some authentication logic with Login and Logout button in Profile tab.
* squash: Drops createInitialLocalTracksAndConnect as it no longer connects.
* squash: Shows an error on mobile and redirects to default.
* squash: Fixes review comments.
* squash: Fixes joining with prejoin disabled.
* squash: Fixes adding initial local tracks.
* squash: Fixes comments.
* squash: Drop no longer used method.
* squash: Fixes old web code imported into mobile builds.
* squash: Drop unused prop.
* squash: Drops recoverable flag on REDIRECT.
* squash: Drops unused variable and fix connection access.
* squash: Xmpp connect returns promise again.
* squash: Execute xmpp connect and creating local tracks in parallel.
* squash: Moves notification about problem jwt.
* squash: Moves startConference to conference.js for the no prejoin case.
And move the startConference in prejoin feature for the prejoin case.
* squash: Fix passing filtered tracks when starting conference with no prejoin.
* squash: Fix clearing listeners on connection established.
Keeps mobile behaviour after merging web and mobile.
* squash: Drops unused code.
2023-07-15 17:33:26 -05:00
Saúl Ibarra Corretgé
398e170e2d
fix(settings) fix when devices tab is not visible
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/13461
2023-07-11 21:47:57 +02:00
Saúl Ibarra Corretgé
699b797e0f
feat(rn,settings) add field with SDK version
...
This helps us know it at a glance, from applications using it, without
having to look at any logs.
2023-06-29 11:30:45 +02:00
Emmanuel Pelletier
51a4e7daa3
Globally improve accessibility for screen reader users ( #12969 )
...
feat(a11y): Globally improve accessibility for screen reader users
2023-06-19 14:34:41 +03:00
Robert Pintilii
b77db024f5
fix(settings-dialog) On mobile open on the correct tab ( #13443 )
2023-06-12 13:55:32 +03:00
Horatiu Muresan
804f9041a6
chore(settings) Move language to general tab ( #13405 )
2023-05-31 12:19:16 +03:00
Robert Pintilii
ae281e9935
ref(TS) Improve TS ( #13370 )
...
Use correct types for action, dispatch and getState
2023-05-22 09:54:11 +03:00
Robert Pintilii
63927db9e4
ref(self-view) Move Hide self view to General tab ( #13339 )
2023-05-12 16:40:36 +03:00
Robert Pintilii
74bac9806f
fix(virtual-background) Use correct video device ( #13329 )
...
In the case when the user selects a new video device then goes to Virtual Background without saving first, use the newly selected device for the virtual background preview instead of the saved one
2023-05-09 15:39:51 +03:00
Robert Pintilii
65248d7d29
chore(deps) Upgrade TS ( #13331 )
...
Upgrade typescript related packages
Fix new errors and warnings
2023-05-09 15:39:31 +03:00
Robert Pintilii
a22db037c7
ref(TS) Improve TS ( #13282 )
...
Remove unnecessary @ts-ignores
Use @ts-expect-error instead of @ts-ignore for external dependencies
2023-05-09 11:05:11 +03:00
Дамян Минков
e2d701a8cc
feat: Audio output settings in visitor mode. ( #13315 )
...
* feat: Audio output settings in visitor mode.
* squash: Fix lint errors.
2023-05-02 16:06:19 -05:00
Robert Pintilii
1ba7765898
ref(TS) Convert some native components to TS ( #13281 )
...
Remove some @ts-ignores
2023-05-02 11:09:38 +03:00
damencho
e18c428f52
fix: Hide virtual background for unsupported browsers from vide preview.
2023-04-27 12:42:12 -05:00
Avram Tudor
1402a63324
ref(keyboard-shortcuts) refactor keyboard shortcuts to use redux ( #13260 )
...
* ref(keyboard-shortcuts) refactor keyboard shortcuts to use redux
fix unsynced default value between config flag and local storage
* code review
* fix build
2023-04-26 11:21:42 +03:00