Aaron van Meerten
1c27da8053
prosody: fix ranges redux ( #1538 )
2 years ago
Aaron van Meerten
9fc8ffaee9
prosody: fix ranges definition ( #1537 )
2 years ago
Aaron van Meerten
39de818cb9
prosody: enable rate limits ( #1536 )
2 years ago
Werner Fleischer
35685424e1
prosody: add timestamps to the log
2 years ago
Aaron van Meerten
edb5e76d7d
workflow: tag jibri and jigasi images with version ( #1522 )
2 years ago
Aaron van Meerten
5d1d80d2a7
jvb: fix missing dot in env ( #1521 )
2 years ago
gitouche
0b1b45da99
base: use FQIN in base/Dockerfile FROM statement
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1510
2 years ago
Aaron van Meerten
29f0cb2b98
actions: tag images with detected versions ( #1518 )
2 years ago
Aaron van Meerten
7c50cb7079
web: support loading pwa-worker.js from subdir ( #1517 )
2 years ago
Aaron van Meerten
3af59c6d84
web: fix bosh for subdomains
2 years ago
Aaron van Meerten
2fdc643e7c
jicofo: use bool instead of string for codec flags ( #1507 )
2 years ago
Aaron van Meerten
bdcae290c1
jicofo: fix syntax error on opus end brace ( #1506 )
2 years ago
Aaron van Meerten
e5d421331d
jicofo: additional conference options ( #1504 )
2 years ago
Aaron van Meerten
6034e09f36
jicofo: support opus red audio codec ( #1503 )
2 years ago
Aaron van Meerten
ef7ef9cfd3
jicofo: disable cert verification for jvb xmpp ( #1501 )
2 years ago
Aaron van Meerten
a8fe1aaee4
jicofo: fix template error in jvb xmpp server ( #1500 )
2 years ago
Aaron van Meerten
7d1bf8e50f
jicofo: flag to use presence for bridge health checks ( #1499 )
2 years ago
Aaron van Meerten
1a4f9bde7c
jicofo: fix broken rest template ( #1498 )
2 years ago
Aaron van Meerten
76f886fbb4
jicofo: add bridge region support and local region ( #1497 )
2 years ago
Aaron van Meerten
9c2f742991
jicofo: fix rest bind in container ( #1496 )
2 years ago
Aaron van Meerten
ed095bc28e
misc: support alternate xmpp server for jvb ( #1495 )
2 years ago
Aaron van Meerten
e1c1f1b034
jicofo: enable rest interface ( #1494 )
2 years ago
Aaron van Meerten
ca0b92ee2a
web: allow custom colibri websocket port ( #1491 )
2 years ago
Saúl Ibarra Corretgé
fe5dea3402
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
83dddb2376
release: stable-8319
...
* 57e852f
build: fix native build on M1 macs
* 1cdf970
prosody: fix "<no value>" issue in prosody config
* 4a0b48c
etherpad: suppress errors in pad
* 15335c0
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
57e852f275
build: fix native build on M1 macs
2 years ago
orandev
1cdf970b59
prosody: fix "<no value>" issue in prosody config
...
If XMPP_DOMAIN and XMPP_MUC_DOMAIN are not configured in the .env file (which is the default situation), we get the following lines in jitsi-meet.cfg.lua:
end_conference_component = "endconference.<no value>"
[...]
Component "endconference.<no value>" "end_conference"
muc_component = "<no value>"
2 years ago
Saúl Ibarra Corretgé
4a0b48c411
etherpad: suppress errors in pad
...
Ref: https://github.com/jitsi/docker-jitsi-meet/issues/1474
2 years ago
Saúl Ibarra Corretgé
15335c0e9a
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
7d0eee4384
release: stable-8252
...
* 076dbf7
jibri: fix downloading new (>= 109) ChromeDriver
* 8f40804
jibri: update Chrome to M109
* 1cf8638
compose: fix whiteboard collab server variable name
* 9e0305b
prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default
* ac551c3
base: update tpl
* ec972ee
base: update tpl
* 8684b0b
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
076dbf7d17
jibri: fix downloading new (>= 109) ChromeDriver
2 years ago
Saúl Ibarra Corretgé
8f40804839
jibri: update Chrome to M109
2 years ago
Saúl Ibarra Corretgé
1cf8638105
compose: fix whiteboard collab server variable name
...
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1469
2 years ago
Saúl Ibarra Corretgé
9e0305bc59
prosody: set JWT_ENABLE_DOMAIN_VERIFICATION to false by default
2 years ago
Saúl Ibarra Corretgé
ac551c300a
base: update tpl
2 years ago
Saúl Ibarra Corretgé
ec972eec21
base: update tpl
...
Closes: https://github.com/jitsi/docker-jitsi-meet/issues/1458
2 years ago
Saúl Ibarra Corretgé
8684b0b3d1
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
fa436f7e55
release: stable-8218
...
* 8d7728b
jibri: update Chrome to M108
* 9cfbaf2
misc: drop JICOFO_AUTH_USER
* 68751c2
prosody: add metadata component
* 07f7054
jaas: pass the jitsi installation type at provisioning (#1456 )
* e219bcf
web: add ability to configure whiteboard
* ac12313
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
8d7728b9dc
jibri: update Chrome to M108
2 years ago
Saúl Ibarra Corretgé
9cfbaf2d64
misc: drop JICOFO_AUTH_USER
...
It is expected to be "focus" in a number of places inside lib-jitsi-meet
and that won't change anytime soon.
Allowing users to change it is just asking for trouble.
Fixes: https://github.com/jitsi/lib-jitsi-meet/issues/2191
2 years ago
Jean-Vincent kassi
68751c27f2
prosody: add metadata component
...
Necessary for whiteboard usage.
2 years ago
Oana Emilia Ianc
07f7054bad
jaas: pass the jitsi installation type at provisioning ( #1456 )
2 years ago
Debendra Oli
e219bcfc21
web: add ability to configure whiteboard
2 years ago
Saúl Ibarra Corretgé
ac123134ea
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
ee1de18809
release: stable-8138-1
...
* 8923b72
web: fix missing quotes on config.js string
* 6b11a89
misc: working on unstable
2 years ago
Debendra Oli
8923b72d8e
web: fix missing quotes on config.js string
2 years ago
Saúl Ibarra Corretgé
6b11a89ab6
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
ec130f5928
release: stable-8138
...
* 1e49d65
web: simplify build
* dd399fe
web,jvb: remove ENABLE_MULTISTREAM
* 723d661
jibri: add single-use-mode config option
* ca14c52
web: add more transcription config env vars
* ccc5746
prosody: add ability to configure TURN server transports
* 17d047a
misc: working on unstable
2 years ago
Saúl Ibarra Corretgé
1e49d65e8c
web: simplify build
...
We no longer need the config package because we are building it from
scratch.
2 years ago
Saúl Ibarra Corretgé
dd399fee54
web,jvb: remove ENABLE_MULTISTREAM
...
It's not enabled by default and there is no way to disable it any
longer.
We keep setting the flags in config.js though, this is so old mobile
versions without the new default behavior can enable it.
2 years ago