James Carbine
5b10d8f5ef
Add config to hide logo-deep-linking on deeplinking page (#7346)
This adds the ability to configure hiding the logo on the deep linking page.
HIDE_DEEP_LINKING_LOGO defaults to false in the config.
The implementation also defaults to showing the logo if HIDE_DEEP_LINKING_LOGO
is missing from the config.
il y a 5 ans
settyan117
02885ea716
lang: updated Japanese translation
il y a 5 ans
Florian
7e70a57eb3
lang: update French translation
il y a 5 ans
Alexey Napalkov
dbaa1168b3
lang: update Russian translation
il y a 5 ans
Fabricio Oliveira
b1d691ca07
lang: update brazilian portuguese translation
il y a 5 ans
Jaroslav Lichtblau
10a4612230
lang: update Czech translation
il y a 5 ans
Aaron van Meerten
21767fa7cf
Merge pull request #7481 from jitsi/aaronkvanmeerten/token-util-cache-in-object
FEAT: jwt pubkey cache inside object
il y a 5 ans
Aaron van Meerten
0bd100f027
FIX: prosody: comment on destroy_request
il y a 5 ans
Aaron van Meerten
f14a595462
FIX: prosody: destroy_request check
il y a 5 ans
Hristo Terezov
5e4b8c747c
feat(prejoin): Hide invite link
il y a 5 ans
Aaron van Meerten
c4155575f9
FIX: prosody: room validation on jibri-queue
The full room JID is now passed properly to verify_token
verify_token now also expects the correct jid for validation
il y a 5 ans
Aaron van Meerten
11ee71a51c
FEAT: jwt pubkey cache inside object
Allows each module that does token validation to have its own cache
il y a 5 ans
Mihai Uscat
c998d83f34
feat(welcome): Add variables.
il y a 5 ans
Vlad Piersec
b670b29d7f
fix(prejoin): Auto focus display name input
il y a 5 ans
Aaron van Meerten
9b7e8c98ad
FEAT: default value for jibri queue region
il y a 5 ans
Aaron van Meerten
ad44558153
FEAT: validate keys at specific URL for jibri queue
Provide region value in POST to jibri-queue service
il y a 5 ans
Jaya Allamsetty
1a957ed85b
feat(video-quality): Impose max-bitrates on video sender based on videoQuality settings (#7467)
* feat(video-quality): Impose max-bitrates on video sender based on config.js settings
Update to lib-jitsi-meet@latest
f74cd0abe9
il y a 5 ans
Jaya Allamsetty
1dbb47b84f
deps: lib-jitsi-meet@latest
il y a 5 ans
paweldomas
4adaa6f1fd
fix(last-n-limits): crash on undefined
il y a 5 ans
Paweł Domas
b3b561f27a
feat(video quality): add maxFullResolutionParticipants (#7403)
Add a config option with the default value of 2, which will cap the max recv video quality to SD if there's more than 2 participants in the conference while in the tile view mode.
il y a 5 ans
Jesús Espino
a6a19a3002
Fix lint error
il y a 5 ans
Jesús Espino
1426a5b4bc
Restore dots menu on mobile
il y a 5 ans
sellth
858ee557d4
lang: update German translation
il y a 5 ans
Jaya Allamsetty
bd64c14aaa
fix: Send SS stopped analytics event when SS was started in video mute state
il y a 5 ans
Manuel Garcia
ce286f9be8
lang: fix typo
il y a 5 ans
Paweł Domas
cc9cb6a874
feat(config): add last N limit mapping (#7422)
Adds 'lastNLimits' config value which allows to define last N value per number of participants.
See config.js for more details.
il y a 5 ans
Atrate
168dbd6276
android: make app movable to SD card
il y a 5 ans
Jesús Espino
400c86ad5e
Adding responsive to jitsi logo, buttons and hiding some part of the interface (#7380)
* Adding responsive to jitsi logo, buttons and hiding some part of the interface
* moving media types thresholds to variables and apply only to screen
* hide chrome extension banner on very small view
* Hide filmstrip only on desktop narrow windows
il y a 5 ans
Matthias Wuttke
b0650b8448
Pass JWT token to close page
il y a 5 ans
dependabot[bot]
027cc1be96
chore(deps): bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
il y a 5 ans
ButterflyOfFire
9b32811ff2
lang: add missing kabyle language
Fixing missing kabyle language in the main file.
il y a 5 ans
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
il y a 5 ans
Saúl Ibarra Corretgé
af5d4c850b
external_api: filter postis events origin
il y a 5 ans
kauczu
7bfb2fc219
lang: update/fix Polish translation, add missing fields in main-pl.json (#7395)
* lang: update/fix Polish translation, add missing fields in main-pl.json
Based on actual main.json, merge #7382 and my translation.
fixed incorrect context meaning of some fields,
added missing fields and translated them,
translated fields left in empty qoutes
* Update main-pl.json
* Update main-pl.json
* Update main-pl.json
il y a 5 ans
Elliot Cooper
b814827df1
misc: replace certbot-auto with certbot
il y a 5 ans
Bettenbuk Zoltan
240b033e76
feat: auto tile view
il y a 5 ans
paweldomas
00b41dbb41
add mod_websocket patch for session event
It's to be used in docker-jitsi-meet to patch older
Prosody versions until this change becomes available.
il y a 5 ans
damencho
2689be5d24
chore: Update lib-jitsi-meet.
il y a 5 ans
damencho
f3da009d61
feat: Updates @atlaskit/flag to use the testId prop for integration tests.
il y a 5 ans
damencho
ddc2b4f26e
fix: Adds display name to notifications about lobby operations.
Display name for lobby operations notifications are taken from the list of knocking participants which is available only to moderators. In case of not all moderators the notifications were broken.
il y a 5 ans
damencho
b106e51a10
feat: Adds id to the notifications and buttons so we can check for them in the integration tests.
il y a 5 ans
damencho
0cef706b6a
feat: Changes security dialog button to toggle dialog.
il y a 5 ans
damencho
b9c20a3fd4
fix: Fixes syncing state about lobby in security dialog.
il y a 5 ans
damencho
23507da59a
feat: Adds id to the notifications so we can check for them in the integration tests.
il y a 5 ans
Gabriel
4bfc80ecb9
external_api: add ability to toggle lobby
il y a 5 ans
Saúl Ibarra Corretgé
52ce8031a3
Update react/features/chat/components/native/Chat.js
il y a 5 ans
Saúl Ibarra Corretgé
aa9f06fa84
Update react/features/chat/components/native/Chat.js
il y a 5 ans
Saúl Ibarra Corretgé
a758e98101
Update react/features/chat/components/native/Chat.js
il y a 5 ans
tombrown86
63d4c2b84b
onClose to return true to imply modal should close
il y a 5 ans
tombrown86
4161e7bfe1
fix: no new msg notifications after opening chat modal [NATIVE]
call TOGGLE_CHAT action when chat modal is closed to correctly update chat isOpen state
il y a 5 ans