Jun Pataleta
3d514a5b98
Merge branch 'MDL-81671' of https://github.com/paulholden/moodle
2024-07-03 16:11:12 +08:00
Sara Arjona
e01a61a7b8
Merge branch 'MDL-80643_upgrade-http-client' of https://github.com/ziegenberg/moodle
2024-07-01 13:36:28 +02:00
Sara Arjona
07e21c944e
Merge branch 'MDL-80642_upgrade-http-message' of https://github.com/ziegenberg/moodle
2024-07-01 13:23:04 +02:00
Sara Arjona
7d3f56d315
Merge branch 'MDL-80645_upgrade-symfony-deprecation-contracts' of https://github.com/ziegenberg/moodle
2024-07-01 12:55:31 +02:00
Sara Arjona
745cff2597
Merge branch 'MDL-81657' of https://github.com/paulholden/moodle
2024-06-26 17:06:56 +02:00
Sara Arjona
8c3ef8d4cc
Merge branch 'MDL-81665' of https://github.com/paulholden/moodle
2024-06-19 17:08:43 +02:00
Sara Arjona
414c640655
Merge branch 'MDL-81659' of https://github.com/paulholden/moodle
2024-06-19 16:00:48 +02:00
Paul Holden
53b69add3a
MDL-81671 libraries: upgrade to version 1.3.3 of Serializable Closure.
2024-06-17 15:03:16 +01:00
Daniel Ziegenberg
52a5f2aa4e
MDL-80645 libaries: Update symfony/deprecation-contracts to 3.5.0
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-06-14 23:18:53 +02:00
Daniel Ziegenberg
6222b1307e
MDL-80643 libraries: Update http-client to 1.0.3
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-06-14 23:17:03 +02:00
Daniel Ziegenberg
2c4fb82def
MDL-80642 libaries: Update http-message to 2.0.0
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-06-14 23:16:23 +02:00
Huong Nguyen
a7b3e9030d
Merge branch 'MDL-82155' of https://github.com/paulholden/moodle
2024-06-13 09:02:43 +07:00
Paul Holden
b0eae5fa03
MDL-82155 core: define/correct third party library names.
2024-06-10 19:50:52 +01:00
Sara Arjona
e336e0660d
Merge branch 'MDL-80644_upgrade-http-factory' of https://github.com/ziegenberg/moodle
2024-06-10 16:55:01 +02:00
Sara Arjona
a83d82b125
Merge branch 'MDL-80635_upgrade-geoip2-php-api-maxmind-db-reader-api' of https://github.com/ziegenberg/moodle
2024-06-10 16:23:26 +02:00
Paul Holden
306d733f5f
MDL-81657 libraries: upgrade to version 1.3.73 of Minify.
2024-06-04 11:18:27 +01:00
Paul Holden
d457009418
MDL-81659 libraries: upgrade to version 1.9.1 of loglevel.
2024-06-04 11:17:36 +01:00
Paul Holden
e08afd3cc6
MDL-81665 libraries: upgrade to version 15.1.2 of emoji-data.
2024-06-04 10:52:12 +01:00
Daniel Ziegenberg
53efc4c73c
MDL-80644 libraries: Update http-factory to 1.1.0
...
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-05-17 16:08:10 +02:00
Daniel Ziegenberg
ab7a137afa
MDL-80635 libraries: Upgrade GeoIP2 and Maxmind DB Reader
...
- GeoIP2 PHP API 3.0.0
- MaxMind DB Reader API 1.11.1
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-05-17 15:56:36 +02:00
Daniel Ziegenberg
4098184c77
MDL-80640 lib: Update Guzzle library
...
- GuzzleHttp/Guzzle 7.8.1
- GuzzleHttp/Promises 2.0.2
- GuzzleHttp/PSR7 2.6.2
- Guzzle cache middleware 5.1.0
This brings PHP 8.3 support for Guzzle.
Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
2024-05-17 14:26:37 +02: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