Vlad Piersec
c508572cc5
feat(toolbox): Redesign mobile toolbox
5 lat temu
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
5 lat temu
Jean-François Alarie
407021e258
feat(rn,flags) add fullscreen.enabled flag
5 lat temu
Hristo Terezov
fec2641730
fix(popups): covered by labels.
5 lat temu
Tudor-Ovidiu Avram
7ff332b2bb
fix(subject) remove gradient if no info in topbar
5 lat temu
Tudor-Ovidiu Avram
d49c5a6d8c
feat(jaas) add config for displaying participants stats and conference subject
5 lat temu
Hristo Terezov
5cae5985c0
feat(ConferenceTimer): Add config option to hide.
5 lat temu
Дамян Минков
12c835dd91
feat: Drops filmStripOnly mode. (#8074)
* feat: Drops filmStripOnly mode.
* squash: Let's make lint happy again.
* squash: Drop some css.
5 lat temu
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
5 lat temu
Bettenbuk Zoltan
240b033e76
feat: auto tile view
5 lat temu
Saúl Ibarra Corretgé
76e4929add
rn,tile-view: render display name on top of participant view
Makes the tiles consistent as the participant view is equally sized and the
avatar is always centered in the tile.
5 lat temu
Mihai Uscat
5f5468995f
feat(chat): Make chat push content to the side in large view
6 lat temu
Saúl Ibarra Corretgé
36d95ed51f
rn,conference: show lonely experience only after joining
Showing the modal earlier is weird because it will be closed as soon as we
connect. Also, we don't know if we are going to be alone until we join.
5 lat temu
NicolasD
41ba55a6a9
rn,flags: add feature flag to enable / disable conference timer
5 lat temu
Vlad Piersec
3b1ad9faff
fix: Show audio/video options on lobby screen
5 lat temu
Bettenbuk Zoltan
0494200383
fix: label tooltips are not visible in tile view
5 lat temu
Saúl Ibarra Corretgé
8efd0f0829
unsafe-room: hide unsafe room label if a password or lobby are set
5 lat temu
damencho
66505666df
feat: Hide Invite more when invite button is disabled.
5 lat temu
Adam Wan
e3d66db3d7
config: add ability to hide the "invite more" header button
5 lat temu
Saúl Ibarra Corretgé
6e679f952f
redux: refactor loading of middlewares and reducers
Up until now we relied on implicit loading of middlewares and reducers, through
having imports in each feature's index.js.
This leads to many complex import cycles which result in (sometimes) hard to fix
bugs in addition to (often) breaking mobile because a web-only feature gets
imported on mobile too, thanks to the implicit loading.
This PR changes that to make the process explicit. Both middlewares and reducers
are imported in a single place, the app entrypoint. They have been divided into
3 categories: any, web and native, which represent each of the platforms
respectively.
Ideally no feature should have an index.js exporting actions, action types and
components, but that's a larger ordeal, so this is just the first step in
getting there. In order to both set example and avoid large cycles the app
feature has been refactored to not have an idex.js itself.
5 lat temu
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
5 lat temu
Bettenbuk Zoltan
475a2ae596
feat: lobby feature
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
5 lat temu
Saúl Ibarra Corretgé
d740752522
rn,responsive-ui: refactor dimensions detection
Use a dimensions detecting root component. The Dimensions module does not
measure the app's view size, but the Window, which may not be the same, for
example on iOS when PiP is used.
Also refactor the aspect ratio wrap component since it can be taken directly
from the store.
Last, remove the use of DimensionsDetector on LargeVideo and TileView since they
occupy the full-screen anyway.
Fixes PiP mode on iOS.
5 lat temu
Saúl Ibarra Corretgé
7de88995a5
labels: don't disable all labels when VIDEO_QUALITY_LABEL_DISABLED is set
Fixes: https://github.com/jitsi/jitsi-meet/issues/6880
5 lat temu
Hristo Terezov
f0c6e934ce
feat(config):InsecureRoomNameWarning config option
5 lat temu
Mihai Uscat
663a65ad81
fix(SecurityDialog): fix button overflow
5 lat temu
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 lat temu
Mihai Uscat
75c836c70c
feat(AddPeopleDialog): Update design; feat(SecurityDialog): Implement
5 lat temu
Bettenbuk Zoltan
c08638da51
feat: insecure room name warning
5 lat temu
Vlad Piersec
a45cbf41ef
feat(prejoin_page): Add prejoin page
5 lat temu
Saúl Ibarra Corretgé
e5b563ba46
rn,flags: add more feature flags to toggle specific behavior
- Invite funcionality (altogether)
- Recording
- Live streaming
- Meeting name
- Meeting password
5 lat temu
Saúl Ibarra Corretgé
5ea8e198c7
e2ee: add label if all participants have E2EE enabled
5 lat temu
Hristo Terezov
94a15914d0
fix(document.title): use URL decoded room name.
5 lat temu
Bettenbuk Zoltan
39d789a088
feat: add url params: config.disableInviteFunctions, config.doNotStoreRoom and userInfo.displayName
5 lat temu
Bettenbuk Zoltan
678ed605d7
ref: change JitsiModal to better fit to needs
5 lat temu
Saúl Ibarra Corretgé
bb2b1b58ec
conference: add room name to browser title
Re-do of
86ebfe8dad
5 lat temu
bgrozev
171b065db1
Revert "Add room name to browser tab title" (#5560)
Because it displays "undefined" in the title.
This reverts commit 86ebfe8dad .
5 lat temu
Ruben Kerkhof
86ebfe8dad
Add room name to browser tab title
Fixes #5480
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com >
5 lat temu
Saúl Ibarra Corretgé
cdc14586de
invite: remove duplicated code
Add ability to invite users which will use the share sheet or dialog
dynamically.
6 lat temu
Zoltan Bettenbuk
8d3b59a0d0
rn: lonely meeting experience
6 lat temu
theunafraid
c2cf09a2ca
Add conference timer (#4958)
6 lat temu
Saúl Ibarra Corretgé
9c146c1245
subject: hide participant count for 1-1 calls
refs: https://github.com/jitsi/jitsi-meet/issues/4871
6 lat temu
Bettenbuk Zoltan
3ff658a13b
fix: respect safe area in conference on ios
6 lat temu
Vlad Piersec
9889cb2b69
Add conference name as fallback for subject
6 lat temu
Vlad Piersec
c3a6a8fb17
Add participants count
6 lat temu
Saúl Ibarra Corretgé
1feff9709c
config: drop configLocation and getroomnode options
They never worked on mobile and pose an impediment for makinf config.js more
future proof. Specially if we want to move to a non-executable form of
configuration.
6 lat temu
Saúl Ibarra Corretgé
f7a526f488
rn: fix rendering unnecessary stuff when in PiP mode
6 lat temu
Saúl Ibarra Corretgé
19d1e3829d
rn: add shared document support using Etherpad
6 lat temu
Saúl Ibarra Corretgé
5a934c071a
logging: use individual, names loggers
React Native doesn't define __filename nor __dirname so do it artisanally. In
addition, this helps with centralizing the configuration passed to loggers.
6 lat temu
Saúl Ibarra Corretgé
64897b9c91
rn,toolbox: simplify logic for showing Toolbox on mobile
6 lat temu