-
Notifications
You must be signed in to change notification settings - Fork 0
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
[pull] master from jitsi:master #34
Commits on Jan 29, 2024
-
Remove backward compat for source names and multi-stream (#1130)
* ref: Remove backward compatibility with endpoints with no source name support. * Remove multi stream backward compat code.
Configuration menu - View commit details
-
Copy full SHA for 716af90 - Browse repository at this point
Copy the full SHA 716af90View commit details
Commits on Jan 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e20abda - Browse repository at this point
Copy the full SHA e20abdaView commit details
Commits on Feb 12, 2024
-
feat: Enable transcription based on MUC config form (#1135)
Read room_metadata from the MUC config form, and enable transcription if it is requested.
Configuration menu - View commit details
-
Copy full SHA for 7ae1013 - Browse repository at this point
Copy the full SHA 7ae1013View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ed14e2 - Browse repository at this point
Copy the full SHA 9ed14e2View commit details
Commits on Feb 20, 2024
-
Move the metrics update logic to jicoco. (#1134)
* Move the metrics update logic to jicoco. * Use Metrics updater. * Update jicoco.
Configuration menu - View commit details
-
Copy full SHA for be8a115 - Browse repository at this point
Copy the full SHA be8a115View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 49cc46e - Browse repository at this point
Copy the full SHA 49cc46eView commit details
Commits on Feb 28, 2024
-
feat: Handle room metadata updates from the room_metadata component (#…
…1139) * ref: Remove unused class. * feat: Handle updates from the room_metadata component. As opposed to reloading the MUC config form.
Configuration menu - View commit details
-
Copy full SHA for 877b475 - Browse repository at this point
Copy the full SHA 877b475View commit details
Commits on Mar 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e4714fd - Browse repository at this point
Copy the full SHA e4714fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c347c - Browse repository at this point
Copy the full SHA 89c347cView commit details
Commits on Mar 7, 2024
-
Update Java Debian dependencies
Allows for running with Java 17 without any additional install.
Configuration menu - View commit details
-
Copy full SHA for 8b0e03d - Browse repository at this point
Copy the full SHA 8b0e03dView commit details -
feat: Updates java dependencies to include java17.
Reverts 8b0e03d and adds java17.
Configuration menu - View commit details
-
Copy full SHA for fb29dc8 - Browse repository at this point
Copy the full SHA fb29dc8View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac6cb05 - Browse repository at this point
Copy the full SHA ac6cb05View commit details
Commits on Apr 9, 2024
-
Update Jetty (including through jicoco dependency). (#1146)
Also remove some no-longer-used dependencies.
Configuration menu - View commit details
-
Copy full SHA for 5de3401 - Browse repository at this point
Copy the full SHA 5de3401View commit details
Commits on Apr 19, 2024
-
feat: Enable AV1 by default (#1150)
* feat: Enable AV1 by default * fix the failing unit test.
Configuration menu - View commit details
-
Copy full SHA for b382fc2 - Browse repository at this point
Copy the full SHA b382fc2View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fde481c - Browse repository at this point
Copy the full SHA fde481cView commit details
Commits on Apr 29, 2024
-
Use JitsiXmppStringprep, update smack (#1151)
* ref: Use org.jitsi.xmpp.Smack. * ref: Remove JidTest (moved to xmpp-extensions). * chore: Update smack to 4.4.8 https://github.com/igniterealtime/Smack/blob/4.4.8/CHANGELOG.md * chore: Update jitsi-xmpp-extensions (JitsiXmppStringprep). * Add a config flag to allow disabling JitsiXmppStringprep.
Configuration menu - View commit details
-
Copy full SHA for 62b126f - Browse repository at this point
Copy the full SHA 62b126fView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 16a8ff7 - Browse repository at this point
Copy the full SHA 16a8ff7View commit details
Commits on May 21, 2024
-
chore(deps): bump org.xmlunit:xmlunit-core from 2.8.3 to 2.10.0 (#1152)
Bumps [org.xmlunit:xmlunit-core](https://github.com/xmlunit/xmlunit) from 2.8.3 to 2.10.0. - [Release notes](https://github.com/xmlunit/xmlunit/releases) - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md) - [Commits](xmlunit/xmlunit@v2.8.3...v2.10.0) --- updated-dependencies: - dependency-name: org.xmlunit:xmlunit-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a30b541 - Browse repository at this point
Copy the full SHA a30b541View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cbed240 - Browse repository at this point
Copy the full SHA cbed240View commit details -
Configuration menu - View commit details
-
Copy full SHA for eaaf613 - Browse repository at this point
Copy the full SHA eaaf613View commit details
Commits on Jun 21, 2024
-
fix: Fix scheduling jvb health checks. (#1156)
* fix: Fix scheduling jvb health checks. Scheduling at a fixed rate leads to IO threads building up when a bridge becomes unresponsive and the duration of health checks becomes longer than the health check interval.
Configuration menu - View commit details
-
Copy full SHA for 8fc38a3 - Browse repository at this point
Copy the full SHA 8fc38a3View commit details
Commits on Jun 25, 2024
-
feat(visitors): Read visitors.live from metadata, redirect visitors u…
…nless live=true.
Configuration menu - View commit details
-
Copy full SHA for 7265172 - Browse repository at this point
Copy the full SHA 7265172View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68a667b - Browse repository at this point
Copy the full SHA 68a667bView commit details
Commits on Jun 27, 2024
-
feat(visitors): Adds flag to enable live room feature.
By default is disabled.
Configuration menu - View commit details
-
Copy full SHA for 6b5c8c5 - Browse repository at this point
Copy the full SHA 6b5c8c5View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ccfaeb - Browse repository at this point
Copy the full SHA 1ccfaebView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 213f776 - Browse repository at this point
Copy the full SHA 213f776View commit details -
feat: Add an API to move endpoints. (#1161)
* feat: Add an API to move endpoints.
Configuration menu - View commit details
-
Copy full SHA for b9d0612 - Browse repository at this point
Copy the full SHA b9d0612View commit details