-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coturn #667
Open
goacid
wants to merge
35
commits into
jitsi:master
Choose a base branch
from
goacid:coturn
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Coturn #667
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 424253b - Browse repository at this point
Copy the full SHA 424253bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 463bf71 - Browse repository at this point
Copy the full SHA 463bf71View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b12d6 - Browse repository at this point
Copy the full SHA c6b12d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e837f12 - Browse repository at this point
Copy the full SHA e837f12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b0d0a - Browse repository at this point
Copy the full SHA c2b0d0aView commit details -
* a81ad73 prosody: add support for lobby * baed605 web: fix removing closed captions button if transcription is enabled * edecacd etherpad: add ability to use a external server * a7563d4 jvb: use JVB_TCP_PORT for exposing the port * b235ea1 prosody: disable s2s module * 1d428a8 prosody: use a 2-stage build * 613c26c misc: working on latest * 4d72ee3 release: stable-4627-1 * 22b7063 examples: update Traefik v1 example * 1381b08 prosody: fix installing dependdencies * 2900c11 misc: add extra line to tag message * c57a84b misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for 80208ba - Browse repository at this point
Copy the full SHA 80208baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9d238 - Browse repository at this point
Copy the full SHA 8b9d238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b08d32 - Browse repository at this point
Copy the full SHA 7b08d32View commit details -
* a81ad73 prosody: add support for lobby * baed605 web: fix removing closed captions button if transcription is enabled * edecacd etherpad: add ability to use a external server * a7563d4 jvb: use JVB_TCP_PORT for exposing the port * b235ea1 prosody: disable s2s module * 1d428a8 prosody: use a 2-stage build * 613c26c misc: working on latest * 4d72ee3 release: stable-4627-1 * 22b7063 examples: update Traefik v1 example * 1381b08 prosody: fix installing dependdencies * 2900c11 misc: add extra line to tag message * c57a84b misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for 387a715 - Browse repository at this point
Copy the full SHA 387a715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5be9470 - Browse repository at this point
Copy the full SHA 5be9470View commit details -
prosody: configure lobby on the guest domain is necessary
If the lobby is enabled and ENABLE_AUTH and ENABLE_GUESTS is true, and therefore the guest.$XMPP_DOMAIN domain is to be defined, the lobby config should be placed in the guest domain.
Configuration menu - View commit details
-
Copy full SHA for 1f40f2f - Browse repository at this point
Copy the full SHA 1f40f2fView commit details -
jicofo: no auth URL in JWT auth mode
There's no need to have Jicofo involved in authentication when JWT authentication type is configured in Prosody in which case Prosody plugins are validating the token when user tries to enter a MUC. This mechanism was initially designed for 'internal' Prosody XMPP authentication with guest access. In this mode only admin users are allowed to create MUC rooms and Jicofo is an admin. In this flow, a user first joins from domain with authentication enabled and it will receive a session ID from Jicofo. Now the client will store this session ID in the local storage and use it next time when coming back to Jitsi Meet to make Jicofo create a MUC room for him/her. https://jitsi.github.io/handbook/docs/devops-guide/secure-domain The EXT_JWT mode was an experiment at some point, but now should probably be removed. It may come handy only in case where there is no JWT verification in Prosody and all users connect as anonymous and MUC creation is only allowed to Jicofo.
Configuration menu - View commit details
-
Copy full SHA for 20e7104 - Browse repository at this point
Copy the full SHA 20e7104View commit details -
* 5ceaf5f web: add IPv6 support * aff3775 xmpp: allow recorders to bypass lobby * ad5625b jvb: switch to WebSocket based bridge channels * 8110336 web: add ability to configure the nginx resolver * 2f47518 jicofo: no auth URL in JWT auth mode * c149463 web: build config.js on each boot * c792bbc base: update frep * bec928c prosody: configure lobby on the guest domain is necessary * bcbd977 jicofo: pass XMPP_MUC_DOMAIN through docker-compose.yml * 8f9caa4 jicofo: set XMPP_MUC_COMPONENT_PREFIX * 2a0120d web: set security headers also for non HTTPS * e6586f2 jvb: set LOCAL_ADDRESS to the correct local IP (jitsi#630) * 97f5e75 base: optimize size * b78c89e misc: minor Dockerfile Improvements * a754519 misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for 888e03d - Browse repository at this point
Copy the full SHA 888e03dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fad233 - Browse repository at this point
Copy the full SHA 4fad233View commit details -
* a81ad73 prosody: add support for lobby * baed605 web: fix removing closed captions button if transcription is enabled * edecacd etherpad: add ability to use a external server * a7563d4 jvb: use JVB_TCP_PORT for exposing the port * b235ea1 prosody: disable s2s module * 1d428a8 prosody: use a 2-stage build * 613c26c misc: working on latest * 4d72ee3 release: stable-4627-1 * 22b7063 examples: update Traefik v1 example * 1381b08 prosody: fix installing dependdencies * 2900c11 misc: add extra line to tag message * c57a84b misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for d5de8c5 - Browse repository at this point
Copy the full SHA d5de8c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ded20 - Browse repository at this point
Copy the full SHA 63ded20View commit details -
* 5ceaf5f web: add IPv6 support * aff3775 xmpp: allow recorders to bypass lobby * ad5625b jvb: switch to WebSocket based bridge channels * 8110336 web: add ability to configure the nginx resolver * 2f47518 jicofo: no auth URL in JWT auth mode * c149463 web: build config.js on each boot * c792bbc base: update frep * bec928c prosody: configure lobby on the guest domain is necessary * bcbd977 jicofo: pass XMPP_MUC_DOMAIN through docker-compose.yml * 8f9caa4 jicofo: set XMPP_MUC_COMPONENT_PREFIX * 2a0120d web: set security headers also for non HTTPS * e6586f2 jvb: set LOCAL_ADDRESS to the correct local IP (jitsi#630) * 97f5e75 base: optimize size * b78c89e misc: minor Dockerfile Improvements * a754519 misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for da80b37 - Browse repository at this point
Copy the full SHA da80b37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 441a987 - Browse repository at this point
Copy the full SHA 441a987View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb46ef - Browse repository at this point
Copy the full SHA 2eb46efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a349d00 - Browse repository at this point
Copy the full SHA a349d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for c117521 - Browse repository at this point
Copy the full SHA c117521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970f13c - Browse repository at this point
Copy the full SHA 970f13cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3befc0 - Browse repository at this point
Copy the full SHA c3befc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edd80d - Browse repository at this point
Copy the full SHA 0edd80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f49a2b2 - Browse repository at this point
Copy the full SHA f49a2b2View commit details -
* a81ad73 prosody: add support for lobby * baed605 web: fix removing closed captions button if transcription is enabled * edecacd etherpad: add ability to use a external server * a7563d4 jvb: use JVB_TCP_PORT for exposing the port * b235ea1 prosody: disable s2s module * 1d428a8 prosody: use a 2-stage build * 613c26c misc: working on latest * 4d72ee3 release: stable-4627-1 * 22b7063 examples: update Traefik v1 example * 1381b08 prosody: fix installing dependdencies * 2900c11 misc: add extra line to tag message * c57a84b misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for 9b77048 - Browse repository at this point
Copy the full SHA 9b77048View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0053163 - Browse repository at this point
Copy the full SHA 0053163View commit details -
* 5ceaf5f web: add IPv6 support * aff3775 xmpp: allow recorders to bypass lobby * ad5625b jvb: switch to WebSocket based bridge channels * 8110336 web: add ability to configure the nginx resolver * 2f47518 jicofo: no auth URL in JWT auth mode * c149463 web: build config.js on each boot * c792bbc base: update frep * bec928c prosody: configure lobby on the guest domain is necessary * bcbd977 jicofo: pass XMPP_MUC_DOMAIN through docker-compose.yml * 8f9caa4 jicofo: set XMPP_MUC_COMPONENT_PREFIX * 2a0120d web: set security headers also for non HTTPS * e6586f2 jvb: set LOCAL_ADDRESS to the correct local IP (jitsi#630) * 97f5e75 base: optimize size * b78c89e misc: minor Dockerfile Improvements * a754519 misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for 3562942 - Browse repository at this point
Copy the full SHA 3562942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902b7b7 - Browse repository at this point
Copy the full SHA 902b7b7View commit details -
* a81ad73 prosody: add support for lobby * baed605 web: fix removing closed captions button if transcription is enabled * edecacd etherpad: add ability to use a external server * a7563d4 jvb: use JVB_TCP_PORT for exposing the port * b235ea1 prosody: disable s2s module * 1d428a8 prosody: use a 2-stage build * 613c26c misc: working on latest * 4d72ee3 release: stable-4627-1 * 22b7063 examples: update Traefik v1 example * 1381b08 prosody: fix installing dependdencies * 2900c11 misc: add extra line to tag message * c57a84b misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for b325704 - Browse repository at this point
Copy the full SHA b325704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 763c087 - Browse repository at this point
Copy the full SHA 763c087View commit details -
* 5ceaf5f web: add IPv6 support * aff3775 xmpp: allow recorders to bypass lobby * ad5625b jvb: switch to WebSocket based bridge channels * 8110336 web: add ability to configure the nginx resolver * 2f47518 jicofo: no auth URL in JWT auth mode * c149463 web: build config.js on each boot * c792bbc base: update frep * bec928c prosody: configure lobby on the guest domain is necessary * bcbd977 jicofo: pass XMPP_MUC_DOMAIN through docker-compose.yml * 8f9caa4 jicofo: set XMPP_MUC_COMPONENT_PREFIX * 2a0120d web: set security headers also for non HTTPS * e6586f2 jvb: set LOCAL_ADDRESS to the correct local IP (jitsi#630) * 97f5e75 base: optimize size * b78c89e misc: minor Dockerfile Improvements * a754519 misc: working on latest
Configuration menu - View commit details
-
Copy full SHA for 912bfe7 - Browse repository at this point
Copy the full SHA 912bfe7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3504749 - Browse repository at this point
Copy the full SHA 3504749View commit details -
Configuration menu - View commit details
-
Copy full SHA for dce2fa6 - Browse repository at this point
Copy the full SHA dce2fa6View commit details
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7a0116f - Browse repository at this point
Copy the full SHA 7a0116fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.