Freddie
beea4b5b62
fix(config) document missing notification
...
This notification is missing in the array. If array is selectively defined, no pop-up notification is received when participant requests to join the meeting.
2022-01-29 21:02:22 +01:00
JohnProv
0940659070
fix(lang) update Dutch translation
2022-01-29 14:02:03 +01:00
JohnProv
609e4d646d
fix(lang) update Dutch translation
2022-01-29 10:48:38 +01:00
Saúl Ibarra Corretgé
9d829003b4
fix(calendar-sync) remove unneeded function
...
A GUID is just a UUID v4, so let's use that.
2022-01-28 08:47:31 -06:00
Saúl Ibarra Corretgé
fe2c5f6447
chore(deps) microsoft-graph-client@3.0.1
2022-01-28 08:47:31 -06:00
Дамян Минков
43ab8e3ca8
fix: Fixes #10796 authentication in conference. ( #10848 )
...
* fix: Fixes #10796 authentication in conference.
* fixup!
* fixup2!
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2022-01-28 08:14:54 -06:00
Saúl Ibarra Corretgé
332feefa36
fix(util) never mark UUID room names as insecure
...
Except the NIL UUID, that is.
2022-01-28 14:53:51 +01:00
Shawn Chin
23b4e93ed9
feat(config) add ability to hide dominant speaker badge
2022-01-28 14:35:01 +01:00
Santiago Vila
5baa2f839f
fix(lang) update Spanish translation
2022-01-28 12:08:23 +01:00
Robert Pintilii
7e5c283e3c
feat(disableSelfView) Toggle self view on native ( #10871 )
...
Added toggle button in overflow menu
Created video menu with connection info and self view toggle buttons for local participant
2022-01-28 12:47:54 +02:00
JohnProv
4b483f7ec8
fix(lang) update Dutch translation
2022-01-28 11:30:32 +01:00
Robert Pintilii
f0118c0fb5
fix(screenshot-capture) Updated feature ( #10865 )
...
Added config to choose between recording and always mode
Created function to check if feature should be used
Removed check from stop feature as it now checks if the feature was previously on
Only get video track on feature start
2022-01-28 11:11:35 +02:00
Hristo Terezov
ae5723406d
fix(iAmRecorder): middleware bug
2022-01-27 18:11:37 -06:00
Robert Pintilii
02721c0c3d
fix(thumbnails) Change local thumbnail aspect ratio ( #10861 )
2022-01-27 12:55:49 +02:00
Robert Pintilii
c58ebd9792
fix(screenshot-capture) Add initial call for region selection ( #10818 )
2022-01-27 11:14:48 +02:00
ONO Yoshio
35e97450f9
fix(lang) update Japanese translation
2022-01-27 09:23:59 +01:00
Shawn Chin
a2425f71dd
fix(overflow-menu) hide "more moderation controls" option if moderator settings tab disabled
2022-01-27 09:22:26 +01:00
Mihaela Dumitru
c9941dedb9
fix(notifications): support html descriptions
2022-01-26 11:25:04 -06:00
Saúl Ibarra Corretgé
4e8d962027
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/releases/tag/1343-2d21eb5b
2022-01-26 17:27:15 +01:00
Saúl Ibarra Corretgé
6331f8caa0
fix(tools) adapt update-ljm.sh to new ljm release mode
2022-01-26 17:27:15 +01:00
Saúl Ibarra Corretgé
45b8ce8afb
feat(build) use lib-jitsi-meet release tarballs
...
This has 2 benefits:
a) it no longer needs to be built at install time, thus making builds faster
before:
real 0m46.865s
user 1m3.938s
sys 0m22.478s
after:
real 0m27.828s
user 0m25.582s
sys 0m21.699s
b) integrity errors go away since they are not computed over a locally
generated tarball
2022-01-26 15:55:10 +01:00
wfleischer
076b823ea2
fix(lang, shared-video): Reference to YouTube
2022-01-26 10:12:28 +01:00
Shawn
2ac410df00
fix lint errors
2022-01-25 17:14:28 -06:00
Shawn
f5c0d7da5e
fix: broken redirect for url with params when welcome page disable
2022-01-25 17:14:28 -06:00
Jaya Allamsetty
64322db56a
fix(media) Deprecate startScreenSharing config option for web browsers.
...
This is no longer supported as per the w3c spec for getDisplayMedia.
2022-01-25 15:05:15 -05:00
tudordan7
b3c4fb6287
feat(notification-button-testid): Add testid to notification buttons.
2022-01-25 09:53:42 -06:00
tudordan7
8258490873
feat(notification-button-testid): Add testid to notification buttons.
2022-01-25 09:53:42 -06:00
Saúl Ibarra Corretgé
95d4c8ffb8
fix(rn,navigation) fix navigating back to the welcome page
...
The CONFERENCE_WILL_LEAVE reducer in base/conference wipes the state so
we cannot rely on the old room value.
We may want to revisit this in the future.
2022-01-25 16:22:24 +01:00
Saúl Ibarra Corretgé
55aca37eb6
chore(deps) run npm audit fix
2022-01-25 15:08:12 +01:00
Saúl Ibarra Corretgé
19e510a762
fix(rn,settings-drawer) allow for more width
2022-01-25 14:36:59 +01:00
Calinteodor
b9433368ee
feat(rn,app) unified navigators
2022-01-25 13:55:57 +01:00
Mihaela Dumitru
49dd007167
fix(config): use hide display name flag for dominant speaker ( #10839 )
2022-01-25 13:17:27 +02:00
Saúl Ibarra Corretgé
931ef75b4f
feat(rn) use the TSC generated lib-jitsi-meet bundle
...
This way we'll have proper tracebacks now.
2022-01-25 12:15:35 +01:00
Saúl Ibarra Corretgé
a7529aca7f
fix(build) remove double slashes
2022-01-25 12:15:35 +01:00
Saúl Ibarra Corretgé
d5f0e3c062
feat(ts) introduce TypeScript
...
This is the stepping stone for TypeScript support across Jitsi Meet. Currently
it makes it possible for lib-jitsi-meet to use TypeScript without adding any TS
code here yet.
2022-01-25 12:15:35 +01:00
Calin Chitu
bc4553bdc0
feat(lobby) removed native lobby enable/disable dialogs
2022-01-25 12:15:05 +02:00
Hristo Terezov
b5551880f7
feat(shared-video): show invalid URL error.
2022-01-24 17:23:58 -06:00
Mejans
c34d2de519
fix(lang) update Occitan translation
2022-01-21 16:29:35 +01:00
Saúl Ibarra Corretgé
a96fc2fc17
chore(cleanup) delete dead code
2022-01-21 16:21:06 +01:00
gpatel-fr
9eca9e2243
fix(lang) update french translation
2022-01-21 09:04:42 -06:00
Saúl Ibarra Corretgé
fb3a39e743
fix(security-dialog) fix form event propagation after migrating to React 17
...
In addition, replace the from with a div because they shouldn't be
nested.
Since we are no longer in a form, manually validate the password. This
was necessary regardless, because it was possible to bypass the digits
rule by pressing "add".
2022-01-21 08:26:02 -06:00
Robert Pintilii
676d7f2b93
fix(screenshot-capture) Add initial state ( #10827 )
2022-01-21 12:25:23 +02:00
Saúl Ibarra Corretgé
70b8bb7cbd
fix(android) drop jcenter
2022-01-21 10:41:19 +01:00
Saúl Ibarra Corretgé
8f26046e37
chore(deps) drop jsonlint
...
It triggers a security update alert, and use it through npx, so it
doesn't need to be in our package.json.
2022-01-21 10:40:57 +01:00
Saúl Ibarra Corretgé
f2a1a2cca9
chore(deps) webpack-dev-server@4.7.3
2022-01-21 10:40:57 +01:00
Saúl Ibarra Corretgé
3da8f4a25d
chore(deps) npm audit fix
2022-01-21 10:40:57 +01:00
Saúl Ibarra Corretgé
8f1a7d52d2
fix(rn,build) fix use of "bare" relative path
...
The Metro bundler gets confused and the result of such import statements
is `undefined`.
2022-01-21 10:20:20 +01:00
Gabriel Borlea
f4bd40dcfe
fix(raised-hand) lower raised hand by local audio level changes when participant is dominant
2022-01-21 09:07:55 +01:00
Hristo Terezov
be27464b08
fix(screen-capture): disable.
2022-01-21 07:47:46 +01:00
Saúl Ibarra Corretgé
0b4c172c9c
fix(ios) fix build with Xcode 13
2022-01-20 19:28:45 +01:00