Meirza
f34a1296b5
MDL-77347 mod_bigbluebuttonbn: Added missing class properties.
...
In PHP 8.2 and later, setting a value to an undeclared class property is
deprecated and emits a deprecation notice.
So we need to add missing class properties that still need to be declared.
2023-03-27 15:58:06 +07:00
Andrew Nicols
eafe74bb2d
Merge branch 'MDL-75334-master' of https://github.com/call-learning/moodle
2023-03-24 10:49:26 +08:00
Simey Lameze
b15d88b811
MDL-77561 behat: add step to accept dpa and enable bigbluebutton
...
The step i_enable_plugin cannot be used as bigbluebuttonbn_default_dpa_accepted
setting needs to be enable in order for the BigBlueButton plugin to be enabled.
2023-03-24 08:14:37 +08:00
Shamiso.Jaravaza
dca1c7994f
MDL-76303 mod_bigbluebuttonbn: Fix userlimit
2023-03-23 08:26:51 -06:00
Paul Holden
3e0edcdb18
MDL-76551 mod_bigbluebuttonbn: correct stdClass method parameter type.
2023-03-22 17:15:16 +00:00
Laurent David
7af38677b6
MDL-75334 mod_bigbluebuttonbn: Generate course with BigblueButtonBN
...
* Use a new generator to create a course full of BigblueButton Activities
in order to check for performances with a lot of activities
2023-03-22 17:28:26 +01:00
Laurent David
aa9c5cf455
MDL-76551 mod_bigbluebuttonbn: Add user picture
...
* Add user picture with token
* Add a new global setting to enable or disable avatar for users in meeting.
2023-03-22 15:42:28 +01:00
Laurent David
ba81f720db
MDL-76551 mod_bigbluebuttonbn: Refactor join url
...
* get_join url should not have as many parameters as they can be deduced from the instance.
* Refactoring it will allow to pass on more implicit parameters like the user profile file.
2023-03-22 15:07:23 +01:00
Paul Holden
5219aa3cf0
MDL-76339 mod_bigbluebuttonbn: correct upgrade note fix versions.
2023-03-15 19:15:00 +00:00
Paul Holden
0a9bdbc984
Merge branch 'MDL-76339-master' of https://github.com/call-learning/moodle
2023-03-15 19:03:03 +00:00
Jake Dallimore
576369bf97
Merge branch 'MDL-77186-master' of https://github.com/andrewnicols/moodle
2023-03-15 12:00:42 +08:00
Mark Johnson
eb1aab3437
MDL-68093 bigbluebutton: Add behat tests for non-participation groups
2023-03-14 08:52:26 +00:00
Andrew Nicols
9ec46c232d
MDL-77186 core: Move all uses of cronlib to new class
2023-03-13 21:21:13 +08:00
Jun Pataleta
8441270181
Merge branch 'MDL-77559-master-2' of https://github.com/andrewnicols/moodle
2023-03-09 16:02:01 +08:00
Andrew Nicols
511401f4f6
MDL-77559 js: Rebuild all JS with Node 16
2023-03-09 09:53:19 +08:00
Andrew Nicols
1e4a2f5dc8
MDL-77559 js: Revert "MDL-75012 js: Remove orphaned source maps"
...
This reverts commit baef734ef7
.
2023-03-09 08:19:24 +08:00
Andrew Nicols
974d7e4dab
Merge branch 'MDL-52805-42' of https://github.com/Chocolate-lightning/moodle
2023-03-08 14:49:59 +08:00
Jun Pataleta
85718f00d8
Merge branch 'MDL-77416-master-enfix' of https://github.com/vmdef/moodle
2023-03-08 08:50:30 +08:00
Mathew May
5dace7abc8
MDL-52805 core: Plugins with removed tests due to old events
2023-03-07 13:08:46 +08:00
Sara Arjona
c282cec66c
Merge branch 'MDL-77460-master' of https://github.com/lameze/moodle
2023-03-06 16:33:53 +01:00
Helen Foster
2e99dd6346
MDL-77416 lang: Import fixed English strings (en_fix)
2023-03-03 14:02:06 +00:00
Laurent David
b318fa7320
MDL-76339 mod_bigbluebuttonbn: Update dismissed recordings
...
* When the server is not reachable (or recordings are not reacheable)
the recording is set to RECORDING_STATUS_DISMISSED and is then
not visible in the list.
* Add a CLI script to solve potential issue with DISMISSED recordings
2023-03-03 05:48:53 +01:00
Jun Pataleta
baef734ef7
MDL-75012 js: Remove orphaned source maps
2023-03-02 13:04:55 +08:00
Jun Pataleta
916503658d
Merge branch 'MDL-75012-master-5' of https://github.com/andrewnicols/moodle
2023-03-02 12:34:34 +08:00
Andrew Nicols
33b1e41f13
MDL-75012 js: Full build of all grunt things
2023-03-02 11:55:32 +08:00
Simey Lameze
56dd7bfb72
MDL-77460 behat: improve roles.feature test
2023-03-02 10:51:55 +08:00
Andrew Nicols
0fd0dff885
Merge branch 'MDL-75753-master' of https://github.com/call-learning/moodle
2023-03-02 09:14:06 +08:00
Andrew Nicols
36b69bbb05
MDL-77248 mod_bigbluebuttonbn: Remove unused dpa pages
2023-02-28 12:04:51 +08:00
Andrew Nicols
ce7c207203
MDL-77248 mod_bigbluebuttonbn: Set dpa accepted when creating activities
...
This only applies when creating activities using the test data
generator.
2023-02-28 12:04:51 +08:00
Andrew Nicols
e6fe30187f
MDL-77248 core: Move pre_enable_plugin_actions callback to enable_plugin
...
Note: The original callback was incorrectly using the $PAGE output,
which cannot be relied upon in this callback. The best we can do here is
to add a notification to explain the situation.
2023-02-28 12:04:50 +08:00
Laurent David
7bd13d581d
MDL-75753 mod_bigbluebuttonbn: Support SHA256 and SHA512 checksum
...
* Add support for SHA256 and SHA512 checksum
2023-02-24 14:20:29 +01:00
Ilya Tregubov
9f31d4cd5f
Merge branch 'MDL-77285-master' of https://github.com/lameze/moodle
2023-02-22 12:26:33 +08:00
Simey Lameze
3fa6293426
MDL-77285 behat: change window size to large to prevent error
2023-02-17 08:43:34 +08:00
Paul Holden
fe30100f98
Merge branch 'MDL-73937' of https://github.com/ssj365/moodle
2023-02-14 09:43:10 +00:00
Ilya Tregubov
0140a3cc6f
Merge branch 'MDL-76620-master' of https://github.com/call-learning/moodle
2023-02-14 13:25:54 +08:00
Shamiso.Jaravaza
1054a794d6
MDL-73937 mod_bigbluebuttonbn: Remove lockedlayout
2023-02-13 15:24:35 -07:00
Sara Arjona
ad1a9e85de
MDL-74272 behat: Fix issue with headless
...
It seems unrelated to this patch... But git bisect pointed it here.
2023-02-10 09:42:53 +01:00
Laurent David
00eecda571
MDL-76620 mod_bigbluebuttonbn: Fix guest behat test
...
* Refactor guest_access.feature behat test
2023-02-08 14:27:47 +01:00
Laurent David
8fcf662484
MDL-76620 mod_bigbluebuttonbn: Fix guest access with forcelogin
...
*With "forcelogin" setting turned on, the new external guest
links in the bigbluebutton plugin do not work but show the login screen instead
2023-02-08 14:27:47 +01:00
Laurent David
caecb565c8
MDL-75688 mod_bigbluebuttonbn: Add indexes to log table
...
* The compound index courseid,bigbluebuttonid is useful to add in order
to speed up some of the queries on the bigbluebuttonbn_logs table
2023-01-26 16:47:42 +01:00
Laurent David
fc72a1d7b1
MDL-75337 core: Single button - core changes
...
* Change all core calls toward single_button to use single_button::BUTTON_PRIMARY
when needed
2023-01-24 06:01:35 +01:00
Andrew Nicols
a3cc26f8bb
MDL-76583 core: Update uses of external_* classes
2023-01-19 07:34:09 +08:00
Helen Foster
975a127325
MDL-76739 lang: Import fixed English strings (en_fix)
2023-01-12 09:17:27 +08:00
Marina Glancy
b1c97381b4
MDL-76356 various: avoid implicit conversion to int
...
PHP before version 8.1 automatically converted to int if the function
parameter (or array key) is expected to be int. PHP 8.1 shows notice in
this case
2023-01-10 15:27:11 +01:00
Shamiso.Jaravaza
05d5d089ee
MDL-74779 mod_bigbluebuttonbn: Fix recording sort
...
AMOS BEGIN
MOV [config_recordings_sortorder,mod_bigbluebuttonbn],[config_recordings_asc_sort,mod_bigbluebuttonbn]
MOV [config_recordings_sortorder_description,mod_bigbluebuttonbn],[config_recordings_asc_sort_description,mod_bigbluebuttonbn]
AMOS END
2022-12-12 13:34:44 -07:00
Andrew Nicols
e5f97c07cc
Merge branch 'MDL-75604-master' of https://github.com/ssj365/moodle
2022-12-01 08:56:15 +03:00
Andrew Nicols
dc3c0bbec3
Merge branch 'MDL-75281-master' of https://github.com/call-learning/moodle
2022-12-01 08:56:15 +03:00
Ilya Tregubov
05535e38df
Merge branch 'MDL-76497-master' of https://github.com/junpataleta/moodle
2022-12-01 08:56:09 +03:00
Laurent David
e9844e380c
MDL-75281 mod_bigbluebuttonbn: Upgrade failure when table exists
...
* Fix several upgrade script issue when the recording table exists or plugin has been
downgraded prior to 4.x upgrade
2022-11-30 20:17:13 +01:00
Shamiso.Jaravaza
4d64f23395
MDL-75604 mod_bigbluebuttonbn: Fix welcome section
...
* Removed welcome message from General settings
* Cleaned settings.php file to remove hardcoded add($item) after adding conditional element
2022-11-30 11:42:28 -07:00