Saúl Ibarra Corretgé
3b612376f2
chore(deps,giphy) update @giphy/react-components ( #13243 )
...
Also update the patches to match the new package versions.
jitsi-meet_8582
7209
2023-04-21 09:31:50 +03:00
Amga
1a312e2140
lang: update translation for mongolian language ( #13237 )
jitsi-meet_8581
7208
2023-04-20 22:46:15 -05:00
Saúl Ibarra Corretgé
6f5d0400b8
fix(deps) override xmldom dependency from strophe.js
...
lib-jitsi-meet does not bundle xmldom anyway, and we are providing it
here. strophe seems to be stuck in a slightly old version which creates
spurious security warnings.
jitsi-meet_8580
jitsi-meet_8579
7207
2023-04-20 19:13:43 +02:00
Gabriel Borlea
aec86cecc0
ref(invite): add people form ( #13207 )
jitsi-meet_8578
7206
2023-04-20 14:00:42 +03:00
Robert Pintilii
bf1dde7cd1
ref(TS) Convert some files to TS ( #13223 )
jitsi-meet_8577
7205
2023-04-20 12:06:45 +03:00
Calin-Teodor
91e9005f08
feat(base/config): commented out mobile codecs override
jitsi-meet_8576
7204
2023-04-20 11:49:26 +03:00
Дамян Минков
57f9ea2865
feat: Adds an option to disable iframeAPI. ( #13235 )
...
* feat: Adds an option to disable iframeAPI.
* squash: Use utility.
jitsi-meet_8575
jitsi-meet_8574
jitsi-meet_8573
7203
2023-04-19 16:56:32 -05:00
damencho
1f6425fbfd
fix: Fix handling visitor messages and msgs limits module.
jitsi-meet_8572
jitsi-meet_8571
7202
2023-04-19 08:55:58 -05:00
damencho
e169979bab
fix: Fix logs to use module logger.
...
When using log in the log file is printed 'general' instead of the module that logs it.
2023-04-19 08:55:58 -05:00
Mihaela Dumitru
6e9e9c9a6a
fix(whiteboard/pinning) mark whiteboard participant as pinned in the active participant logic ( #13232 )
jitsi-meet_8570
7201
2023-04-19 16:37:31 +03:00
Jaya Allamsetty
102a369bca
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1619.0.0+c8d76d4a...v1620.0.0+7f0012f7
jitsi-meet_8569
7200
2023-04-18 23:41:21 -04:00
Дамян Минков
b318b987a7
feat: Adds a module for restricting number of messages in a room. ( #13229 )
...
* feat: Adds a module for restricting number of messages in a room.
* squash: Adds logic to reload config.
* squash: Ignore polls-answers.
* squash: Rename variables.
jitsi-meet_8568
7199
2023-04-18 16:42:53 -05:00
George Politis
78ce68160a
fix: Reinitialize rtcstats when the config changes ( #13181 )
...
* fix: Reinitialize rtcstats when the config changes
The mobile app does not exit after the user has left the meeting. This
means we need to re-initialize rtcstats every time a user joins a call to
be sure we are using the correct deployment information.
* Wrap the sendStats method.
* Uses lighter syntax.
* Fixes the linter and adds a warning.
* Bind the `statsEntry` callback to `this`.
* Removes obsolette comment.
jitsi-meet_8567
7198
2023-04-18 13:48:30 -07:00
Jaya Allamsetty
6aff616af4
fix(mobile) Do not disableAudioLevels on RN since it uses feature detection now ( #13226 )
...
* fix(mobile) Do not disableAudioLevels on RN since it uses feature detection now.
Local and remote audio levels will automatically be disabled on RN since receiver stats and local audio stats are not supported there.
jitsi-meet_8566
7197
2023-04-18 13:55:31 -04:00
Jaya Allamsetty
0140a49641
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1617.0.0+faeff49a...v1619.0.0+c8d76d4a
jitsi-meet_8565
7196
2023-04-18 13:54:54 -04:00
damencho
732754c566
feat: Module to expose turn credentials via http endpoint.
jitsi-meet_8564
jitsi-meet_8563
7195
2023-04-18 11:07:35 -05:00
Saúl Ibarra Corretgé
b360a9e572
fix(build) drop unused file
...
Also generalize the lib-jitsi-meet files rule so it can also work with
development (unminimized) builds.
jitsi-meet_8562
7194
2023-04-18 17:19:59 +02:00
Saúl Ibarra Corretgé
f88fa81616
deps(rn) update react-native-webrtc to version 111.0.0
...
Adapt to changes in the Android plugin initialization.
Leverage the new module initialization to simplify enabling WebRTC
logging.
jitsi-meet_8561
7193
2023-04-18 17:11:04 +02:00
Calin-Teodor
e0e66119f5
fix(google-api): sign out button label on smaller devices
jitsi-meet_8560
7192
2023-04-18 17:03:19 +03:00
Calinteodor
ba4784f149
feat(subtitles): rework feature ( #12484 )
...
* feat(subtitles): separated web from native and created native subtitles screen
jitsi-meet_8559
7191
2023-04-18 16:01:34 +03:00
Saúl Ibarra Corretgé
7fb7c3de9c
chore(deps) update xmldom to the latest version
jitsi-meet_8558
7190
2023-04-18 13:46:37 +02:00
Saúl Ibarra Corretgé
3d2d449d31
chore(deps) react-native-google-signin@latest
...
Updates the Google SignIn SDK to the latest.
jitsi-meet_8557
7189
2023-04-18 13:16:09 +02:00
Saúl Ibarra Corretgé
ca60c33dda
fix(ios) disable CallKit when running in the simulator
...
It doesn't actually work on the simulator but it never caused trouble...
until iOS 16.4 (or maybe earlier). Disable it.
jitsi-meet_8556
7188
2023-04-18 10:58:42 +02:00
damencho
162512496a
feat: Module to rate limit based on sent stanzas via ip.
jitsi-meet_8555
7187
2023-04-17 18:09:16 -05:00
damencho
7819c97839
feat: Module to kick jigasi from a meeting via http endpoint.
2023-04-17 18:09:16 -05:00
damencho
e9c8603c3c
feat: Module to invite jigasi to a meeting via http endpoint.
2023-04-17 18:09:16 -05:00
damencho
9e165c337a
feat: Module to ban users based on external service.
2023-04-17 18:09:16 -05:00
damencho
58af1b98c0
feat: Module to provide http endpoint for ending a meeting.
2023-04-17 18:09:16 -05:00
damencho
6a077333c6
feat: Module to hide rooms for some queries.
2023-04-17 18:09:16 -05:00
damencho
cb234e6b1b
feat: Module to flip devices.
2023-04-17 18:09:16 -05:00
damencho
67a9f35176
feat: Module to restrict muc access.
2023-04-17 18:09:16 -05:00
Jaya Allamsetty
9396e8b0c0
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1615.0.0+a23a8c7c...v1617.0.0+faeff49a
jitsi-meet_8554
7186
2023-04-17 16:46:13 -04:00
dependabot[bot]
200d857012
chore(deps-dev): bump webpack from 5.57.1 to 5.76.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.57.1 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.57.1...v5.76.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
jitsi-meet_8553
7185
2023-04-17 09:50:18 +02:00
Christoph Settgast
1a22b7d0dd
fix(desktop-picker): Populate list of desktop app windows to share
...
Fix bug introduced via #12994 where id was changed and "-tab" was appended. Due to this the selected tab was not anymore working and empty object was returned here: 05da37b56d/react/features/desktop-picker/components/DesktopPicker.tsx (L270)
Originally part of #13096 by @dudumanbogdan, but pulled ahead to fix application
window sharing via Electron desktop app.
Fixes : jitsi/jitsi-meet-electron#857
jitsi-meet_8552
jitsi-meet_8551
7184
2023-04-13 23:12:37 -05:00
Calin-Teodor
035cccb97b
fix(toolbox): imports
jitsi-meet_8550
7183
2023-04-14 00:05:25 +03:00
Saúl Ibarra Corretgé
ca1c00acb0
feat(external-api) drop iframe sandbox
...
It has created more trouble than it sat to solve, I'm dropping it for
now so we can re-evaluate.
jitsi-meet_8549
7182
2023-04-13 10:30:15 -05:00
Robert Pintilii
8836669c9f
ref(audio-picker) Styles refactor ( #13193 )
...
Move styles from SCSS to JSS
Convert components from class to function
jitsi-meet_8548
7181
2023-04-13 16:41:16 +03:00
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS ( #13203 )
jitsi-meet_8547
7180
2023-04-13 15:49:51 +03:00
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS ( #13198 )
2023-04-13 15:49:34 +03:00
Robert Pintilii
cc91cfe7b5
ref: Styles refactor ( #13196 )
...
Move some styles from SCSS to JSS
Remove unnecessary styles
Remove feedback stars animation option
2023-04-13 15:49:15 +03:00
Robert Pintilii
33564a311b
ref(video-picker) Styles refactor ( #13206 )
...
Move styles from SCSS to JSS
Convert a component from class to function
jitsi-meet_8546
7179
2023-04-13 13:22:30 +03:00
Robert Pintilii
2de416c1fa
fix(dial-in) Make text selectable ( #13205 )
jitsi-meet_8545
7178
2023-04-13 12:27:11 +03:00
Jaya Allamsetty
64838df712
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1614.0.0+5d3ce8c2...v1615.0.0+a23a8c7c
jitsi-meet_8544
jitsi-meet_8543
7177
2023-04-12 12:35:48 -04:00
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS ( #13200 )
jitsi-meet_8542
7176
2023-04-12 16:58:42 +03:00
Christoph Settgast
046f9c53ab
fix: breakout rooms with non-ascii room names
...
Somewhere along a double encoding for the room names occurred, thus
currently moderation does not work for rooms names which contain non-
ascii charaters like ä etc.
This essentially reverts a6bc51cff1
jitsi-meet_8541
7175
2023-04-11 16:27:48 -05:00
infl00pLabs
62f1139193
lang: Greek translations update ( #13163 )
...
* Complete and Replace Greek translated strings
* Greek translated strings - sorted
* Add files via upload
jitsi-meet_8540
7174
2023-04-11 09:09:59 -05:00
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS ( #13192 )
jitsi-meet_8539
7173
2023-04-11 12:10:37 +03:00
Robert Pintilii
00c3ea07e7
fix(notifications-tab) Fix sounds settings ( #13195 )
jitsi-meet_8538
7172
2023-04-11 11:31:51 +03:00
Robert Pintilii
5a64bd76fb
ref(prejoin) Refactor styles ( #13187 )
...
Move styles from SCSS to JSS
Convert class to function component
jitsi-meet_8537
jitsi-meet_8536
jitsi-meet_8535
jitsi-meet_8534
7171
2023-04-10 14:22:08 +03:00
Robert Pintilii
57dbd3cf54
fix(device-picker) Close picker when another is open ( #13190 )
jitsi-meet_8533
7170
2023-04-10 12:52:22 +03:00