12 Commits

Author SHA1 Message Date
Víctor Déniz
c8abe79865 Merge branch 'MDL-73199' of git://github.com/jfederico/moodle 2021-12-16 16:57:40 +00:00
jfederico
36caeca30a
MDL-73199 bigbluebutton: fix protect recording action not being disabled 2021-12-16 16:24:33 +00:00
Víctor Déniz
91ad6d08d9 Merge branch 'MDL-73198' of https://github.com/jfederico/moodle 2021-12-15 13:23:05 +00:00
Sara Arjona
78f2461d45 Merge branch 'MDL-73196' of https://github.com/jfederico/moodle 2021-12-13 12:58:30 +01:00
jfederico
fbbf30dd04
MDL-73198 mod_bigbluebuttonbn: restored synchrony of recordings 2021-12-10 03:13:28 +00:00
Laurent David
8c1568d047 MDL-73220 mod_bigbluebuttonbn: "Recently accessed items" block display
* The BBB activity did not send the right event trigger when activity was viewed hence
the block_recentlyaccesseditems did not pick up information from any BBB activity
2021-12-07 21:03:08 +01:00
jfederico
bef53cf1b8
MDL-73196 mod_bigbluebuttonbn: Fix blocked participant selection 2021-12-07 16:45:03 +00:00
Sara Arjona
5ae7fa42b7 NOBUG: Fixed SVG browser compatibility 2021-11-26 15:26:18 +01:00
Eloy Lafuente (stronk7)
103a4b5c92 MDL-70658 phpunit: never apply for time() in data providers
Data providers are executed at the beginning of the execution
of the phpunit run, not when the test is run.

So, setting anything on them being dependent of current time
has high chances or fail when the test is executed (maybe some
hours later in slow databases / systems).

Data provider only can contain the relative values and then,
when the test is effectively run, they are applied to *current* time.
2021-11-25 18:13:51 +01:00
Eloy Lafuente (stronk7)
b34da7b184 MDL-70658 dml: Shorten aliases to make Oracle happy
Some columns in the database have already 29 characters, so we
cannot use a prefix of 3 characters because that puts orcle over
the 30 characters max.
2021-11-25 09:05:52 +01:00
Andrew Nicols
68c3f1e90c MDL-70658 mod_bigbluebuttonbn: Use core/event_dispatcher 2021-11-24 12:27:31 +00:00
laurentdavid
65212c538b MDL-70658 mod_bigbluebutton: Include version 2021091407 into core
This commit includes a copy of the bigbluebuttonbn activity module from:
- branch: tags/v2.5-alpha.2^0
- commit:
2021-11-24 12:27:27 +00:00