Paul Holden
d5395c4f47
MDL-82155 core: define/correct third party library names.
2024-06-10 19:52:08 +01:00
Laurent David
5de9585114
MDL-80638 lib: Update Webauthn Moodle related files
2024-04-09 15:12:04 +02:00
Andrew Nicols
298c13ac3b
MDL-80838 core: Add PSR-20/Clock support
...
This commit adds the PSR-20 ClockInterface to core, with a
moodle-specific extension to the Interface at `\core\clock`, and a
standard clock at `\core\system_clock`.
Further clocks are provided as `\incrementing_clock` and `\frozen_clock`
which are available to unit tests using:
- `$this->mock_clock_with_incrementing(?int $starttime = null);`
- `$this->mock_clock_with_frozen(?int $time = null);`
For the incrementing clock, every call to fetch the time will bump the
current time by one second.
For the frozen clock the time will not change, but can be modified with:
- `$clock->set_to(int $time);`; and
- `$clock->bump(int $seconds = 1);`
2024-04-02 10:24:54 +08:00
Sara Arjona
3e2b8eed3c
Merge branch 'MDL-80636-main' of https://github.com/laurentdavid/moodle
2024-03-21 15:40:24 +01:00
Ilya Tregubov
cd2fb2fe78
Merge branch 'MDL-79668-main' of https://github.com/kevpercy/moodle
2024-03-21 12:22:58 +08:00
Ilya Tregubov
ef34a20e06
Merge branch 'MDL-79669' of https://github.com/Chocolate-lightning/moodle
2024-03-19 11:09:38 +08:00
Laurent David
2292a50356
MDL-80636 lib: Upgrade HTML purifier moodle files
...
* Update thirdpartylibs.xml and readme_moodle.txt documentation
2024-03-18 19:35:55 +01:00
Mathew May
7a165e524c
MDL-79669 lib: Update PHP-jwt to 6.10.0
2024-03-12 11:02:32 +08:00
Sara Arjona
8c29e71c39
Merge branch 'MDL-79667-main' of https://github.com/mihailges/moodle
2024-03-11 17:08:50 +01:00
Paul Holden
f45e391f72
MDL-79664 libraries: upgrade to version 6.9.1 of PHPMailer.
2024-03-11 11:03:32 +00:00
Kevin Percy
39813b1f50
MDL-79668 lib: Update Font Awesome to v6.5.1
2024-03-11 17:08:40 +08:00
Mihail Geshoski
73ac16f4ad
MDL-79667 lib: Upgrade OpenSpout to 4.23.0
2024-03-09 22:09:47 +08:00
Sara Arjona
46e6d412bf
Merge branch 'MDL-80634' of https://github.com/paulholden/moodle
2024-03-07 17:47:20 +01:00
Paul Holden
04f54d8eb0
MDL-80634 libraries: upgrade to version 4.4.2 of ChartJS.
2024-03-07 11:11:14 +00:00
Andrew Nicols
928344403d
Merge branch 'MDL-79675-main-v6' of https://github.com/snake/moodle
2024-03-06 13:00:00 +08:00
Jake Dallimore
63569a4776
MDL-79675 libraries: upgrade lti1p3 to v6.0.0
2024-03-06 08:44:07 +08:00
Andrew Nicols
b51df700a5
Merge branch 'MDL-78256-master' of https://github.com/meirzamoodle/moodle
2024-02-28 12:05:46 +08:00
Jun Pataleta
dd8fa68f5d
Merge branch 'MDL-80207-main' of https://github.com/HuongNV13/moodle
2024-02-20 11:06:24 +08:00
Huong Nguyen
6bddb8626f
MDL-80207 core: Remove Horde library
2024-02-20 09:36:24 +07:00
Jun Pataleta
f47baadc93
MDL-79674 behat: Bump axe-core to v4.8.4
...
* Improve readme_moodle.txt and add more detailed instructions
* Update \behat_accessibility::run_axe_validation_for_tags()'s
PHPDoc block to reflect the current version.
* Fix incorrect copyright tag for the library
2024-02-16 11:53:52 +08:00
meirzamoodle
d1c27bba15
MDL-78256 lib: Code adjustments to the Zipstream 3.1.0
2024-02-12 16:56:37 +07:00
Andrew Nicols
192a7797ab
MDL-80072 core: Add php-di codebase
2024-02-12 11:11:15 +08:00
Andrew Nicols
12dcde3fae
MDL-80072 core: Add PSR-11 interfaces
2024-02-09 15:03:57 +08:00
Sara Arjona
d262a1c49b
Merge branch 'MDL-79665' of https://github.com/paulholden/moodle
2024-01-24 16:46:24 +01:00
Sara Arjona
e36bc606de
Merge branch 'MDL-79666' of https://github.com/paulholden/moodle
2024-01-24 16:35:24 +01:00
Sara Arjona
f8dddad89a
Merge branch 'MDL-79663' of https://github.com/paulholden/moodle
2024-01-24 16:29:04 +01:00
Paul Holden
b037cd5d15
MDL-79666 libraries: upgrade to version 1.12.1 of ScssPhp.
2024-01-24 15:23:07 +00:00
Paul Holden
5180861a86
MDL-79665 libraries: upgrade to version 6.6.5 of TCPDF.
2024-01-10 10:10:49 +00:00
Paul Holden
f0efcf9494
MDL-79663 libraries: upgrade to version 1.3.71 of Minify.
2023-12-18 20:10:47 +00:00
Paul Holden
827a00af52
MDL-79662 libraries: upgrade to version 5.22.7 of ADOdb.
2023-12-18 20:05:14 +00:00
raortegar
f81d6ed426
MDL-78511 lib: Include JmesPath library
...
JMESPath library is required by AWS SDK for PHP library
2023-12-08 15:27:05 +01:00
raortegar
9b98f78d2a
MDL-78511 lib: Include aws-sdk library
...
Include AWS SDK for PHP library.
This library is used in SMS factor from MFA project
2023-12-08 15:27:05 +01:00
Mikel Martín
1a7732b195
MDL-75673 core: Add popper v2.11.8 lib
2023-11-16 17:45:41 +01:00
Ilya Tregubov
f5050ab31f
Merge branch 'MDL-78255-master' of https://github.com/davewoloszyn/moodle
2023-09-14 17:50:24 +08:00
Ilya Tregubov
73c8675623
Merge branch 'MDL-79210-master' of https://github.com/meirzamoodle/moodle
2023-09-12 10:50:11 +08:00
Jun Pataleta
f32f669f53
Merge branch 'MDL-78258-master' of https://github.com/snake/moodle
2023-09-08 22:14:35 +08:00
meirzamoodle
3c3021a641
MDL-79210 lib: Code adjustments to the PHPSpreadSheet 1.29.0
2023-09-06 10:51:08 +07:00
meirzamoodle
78e0fb0818
MDL-78244 lib: Update jQuery to 3.7.1
2023-09-05 14:30:30 +07:00
Jake Dallimore
3ea06421de
MDL-78258 libraries: update 3rd party libs xml for lti1p3
2023-09-05 11:41:29 +08:00
David Woloszyn
ec5cb56c3b
MDL-78255 lib: Set Moodle files after emoji-data upgrade
2023-09-01 19:01:36 +10:00
Huong Nguyen
83522d40d8
Merge branch 'MDL-78509-master' of https://github.com/stevandoMoodle/moodle
2023-08-29 10:38:27 +07:00
Stevani Andolo
63d8cfcf87
MDL-78509 lib_webauthn: Moved webauthn to lib
...
It was suggested to move the WebAuthn library form
admin/tool/mfa/webauthn/.extlib to lib/webauthn
2023-08-29 11:06:44 +08:00
Sara Arjona
67f225429b
Merge branch 'MDL-78248' of https://github.com/paulholden/moodle
2023-08-28 13:52:50 +02:00
Paul Holden
c1a3e17a0b
MDL-78248 libraries: upgrade to version 4.4.0 of ChartJS.
2023-08-24 17:22:09 +01:00
Sara Arjona
bd22b04d30
Merge branch 'MDL-78257' of https://github.com/paulholden/moodle
2023-08-24 17:26:57 +02:00
Paul Holden
b17ee6f4ad
MDL-78249 libraries: upgrade to version 6.8.1 of PHP-JWT.
2023-08-22 15:27:13 +01:00
Paul Holden
8bfa8e35e9
MDL-78257 libraries: upgrade to version 4.7.2 of axe-core.
2023-08-09 08:55:16 +01:00
Andrew Nicols
8d860bbd50
Merge branch 'MDL-78247' of https://github.com/paulholden/moodle
2023-06-29 17:32:51 +08:00
Andrew Nicols
a8a67f4df1
Merge branch 'MDL-78243' of https://github.com/paulholden/moodle
2023-06-24 22:28:49 +08:00
Paul Holden
8a842b9cbd
MDL-78247 libraries: upgrade to version 4.15.0 of OpenSpout.
2023-06-23 14:28:48 +01:00