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.
2 years ago
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.
2 years ago
Calin-Teodor
e0e66119f5
fix(google-api): sign out button label on smaller devices
2 years ago
Calinteodor
ba4784f149
feat(subtitles): rework feature (#12484)
* feat(subtitles): separated web from native and created native subtitles screen
2 years ago
Saúl Ibarra Corretgé
7fb7c3de9c
chore(deps) update xmldom to the latest version
2 years ago
Saúl Ibarra Corretgé
3d2d449d31
chore(deps) react-native-google-signin@latest
Updates the Google SignIn SDK to the latest.
2 years ago
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.
2 years ago
damencho
162512496a
feat: Module to rate limit based on sent stanzas via ip.
2 years ago
damencho
7819c97839
feat: Module to kick jigasi from a meeting via http endpoint.
2 years ago
damencho
e9c8603c3c
feat: Module to invite jigasi to a meeting via http endpoint.
2 years ago
damencho
9e165c337a
feat: Module to ban users based on external service.
2 years ago
damencho
58af1b98c0
feat: Module to provide http endpoint for ending a meeting.
2 years ago
damencho
6a077333c6
feat: Module to hide rooms for some queries.
2 years ago
damencho
cb234e6b1b
feat: Module to flip devices.
2 years ago
damencho
67a9f35176
feat: Module to restrict muc access.
2 years ago
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
2 years ago
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 >
2 years ago
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
2 years ago
Calin-Teodor
035cccb97b
fix(toolbox): imports
2 years ago
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.
2 years ago
Robert Pintilii
8836669c9f
ref(audio-picker) Styles refactor (#13193)
Move styles from SCSS to JSS
Convert components from class to function
2 years ago
Robert Pintilii
13e818e135
ref(TS) Convert some native components to TS (#13203)
2 years ago
Robert Pintilii
fc0fd2d08c
ref(TS) Convert some components to TS (#13198)
2 years ago
Robert Pintilii
cc91cfe7b5
ref: Styles refactor (#13196)
Move some styles from SCSS to JSS
Remove unnecessary styles
Remove feedback stars animation option
2 years ago
Robert Pintilii
33564a311b
ref(video-picker) Styles refactor (#13206)
Move styles from SCSS to JSS
Convert a component from class to function
2 years ago
Robert Pintilii
2de416c1fa
fix(dial-in) Make text selectable (#13205)
2 years ago
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
2 years ago
Robert Pintilii
84ad0200a8
ref(TS) Convert some native components to TS (#13200)
2 years ago
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
2 years ago
infl00pLabs
62f1139193
lang: Greek translations update (#13163)
* Complete and Replace Greek translated strings
* Greek translated strings - sorted
* Add files via upload
2 years ago
Robert Pintilii
373be54b04
ref(TS) Convert some components to TS (#13192)
2 years ago
Robert Pintilii
00c3ea07e7
fix(notifications-tab) Fix sounds settings (#13195)
2 years ago
Robert Pintilii
5a64bd76fb
ref(prejoin) Refactor styles (#13187)
Move styles from SCSS to JSS
Convert class to function component
2 years ago
Robert Pintilii
57dbd3cf54
fix(device-picker) Close picker when another is open (#13190)
2 years ago
Дамян Минков
e772831f7c
feat(visitors): Fix creating breakout rooms for promoted visitor. (#13188)
* feat(visitors): Fix creating breakout rooms for promoted visitor.
* squash: Drop caching as we hardcode the nick.
2 years ago
damencho
9363b79454
feat(visitors): Updates meeting id for visitor rooms.
2 years ago
Gabriel Borlea
cf97ff724c
fix: leave the conference after it is destroyed (#13182)
* fix: leave the conference after it is destroyed
* add timeout for leave conference
2 years ago
Robert Pintilii
c1f1c0d341
ref(TS) Convert some components to TS (#13179)
2 years ago
Robert Pintilii
fd47225d30
fix(popover) Fix close popover from toggle button (#13180)
2 years ago
damencho
0e9e884ab4
fix(visitors): Fixes large video and pinning.
2 years ago
damencho
85d13ddfdf
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1612.0.0+67d92a96...v1614.0.0+5d3ce8c2
2 years ago
damencho
deadd8ad07
fix: Updates the rules for visitor room destroy.
Will destroy room immediately when there are no main participant, cause anyway the main room will be destroyed and jicofo will leave this room.
Visitors will reload when seeing jicofo leaving.
When there are no visitors we give 15 seconds for them to connect and after that we destroy the room.
2 years ago
Trang Sĩ Thái
b9e5e5f114
Update main-vi.json
Correct translations of the Vietnamese language
2 years ago
Дамян Минков
e5d948af44
feat(visitors): Adds an option to ignore certain domains. (#13174)
* feat(visitors): Adds an option to ignore certain domains.
Can ignore domains (used for jibri and transcriber) to avoid propagating them to visitor nodes.
* squash: Drop filtering messages.
2 years ago
damencho
352ffa589c
fix: Handles max occupants reached from a visitor node.
When we receive the error from a visitor node, we need to restore the previous configuration, reconnect to the main prosody and be ready to try to rejoin again (from prejoin screen).
2 years ago
damencho
2dac69b679
fix: Show visitors notification only when iAmVisitor is true.
2 years ago
Peter Dave Hello
a062fe0d0b
lang: Improve Traditional Chinese (zhTW) locale (#13169)
2 years ago
damencho
67692149a2
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1611.0.0+14cd7a89...v1612.0.0+67d92a96
2 years ago
Jaya Allamsetty
ec4ab7c49c
fix(lastn): Do not update lastn on participant join/leave.
Last-n doesn't need to be updated when participants join/leave the conference or for other layout changes.
2 years ago
Jaya Allamsetty
6efa4f2475
fix(config) Remove the code related to lastN limits which is not used anymore.
2 years ago