moodle/mod/lti
Eloy Lafuente (stronk7) d2ad5e8461 MDL-73523 libraries: openssl_free_xxx() methods are deprecated in php80
So we are putting them under a standard PHP_MAJOR_VERSION < 8 condition.

Also, added TODO comments to remember to delete that block of code when
php80 becomes the minimum required versions in the future (Moodle 4.3?).

When possible, an issue has been created upstream, else a comment in
readme_moodle files has been added.

Finally, when the keys being freed were class or object attributes, also
nullify them (but when the calls were part of destructor methods).
2022-01-20 14:48:22 +01:00
..
amd MDL-69092 mod_lti: Fix typo. 2021-11-19 09:50:36 +02:00
backup MDL-69202 Restore backup: add getter method for oldmoduleid 2021-01-16 10:25:05 +01:00
classes MDL-69092 mod_lti: Add pagination to toolconfigure.php. 2021-11-17 22:44:56 +11:00
db MDL-69092 mod_lti: Add pagination to toolconfigure.php. 2021-11-17 22:44:56 +11:00
lang/en MDL-71425 lang: Import fixed English strings (en_fix) 2021-05-04 14:51:44 +02:00
pix NOBUG: Fixed SVG browser compatibility 2021-12-23 16:29:57 +01:00
service MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
source MDL-67585 core_course: deprecate the callback get_shortcuts() 2020-02-20 11:42:21 +08:00
templates MDL-69092 mod_lti: Add pagination to toolconfigure.php. 2021-11-17 22:44:56 +11:00
tests MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
ajax.php
auth.php MDL-71887 mod_lti: repost when no cookie due to crosssite request 2021-07-07 14:17:12 +08:00
certs.php MDL-67301 mod_lti: dynamic registration 2020-10-24 09:27:55 -04:00
contentitem.php MDL-62599 mod_lti: Changes from integration review 2019-05-06 13:33:42 +08:00
contentitem_return.php MDL-71887 mod_lti: repost when no cookie due to crosssite request 2021-07-07 14:17:12 +08:00
edit_form.php MDL-70288 mod_lti: Remove unnecessary empty label string 2021-02-02 13:53:05 +08:00
externalregistrationreturn.php
index.php
instructor_edit_tool_type.php MDL-65536 mod_lti: OpenSSL configuration 2019-05-14 11:27:25 +08:00
launch.php MDL-68800 mod_lti: fix domain matching launches for 1.3 2020-05-26 16:35:16 -04:00
lib.php MDL-71457 theme_boost: activity icon styling 2021-12-20 15:02:24 +01:00
locallib.php Merge branch 'MDL-72988' of https://github.com/paulholden/moodle 2021-11-24 23:49:41 +01:00
mod_form.js MDL-67473 mod_lti: deeplinking multiple support 2020-09-30 08:03:59 -04:00
mod_form.php MDL-70288 mod_lti: Remove unnecessary empty label string 2021-02-02 13:53:05 +08:00
OAuth.php MDL-73523 libraries: openssl_free_xxx() methods are deprecated in php80 2022-01-20 14:48:22 +01:00
OAuthBody.php MDL-62599 mod_lti: Changes from integration review 2019-05-06 13:33:42 +08:00
openid-configuration.php MDL-70500 lti: dyn reg can be used to update tools 2021-04-20 17:12:28 -04:00
openid-registration.php MDL-70500 lti: dyn reg can be used to update tools 2021-04-20 17:12:28 -04:00
register.php
register_form.php
registersettings.php
registration.php
registrationreturn.php
request_tool.php
return.php
service.php MDL-70896 mod: libxml_disable_entity_loader is deprecated in php 8.0 2021-02-15 18:58:56 +01:00
servicelib.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
services.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
settings.php
startltiadvregistration.php MDL-70500 lti: dyn reg can be used to update tools 2021-04-20 17:12:28 -04:00
styles.css MDL-69023 mod_lti: remove superfluous css rule 2021-12-08 19:39:27 +01:00
token.php MDL-66920 mod_lti: Allow usage of both JWKS URI and Public Key 2020-04-16 08:53:53 -03:00
toolconfigure.php
toolproxies.php
toolssettings.php
TrivialStore.php
typessettings.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
upgrade.txt MDL-67695 mod_lti: Use correct return structure for get_tool_proxies. 2020-10-20 04:08:35 +11:00
upgradelib.php MDL-66708 lti adv: fix check for key in config 2019-11-25 14:14:33 -05:00
version.php MDL-69092 mod_lti: Add pagination to toolconfigure.php. 2021-11-17 22:44:56 +11:00
view.php MDL-72413 lti: Use the common module for setting the header 2021-12-13 09:49:34 +08:00