Jaya Allamsetty
07cad2a98f
cleanup: Remove obsolete code related to SS extension
- Remove external install dialogs and fix related screensharing error handling.
- Remove obsolete options from config.js and from configWhitelist.js
пре 5 година
Дамян Минков
6fbba52c6d
feat: Adds a new option to disable lobby for guests. (#7094)
* feat: Adds a new option to disable lobby for guests.
* squash: Rename config option.
* squash: Comment update.
пре 5 година
Gonçal
311d1c67ba
Added all missing languages from languages.json
Added all missing languages from languages.json, with names in Catalan
пре 5 година
Vlad Piersec
0aa54d8650
(prejoin): fix mobile
пре 5 година
Bettenbuk Zoltan
74e0e10928
feat: new security icon
пре 5 година
Vlad Piersec
4f169988a3
fix(prejoin): Store prejoin tracks in 'features/base/tracks'
пре 5 година
Joey Marshment-Howell
ec6ed6e8ec
config: whitelist option to hide chrome extension banner
saghul: torture tests also need it.
пре 5 година
Aaron van Meerten
7b429afee6
Merge pull request #7080 from jitsi/fix-e2ee
fix(e2ee): hide if not supported.
пре 5 година
Hristo Terezov
cab830aad1
fix(e2ee): hide if not supported.
пре 5 година
Jaya Allamsetty
bd42c81cb8
chore(deps): Update lib-jitsi-meet
пре 5 година
Saúl Ibarra Corretgé
f230fd4d04
subject: avoid sending an extra empty subject update
When setSubject is called too early we store it as pensing, but thanks to the
default parameter value, if undefined is passed to the function we'll store the
empty string.
This will trigger a needless update because undefined !== ''.
пре 5 година
Saúl Ibarra Corretgé
eed57e7999
subject: only try to update the subject when the rol;e changes
Skip processing any other participant updates.
пре 5 година
Vlad Piersec
8115f86f59
fix(prejoin): Fix CSS for prejoin page according to design
пре 5 година
Bettenbuk Zoltan
28e5edfb50
ref: move e2ee field into security menu
пре 5 година
Saúl Ibarra Corretgé
e936c6dc2c
lang: improve wording
пре 5 година
Saúl Ibarra Corretgé
8efd0f0829
unsafe-room: hide unsafe room label if a password or lobby are set
пре 5 година
Saúl Ibarra Corretgé
a49f04f25b
config: document enableInsecureRoomNameWarning and whitelist it
пре 5 година
Bettenbuk Zoltan
bcffe0bba5
fix: lobby screen broken with prejoin disabled
пре 5 година
Titus-Andrei Moldovan
482ba23954
rn: adds support for mobile youtube link
пре 5 година
Titus-Andrei Moldovan
e87167dd2d
rn: fixes the propagation of the paused event after the status was set to stop
пре 5 година
erickvils
cf047a3c90
lang: update portuguese (BR) translation
пре 5 година
Saúl Ibarra Corretgé
a8b8612304
rn,auth: trim the username
Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
пре 5 година
Saúl Ibarra Corretgé
95a5b8a8c1
rn,auth: don't auto-capitalize the password field
Fixes: https://github.com/jitsi/jitsi-meet/issues/5673
пре 5 година
bgrozev
5867eaf560
config: remove obsolete options
пре 5 година
Hafize Güngör
9143bb42d1
lang: fixes for Turkish translation
пре 5 година
Boris Grozev
0e5dac623e
chore: Update lib-jitsi-meet.
пре 5 година
Boris Grozev
0c09ded76b
feat: Add and whitelist the useTurnUdp config option.
пре 5 година
damencho
929622b27c
fix: Fixes setting subject from url.
There are occasions when role to moderator can change a little bit after joining the room, and initial try to set subject will silently be ignored if not moderator.
пре 5 година
damencho
430125a8bd
feat: Adds user props to analytics for iframe and external api.
пре 5 година
damencho
66505666df
feat: Hide Invite more when invite button is disabled.
пре 5 година
Saúl Ibarra Corretgé
e5cffc71c4
config: cleanup no longer used interface_config options
пре 5 година
Adam Wan
e3d66db3d7
config: add ability to hide the "invite more" header button
пре 5 година
Saúl Ibarra Corretgé
e8e2b3c341
doc,gh: add pull request template
пре 5 година
Saúl Ibarra Corretgé
abb724e173
doc: update CONTRIBUTING
пре 5 година
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 година
Saúl Ibarra Corretgé
80d7e5fb7f
redux: move PersistenceRegistry to the redux feature
пре 5 година
Saúl Ibarra Corretgé
7646618e5a
rnnoise: simplify initialization
пре 5 година
Jaya Allamsetty
6533071c4c
chore(deps): update lib-jitsi-meet
Update to sdp-interop@1.0.3 for getting the fix for Firefox RTX audio-only issue
пре 5 година
Emil Ivov
6aed9bc0c8
interface_config: enforce logo by default
пре 5 година
Jaya Allamsetty
b7b861259b
fix(UI): add playsinline attr for video element
> playinline attr needs to be set to true to stop local video from playing in full screen mode in Safari on iOS.
> This applies to the local video thumbnails and the camera previews from the device selection menu and video preview button
пре 5 година
tmoldovan8x8
df64dd8f18
rn: add youtube player for mobile app
пре 5 година
Vlad Piersec
8758c222c6
feat(branding): Add ability to customize logo & background
пре 5 година
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
пре 5 година
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 година
dependabot[bot]
338c960215
build(deps): bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com >
пре 5 година
Jaya Allamsetty
e6093e0706
fix(UI): Highlight the audio device when we hover over it
пре 5 година
Jaya Allamsetty
d1d968997e
Disable audiosettings button on Firefox as it is not supported
пре 5 година
Jaya Allamsetty
45570bc0e7
fix(device-selection): Update redux when a new speaker is selected
Update userSelectedAudioOutputDeviceId and userSelectedAudioOutputDeviceLabel when a new speaker is selected from the audio settings popup menu
пре 5 година
Jaya Allamsetty
f4bcad02d8
fix(device-selection): Add a workaround for a chrome bug with default mic
Pass the real deviceId to gUM instead of 'default' for Chrome to return the correct media stream
пре 5 година
khajaamin
26f7951894
Marathi language (#6615)
* Lang folder removed from proxy server and now using from local dev dir
* Added Marathi 100% langulage transalation
пре 5 година