Commit Graph

159 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé
3a070e6cbb misc: working on latest 2022-04-19 13:46:49 +02:00
Saúl Ibarra Corretgé
68f974859d release: stable-7210
* 1afa278 prosody: add temporary workaround for JWT auth
* 6fe240a prosody: update to 0.12
* 097558b ci: dry run Docker builds on PRs
* eca5d16 web: fix matching etherpad location
* 3afc1e3 prosody: update package version
* b0617c0 web: fix Etherpad when using multi-domain
* 0ce0f09 prosody: update version
* 201a1b4 prosody: pin to version 0.11 for now
* 29b4c23 prosody: use a more recent version of luarocks
* c5b049a jvb: forward port 8080 to docker host
* 6af7cd8 doc: update CHANGELOG
* dd7b70b misc: working on latest
2022-04-19 13:40:58 +02:00
Saúl Ibarra Corretgé
6fe240a712 prosody: update to 0.12 2022-04-19 13:31:39 +02:00
chris-est
c5b049ad56 jvb: forward port 8080 to docker host 2022-03-15 19:59:39 +01:00
Saúl Ibarra Corretgé
dd7b70be03 misc: working on latest 2022-03-11 12:52:45 +01:00
Saúl Ibarra Corretgé
b8c6e65a87 release: stable-7001
* 6e0dd04 base: replace frep with tpl
* 1b51c77 feat: Enables polls for breakout rooms.
* 0b019ee feat: Enables tenants/subdomains by default.
* d50df67 fix: Fixes missing variable for prosody plugins.
* 88997f5 prosody: authentication by matrix user authentication service
* 7a93978 jvb: remove TCP support
* c37706c misc: fix label order in  dockerfiles
* 0de062b misc: add missing quotes to labels in dockerfiles
* 76424fd chore: add opencontainers labels to Dockerfiles
* 3b8ed7e misc: working on latest
2022-03-11 12:46:50 +01:00
Markus Münzel
88997f580c prosody: authentication by matrix user authentication service
Added env variables and prosody plugins to authenticate prosody users by the matrix user authentication service, refer to https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification

