Commit Graph

176 Commits

Author SHA1 Message Date
Saúl Ibarra Corretgé
76266c9c0b release: stable-7287-1
* 22e727c build: adapt release process to multiarch builds
* be422c7 jibri: update Chrome to M102
* 1463df4 compose: add ability to override image versions
* 7c29b57 prosody: fix reservations API
* 8337c0b jicofo,prosody: migrate to new reservations system
* 70c5cbf misc: update dialin numbers url setup (#1298)
* 7790012 misc: define ENABLE_JAAS_COMPONENTS variable (#1297)
* 62ad172 misc: update env.example
* 74ef7de web,prosody: add support for JaaS components
* 902a673 misc: move security options in sample file
* 2a23095 misc: use the "unstable" tag between releases
* 741ec4a build: add native arch building support
* 68d97c8 ci: add GH action docker build caching
* 8b02b8a build,ci: add initial arm64 support
* 3b86df0 compose: add ability to change the JVB colibri REST API exposed port
* 458515c env: add link to handbook
* 261577c web: stop using the default config file
* ed6ef89 web: remove config option to control FLoC
* cb5a753 config: simplify configuration
* b505d58 misc: add stalebot
* 5ff2735 web: add e2eping support using env variables
* 6284167 web: add more audio quality options
* 515bd19 misc: working on latest
2022-06-10 14:44:40 +02:00
Saúl Ibarra Corretgé
1463df4c09 compose: add ability to override image versions
Useful for local development, overriding to latest is possible now
without changing the compose file itself.
2022-06-10 13:14:46 +02:00
Mahdhi Rezvi
8337c0b108 jicofo,prosody: migrate to new reservations system
It's now implemented in Prosody rather than in Jicofo.
2022-06-03 07:53:35 +02:00
Oana Emilia Ianc
74ef7de10e web,prosody: add support for JaaS components 2022-05-30 16:46:04 +02:00
Saúl Ibarra Corretgé
2a23095cc4 misc: use the "unstable" tag between releases
In addition the "latest" tag will be gone with the next stable release.

Going forward this is our versioning scheme:

- stable-XXXX: stable release
- unstable: daily unstable rolling release
- unstable-XXXX-YY: daily unstable release
2022-05-30 15:24:15 +02:00
waja
3b86df07b2 compose: add ability to change the JVB colibri REST API exposed port
Closes: #1250
2022-05-20 13:44:31 +02:00
Saúl Ibarra Corretgé
ed6ef893cc web: remove config option to control FLoC
It has been abandoned by Google. Keep the default opt-out value for a
little longer just in case though.
2022-05-20 10:53:12 +02:00
Saúl Ibarra Corretgé
cb5a753282 config: simplify configuration
Use default values everywhere so they don't need to be specified in the
.env file.

This makes the default .env file much smaller (the larger config options
are documented in the handbook) and should make it easier to port the
setup to runtimes other than Docker Compose.
2022-05-20 10:53:12 +02:00
Prayag Singh
5ff2735f18 web: add e2eping support using env variables
Also consolidate disable remote video menu using env variables
2022-05-13 15:04:17 +02:00
Rintan
6284167990 web: add more audio quality options
Also replace deprecated stereo option.
2022-05-13 09:41:18 +02:00
Saúl Ibarra Corretgé
515bd19874 misc: working on latest 2022-05-10 16:32:26 +02:00
Saúl Ibarra Corretgé
5222745f55 release: stable-7287
* 41d6a9a jibri: bump Chrome to version 101
* 88bb1bc feature: support multiple XMPP servers via list (#1276)
* 95af778 jicofo: add optional XMPP_PORT value (#1275)
* da0a43a misc: working on latest
2022-05-10 16:25:11 +02:00
Aaron van Meerten
95af77896d jicofo: add optional XMPP_PORT value (#1275)
* jicofo: add optional XMPP_PORT value

* include compose and env example for XMPP_PORT

* extends use of the XMPP_PORT property

* fix compose to use default

* re-commenting XMPP_PORT value

* include XMPP_PORT in compose for all services

* always use $XMPP_PORT, value defaulted in template

* missing JVB setting
2022-05-02 08:30:48 -05:00
Saúl Ibarra Corretgé
da0a43a306 misc: working on latest 2022-04-25 14:55:27 +02:00
Saúl Ibarra Corretgé
2ab93e1d8f release: stable-7210-2
* 2634e96 misc: working on latest
2022-04-25 14:49:08 +02:00
Saúl Ibarra Corretgé
2634e96f41 misc: working on latest 2022-04-25 10:12:01 +02:00
Saúl Ibarra Corretgé
925775e85a release: stable-7210-1
* a8e6a34 prosody: completely disable external components
* 8587d29 prosody: add mod_auth_cyrus from community libraries
* 3a070e6 misc: working on latest
2022-04-25 10:10:55 +02:00
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