Laurent David
fdaa738bb5
MDL-78907 mod_bigbluebuttonbn: Refactor instance class
...
* Make the constructor private as it should only be instancied through
static methods
* Do not duplicate the code between get_from_instanceid,
get_from_cmid and get_all_instances_in_course
2023-08-28 05:45:17 +02:00
Matt Porritt
4b556a6840
MDL-79134 Backup: Deprecate MD5 for included user passwords
...
Prevent backups containing legacy MD5 hashed user passwords
from being added back into the database. Hashes are converted
to random SHA512 hashed passwords upon restore for these backups.
2023-08-28 13:39:42 +10:00
Jun Pataleta
08fd13f79f
Merge branch 'MDL-79093-master' of https://github.com/sarjona/moodle
2023-08-28 10:17:35 +08:00
Kevin Percy
3f9dd2f210
MDL-78106 gradereport_grader: Force direction when clicking sort arrow
2023-08-28 10:03:10 +08:00
Kevin Percy
a9ea85a15d
MDL-78106 gradereport_grader: Fixed sort arrow size in grader report
2023-08-28 10:00:15 +08:00
Andrew Nicols
e7b5d97c9a
MDL-78747 communication_matrix: Correct table name
...
Note: This feature is currently master-only, and alpha. I have therefore
decided not to migrate data and am just dumping and re-crating the
table.
2023-08-26 14:46:53 +08:00
Jun Pataleta
9bfcd77d51
on-demand release 4.3dev+
2023-08-26 11:04:43 +08:00
Jun Pataleta
d6f6443993
NOBUG: Fixed file access permissions
2023-08-26 11:04:43 +08:00
Jun Pataleta
e6dd60f845
NOBUG: Fixed SVG browser compatibility
2023-08-26 11:04:41 +08:00
Jun Pataleta
f3c2b6a93a
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2023-08-26 11:04:40 +08:00
Jun Pataleta
896d5fd05a
MDL-79059 core: Use full name as alt text for user picture links
...
When the user picture is being rendered as a link but the user's full
name is not being included in the link and the alt text turns out to be
empty, we could end up with a link without a discernible text. This is
an accessibility issue that will affect screen reader users. If this is
the case, use the full name as the user picture's alt text.
2023-08-26 10:39:05 +08:00
Jun Pataleta
f9c46d0026
MDL-79059 mod_data: Enclose preset options within a fieldset
...
Enclosing the radio buttons in a fieldset to provide additional context
to the purpose of the fields.
2023-08-26 10:39:05 +08:00
Jun Pataleta
59d5458c7f
MDL-79059 mod_data: Fix presets accessibility issues
...
* Add sr-only column headers for the select and actions columns.
* Define unique IDs for the preset name links using array indices.
* Label the radio buttons via aria-labelledby attribute pointing to
the ID of the preset's link.
2023-08-26 10:39:04 +08:00
Sara Arjona
4f558e3ec3
Merge branch 'MDL-78291-fix' of https://github.com/sarjona/moodle
2023-08-25 19:25:58 +02:00
Sara Arjona
8a40192a84
MDL-78291 behat: Fix behat tests with subpanels
2023-08-25 18:48:14 +02:00
Julien Boulen
57bdedcbe7
MDL-78241 tiny_recordrtc: fix availability conditions
2023-08-25 18:16:28 +02:00
Huong Nguyen
394dbffc24
Merge branch 'MDL-79039-master' of https://github.com/andrewnicols/moodle
2023-08-25 14:25:19 +07:00
Andrew Nicols
0c782d8181
MDL-79039 filter_mathjax: Discard text nodes. MathJax can't process them
2023-08-25 14:25:48 +08:00
Sara Arjona
e102db1cbc
Merge branch 'MDL-78251-master-2' of https://github.com/andrewnicols/moodle
2023-08-25 07:48:13 +02:00
Andrew Nicols
5a811e48d9
MDL-78251 behat: Correct course profile editing resolvers
2023-08-25 13:25:42 +08:00
Huong Nguyen
15aaa09435
MDL-79039 mathjax: Fix variable names
2023-08-25 10:58:30 +07:00
Huong Nguyen
342192561e
Merge branch 'MDL-79039-master' of https://github.com/NashTechOpenUniversity/moodle
2023-08-25 10:55:41 +07:00
Jun Pataleta
928ea71887
Merge branch 'MDL-78397' of https://github.com/paulholden/moodle
2023-08-25 11:52:57 +08:00
Jun Pataleta
0ce7bf539e
Merge branch 'MDL-78386' of https://github.com/paulholden/moodle
2023-08-25 11:39:55 +08:00
Andrew Nicols
89223fa386
Merge branch 'MDL-79031-master' of https://github.com/NashTechOpenUniversity/moodle
2023-08-25 10:56:14 +08:00
Jun Pataleta
33c8754de9
Merge branch 'MDL-78579' of https://github.com/paulholden/moodle
2023-08-25 10:47:11 +08:00
Jun Pataleta
7b94cd0a4b
Merge branch 'MDL-79079' of https://github.com/paulholden/moodle
2023-08-25 10:44:48 +08:00
hieuvu
52a7a71b93
MDL-79031 core_filter: Add new native filterContentRenderingComplete event
2023-08-25 09:36:20 +07:00
Jun Pataleta
ac77df0ec7
Merge branch 'MDL-77988' of https://github.com/paulholden/moodle
2023-08-25 10:35:58 +08:00
Matt Porritt
fc3fe7d329
MDL-67390 Authentication: Update password hashing to SHA-512
...
Update user password history tracking to use SHA-512 instead
of bcrypt.
2023-08-25 11:54:05 +10:00
Matt Porritt
07af783b9a
MDL-67390 Authentication: Update password hashing to SHA-512
...
Replace the bcrypt password hashing algorithm with SHA-512.
Existing bcrypt hashes will be updated to SHA-512 when a user
logs in next. Support for old md5 hashes has been removed.
Any reamining md5 hashes are replaced with SHA-512 hashes
from strong random passwords.
2023-08-25 11:53:54 +10:00
Jun Pataleta
cdcca40145
Merge branch 'MDL-79015-master-fix' of https://github.com/lameze/moodle
2023-08-25 09:52:25 +08:00
Simey Lameze
50ef8cdd3f
MDL-79015 behat: make verification step more specific
2023-08-25 08:38:43 +08:00
Peter Burnett
f2e0c35f52
MDL-79169 admin: Fix implicit int cast in maintenance warning
2023-08-25 10:35:46 +10:00
AMOS bot
5d7c0c7b41
Automatically generated installer lang files
2023-08-25 00:12:05 +00:00
Paul Holden
c1a3e17a0b
MDL-78248 libraries: upgrade to version 4.4.0 of ChartJS.
2023-08-24 17:22:09 +01:00
Andrew Nicols
b29b6649fc
Merge branch 'MDL-79075-attempt_reviewed' of https://github.com/leonstr/moodle
2023-08-25 00:15:30 +08:00
Andrew Nicols
9bacc7efd8
Merge branch 'MDL-79063-master' of https://github.com/junpataleta/moodle
2023-08-25 00:11:05 +08:00
Andrew Nicols
2c519fab2e
Merge branch 'MDL-79073' of https://github.com/paulholden/moodle
2023-08-25 00:06:24 +08:00
Andrew Nicols
5ed90fe39f
Merge branch 'MDL-61165-master-fix' of https://github.com/junpataleta/moodle
2023-08-25 00:04:06 +08:00
Andrew Nicols
339f36fae2
Merge branch 'MDL-78811-Master' of https://github.com/aydevworks/moodle
2023-08-25 00:02:13 +08:00
Andrew Nicols
4de7660341
Merge branch 'MDL-78787' of https://github.com/paulholden/moodle
2023-08-24 23:57:46 +08:00
Jun Pataleta
da40dfa6b6
MDL-61165 mod_workshop: Bump version to remove legacy scheduled tasks
...
* We need to bump the plugin version in order for
\core\task\manager::reset_scheduled_tasks_for_component() to be run
and clear the removed legacy scheduled task.
2023-08-24 23:57:08 +08:00
Jun Pataleta
bd057ca936
MDL-61165 mod_quiz: Bump version to clear removed legacy scheduled tasks
...
* We need to bump the plugin version in order for
\core\task\manager::reset_scheduled_tasks_for_component() to be run
and clear the removed legacy scheduled tasks.
2023-08-24 23:57:07 +08:00
Andrew Nicols
108ed280e8
Merge branch 'MDL-79147-master' of https://github.com/ferranrecio/moodle
2023-08-24 23:47:00 +08:00
Andrew Nicols
3667a702db
Merge branch 'MDL-75802' of https://github.com/paulholden/moodle
2023-08-24 23:43:44 +08:00
Jun Pataleta
932306b447
Merge branch 'MDL-77917-master' of https://github.com/andrewnicols/moodle
2023-08-24 23:39:10 +08:00
Sara Arjona
556c286863
Merge branch 'MDL-78688' of https://github.com/paulholden/moodle
2023-08-24 17:35:03 +02:00
Andrew Nicols
cb1607e62f
Merge branch 'MDL-78741' of https://github.com/paulholden/moodle
2023-08-24 23:29:01 +08:00
Sara Arjona
bd22b04d30
Merge branch 'MDL-78257' of https://github.com/paulholden/moodle
2023-08-24 17:26:57 +02:00