Co-authored-by: Markus Münzel <markus@muenzel.de>
2022-02-25 19:40:20 +01:00
Saúl Ibarra Corretgé
7a939785a7 jvb: remove TCP support
It's not tested at all and has problems. The recommendation is to use a
TURN server for TCP.
2022-02-15 15:33:35 +01:00
Saúl Ibarra Corretgé
3b8ed7ed2b misc: working on latest 2022-02-03 23:54:57 +01:00
Saúl Ibarra Corretgé
a8868010b7 release: stable-6865
* 8004ffe Use the new log formatters, clean up stale logging config.
* a862e84 web: cache versioned static files
* 48d499a web: configure remote participant video menu
* 78791ad env.example : ETHERPAD_PUBLIC_URL : incl. /p/ path
* a504b59 misc: working on latest
2022-02-03 23:49:30 +01:00
Prayag Singh
48d499a7de web: configure remote participant video menu 2022-01-19 11:24:21 +01:00
Saúl Ibarra Corretgé
a504b59979 misc: working on latest 2022-01-18 17:15:28 +01:00
Saúl Ibarra Corretgé
950397e923 release: stable-6826
* 238a636 jibri: correct chromedriver mismatch
* 555a40e doc: update CHANGELOG
* 825b4cb misc: working on latest
2022-01-18 17:09:53 +01:00
Saúl Ibarra Corretgé
825b4cb948 misc: working on latest 2022-01-14 10:50:29 +01:00
Saúl Ibarra Corretgé
aab40ee757 release: stable-6726-2
* ae3e7e7 jvb: make MUC_NICKNAME configurable
* 0be9c8f web: allow configuring buttons in toolbar and pre-join screen
* d9d12f0 jvb: fix resolving XMPP server aliases
* 81dc384 jigasi: allow jigasi guest participants
* a8a596b jicofo: configure trusted-domains for Jibri if ENABLE_RECORDING is set
* d250ad7 misc: working on latest
2022-01-14 10:44:27 +01:00
Holger Pandel
ae3e7e7651 jvb: make MUC_NICKNAME configurable 2022-01-07 16:39:18 +01:00
Prayag Singh
0be9c8fd04 web: allow configuring buttons in toolbar and pre-join screen 2022-01-05 13:30:25 +01:00
Ben Banfield-Zanin
a8a596bd6f jicofo: configure trusted-domains for Jibri if ENABLE_RECORDING is set 2021-12-14 11:53:40 +01:00
Saúl Ibarra Corretgé
d250ad7f57 misc: working on latest 2021-12-14 10:08:08 +01:00
Saúl Ibarra Corretgé
e5f044bcc9 release: stable-6726-1
* 9ac7b59 jibri: update Chrome to version 96
* fb2326e prosody: add missing package libldap-common
* 0600ece sample: add  ENABLE_BREAKOUT_ROOMS to env.example
* 6cf0176 misc: working on latest
2021-12-14 10:04:13 +01:00
Saúl Ibarra Corretgé
6cf017619e misc: working on latest 2021-12-11 08:30:25 +01:00
Saúl Ibarra Corretgé
444259d667 release: stable-6726
* e9275d5 jvb: remove deprecated option
* f40a8d5 jicofo: Handle special characters in password
* 6f56e5b web,prosody: add breakout rooms support
* 3208296 base: update base images to Debian Bullseye
* b02a689 env:  fix unexpected character bug with recent docker desktop
* b5dbfa0 misc: working on latest
2021-12-11 08:24:24 +01:00
Saúl Ibarra Corretgé
e9275d5e8f jvb: remove deprecated option
It was only used for REST after internal JVB changes, and it can now be
enabled with the dedicated COLIBRI_REST_ENABLED env var.
2021-12-11 08:22:54 +01:00
Werner Fleischer
6f56e5b7a2 web,prosody: add breakout rooms support
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-12-03 15:09:01 +01:00
Saúl Ibarra Corretgé
b5dbfa0458 misc: working on latest 2021-10-21 15:26:32 +02:00
Saúl Ibarra Corretgé
73c1db5f2b release: stable-6433
* 487bcca jvb: try to use the correct IP as the default server ID
* 9e982fe examples: move to jitsi-contrib
* 192a623 jvb: add ability to configure the shutdown API
* 5dcf7b4 compose: changed REACTIONS env variable name in docker-compose file
* d94f4b6 jvb: remove unneeded alias
* 7cd71a2 jibri: default to recording in 720p
* bee4b6a jibri: use new configuration file
* 76a16a8 jvb: use modern config for ice4j
* 18ac85b jibri: allow graceful shutdown of the container
* 3c19ed6 jibri: uppdate Chrome to version 94
* b858b37 base-java: update to Java 11
* 2061b86 misc: enable features by default
* 343062b misc: fix/ improve shebang compatibility
* ff8c1c2 web: regenerate interface_config.js on every boot
* bda1502 prosody: simplify code
* cfd8d3c web: add config options for polls and reactions
* 537fcd5 misc: add support for sentry logging
* be1da0e misc: cleanup Dockerfiles
* 09cf0a8 web: add env variables for configuring vp9
* 3df32d9 web: persist crontabs for letsencrypt
* f748484 jicofo: add enable-auto-login config option
* 96419ba web: remove no longer needed code
* 1835d65 web: recreate interface_config.js on container restart
* b555d41 jicofo: fix boolean values in configuration file
* 6be198c misc: remove quotation marks from TURN configuration (#1111)
* 407a98d misc: working on latest
2021-10-21 15:20:10 +02:00
Артем
192a6233aa jvb: add ability to configure the shutdown API 2021-10-21 14:21:29 +02:00
Prayag Singh
5dcf7b483d compose: changed REACTIONS env variable name in docker-compose file 2021-10-21 14:18:52 +02:00
Saúl Ibarra Corretgé
d94f4b6e38 jvb: remove unneeded alias 2021-10-14 16:34:41 +02:00
Prayag Singh
cfd8d3c04e web: add config options for polls and reactions 2021-09-17 14:04:17 +02:00
Paul Tiedtke
537fcd532b misc: add support for sentry logging 2021-09-17 09:51:34 +02:00
Prayag Singh
09cf0a8951 web: add env variables for configuring vp9 2021-09-17 09:47:58 +02:00
Bert Driehuis
3df32d9a0d web: persist crontabs for letsencrypt 2021-09-10 14:39:59 +02:00
Kenny
f748484d1c jicofo: add enable-auto-login config option 2021-09-10 08:29:34 +02:00
Saúl Ibarra Corretgé
407a98dd81 misc: working on latest 2021-08-20 11:37:46 +02:00
Saúl Ibarra Corretgé
dafe41d16b release: stable-6173
* c95f0d6 prosody: add support for A/V Moderation
* 856e414 prosody: add ability to configure external TURN server
* bcae3b1 prosody: add domain mapper options to default configuration
* cf90461 web: fix acme.sh pre and post hooks
* 65563d9 misc: working on latest
2021-08-20 10:46:18 +02:00
Azim Khakulov
c95f0d6b16 prosody: add support for A/V Moderation
Set ENABLE_AV_MODERATION to 1 in order to enable it.

NOTE: This feature is still under development and should be considered
beta quality.
2021-08-20 09:30:45 +02:00
tbutter
856e414084 prosody: add ability to configure external TURN server
Co-authored-by: Thomas Butter <tbutter@gmail.com>
2021-08-10 13:57:08 +02:00
Saúl Ibarra Corretgé
65563d9371 misc: working on latest 2021-06-11 08:55:37 +02:00
Saúl Ibarra Corretgé
25fd308bcf release: stable-5963
* 6f6fe77 prosody: enable limits
* db3d790 prosody: fix: restrict room creation to jicofo (#1059)
* 281db36 misc: working on latest
2021-06-11 08:50:41 +02:00
Saúl Ibarra Corretgé
281db3663c misc: working on latest 2021-05-14 15:22:56 +02:00
Saúl Ibarra Corretgé
77da42537e release: stable-5870
* d9b84cf jibri: set base URL for joining meetings
* a77a43e jibri: update default Chrome version to 90
* a90e4ce doc: drop confusing port number from PUBLIC_URL
* 8620caa doc: clarify env variable
* 6f52f71 web: add FLoC environment variable
* 014aa59 web: add default language variable
* ce25bf6 doc: update CHANGELOG
* 6bf1336 misc: working on latest
2021-05-14 15:16:04 +02:00
Saúl Ibarra Corretgé
d9b84cfc2a jibri: set base URL for joining meetings
This will make Jibri join PUBLIC_URL/meetingName instead of https://meet.jitsi/meetingName.
2021-05-14 11:47:07 +02:00
El RIDO
6f52f71b0d web: add FLoC environment variable
ENABLE_FLOC, defaulting to false.
2021-04-24 14:00:39 +02:00
Jean Prunneaux
014aa59d37 web: add default language variable 2021-04-18 16:21:19 +02:00
Saúl Ibarra Corretgé
6bf13364a4 misc: working on latest 2021-04-17 23:01:38 +02:00
Saúl Ibarra Corretgé
fc67b01ebd release: stable-5765-1
* 2900680 Revert "misc: add support for sentry logging"
* 7a47202 jicofo: make sure client-proxy is properly configured
* 5c32833 web: add start environment variables START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
* 8d2a29f misc: add support for sentry logging
* 3d93f2b misc: working on latest
2021-04-17 22:56:21 +02:00
Saúl Ibarra Corretgé
2900680798 Revert "misc: add support for sentry logging"
This reverts commit 8d2a29f286.
2021-04-17 22:45:57 +02:00
Lukas1818
5c32833b04 web: add start environment variables
START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
2021-04-17 22:28:37 +02:00
Paul Tiedtke
8d2a29f286 misc: add support for sentry logging 2021-04-16 20:34:33 +02:00