[TikiWiki-commits] [Git][tikiwiki/tiki][master] [UPD] Update BigBlueButton integration to use 'shared secret' terminology instead of 'server salt'
Benoit Grégoire (@benoitg) via TikiWiki-cvs <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <692325fee18ab_2a17f14c2104e@gitlab-sidekiq-low-urgency-cpu-bound-v2-5d57c968f-ctn2n.mail> |
Benoit Grégoire pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
f2ade96c by Espoir Baraka at 2025-11-23T15:10:25+00:00
[UPD] Update BigBlueButton integration to use 'shared secret' terminology instead of 'server salt'
---
* [UPD] Update BigBlueButton integration to use 'shared secret' terminology instead of 'server salt'
See merge request tikiwiki/tiki!9101
- - - - -
4 changed files:
- lib/bigbluebuttonlib.php
- lib/core/Tiki/Connect/Abstract.php
- lib/prefs/bigbluebutton.php
- templates/admin/include_rtc.tpl
Changes:
=====================================
lib/bigbluebuttonlib.php
=====================================
@@ -28,7 +28,7 @@ class BigBlueButtonLib
public function __construct()
{
global $prefs;
- $this->bbb = new BigBlueButton($prefs['bigbluebutton_server_location'], $prefs['bigbluebutton_server_salt']);
+ $this->bbb = new BigBlueButton($prefs['bigbluebutton_server_location'], $prefs['bigbluebutton_shared_secret']);
}
/**
* @return bool|string
@@ -321,7 +321,7 @@ class BigBlueButtonLib
$response = $this->bbb->getRecordings($recordingParams);
if (! $response || ! $response->getRawXml()) {
- throw new ServerSaltKeyException(tr('Invalid server salt key entered. Please contact the site administrator to insert a valid server salt key in the RTC > BigBlueButton control panel.'));
+ throw new ServerSaltKeyException(tr('Invalid shared secret key entered. Please contact the site administrator to insert a valid shared secret key in the RTC > BigBlueButton control panel.'));
}
$data = [];
=====================================
lib/core/Tiki/Connect/Abstract.php
=====================================
@@ -65,7 +65,7 @@ abstract class Tiki_Connect_Abstract
'auth_phpbb_dbpasswd',
'auth_phpbb_dbname',
'bigbluebutton_server_location',
- 'bigbluebutton_server_salt',
+ 'bigbluebutton_shared_secret',
'internal_site_hash',
'lang_bing_api_client_id',
'lang_bing_api_client_secret',
=====================================
lib/prefs/bigbluebutton.php
=====================================
@@ -30,9 +30,9 @@ function prefs_bigbluebutton_list()
'tags' => ['basic'],
'default' => '',
],
- 'bigbluebutton_server_salt' => [
- 'name' => tra('BigBlueButton server salt'),
- 'description' => tra('A salt key used to generate checksums for the BigBlueButton server to assure that requests are authentic.'),
+ 'bigbluebutton_shared_secret' => [
+ 'name' => tra('BigBlueButton shared secret'),
+ 'description' => tra('A secret key used to generate checksums for the BigBlueButton server to assure that requests are authentic.'),
'keywords' => 'big blue button web conferencing audio video chat screensharing whiteboard',
'type' => 'text',
'size' => 40,
=====================================
templates/admin/include_rtc.tpl
=====================================
@@ -13,7 +13,7 @@
{preference name=bigbluebutton_feature}
<div class="adminoptionboxchild" id="bigbluebutton_feature_childcontainer">
{preference name=bigbluebutton_server_location}
- {preference name=bigbluebutton_server_salt}
+ {preference name=bigbluebutton_shared_secret}
{preference name=bigbluebutton_recording_max_duration}
{preference name=bigbluebutton_dynamic_configuration}
{preference name=wikiplugin_bigbluebutton}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f2ade96c4f8e55d22c652576da1498c7199918ed
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/f2ade96c4f8e55d22c652576da1498c7199918ed
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs