moodle/enrol/lti
Andrew Nicols e1b9d5f3cd MDL-73915 js: Drop support for IE and android
Moodle announced that support for IE would be dropped back in August
2020 with Moodle 3.9 but not active steps were taken at that time. That
decision was made in MDLSITE-6109 and this particular step was meant to
be taken in Moodle 3.10.

This is the first step taken to actively drop support for IE.

This commit also bumps the browser support pattern from 0.25% to 0.3%.
The percentage here includes any browser where at least this percentage
of users worldwide may be using a browser. In this case it causes
support for Android 4.3-4.4 to be dropped, which relate to Android
KitKat (released 2013).

This combination of changes means that all of the supported browsers in
our compatibility list support modern features including async,
for...of, classes, native Promises, and more which has a huge impact on
the ease of debugging code, and drastically reduces the minified file
size because a number of native Polyfills included by Babel are no
longer included.
2022-02-23 08:55:20 +08:00
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
backup/moodle2 MDL-69542 enrol_lti: backup changes for LTI Advantage 2022-02-11 10:52:40 +08:00
classes MDL-69542 enrol_lti: remaining changes for dynamic registration support 2022-02-11 11:06:05 +08:00
db MDL-69542 enrol_lti: Add missing index to install 2022-02-11 17:56:15 +01:00
ims-blti MDL-73601 lib: Normalize readme_moodle.txt file name 2022-02-01 18:10:36 +01:00
lang/en MDL-69542 enrol_lti: all lang string changes 2022-02-11 10:09:25 +08:00
templates MDL-69542 enrol_lti: add deep linking support 2022-02-11 10:52:31 +08:00
tests MDL-69542 enrol_lti: behat feature covering tool registration 2022-02-11 11:07:26 +08:00
xml MDL-54680 enrol_lti: Offer cartridges in LTI provider 2016-08-16 14:15:02 +08:00
app_tool_deployments.php MDL-69542 enrol_lti: add admin page for deployment management 2022-02-11 10:43:00 +08:00
cartridge.php MDL-53832 enrol_lti: Separate tool launch and proxy registration logic 2016-10-19 11:14:26 +08:00
configure.php MDL-69542 enrol_lti: add deep linking support 2022-02-11 10:52:31 +08:00
index.php MDL-69542 enrol_lti: add version based resource publication 2022-02-11 10:51:59 +08:00
jwks.php MDL-69542 enrol_lti: add OIDC endpoints for resource link launch 2022-02-11 10:49:40 +08:00
launch.php MDL-69542 enrol_lti: add OIDC endpoints for resource link launch 2022-02-11 10:49:40 +08:00
launch_deeplink.php MDL-69542 enrol_lti: add deep linking support 2022-02-11 10:52:31 +08:00
lib.php MDL-69542 enrol_lti: make lib changes supporting LTI Advantage 2022-02-11 10:24:49 +08:00
login.php MDL-69542 enrol_lti: add OIDC endpoints for resource link launch 2022-02-11 10:49:40 +08:00
manage_deployment.php MDL-69542 enrol_lti: add admin page for deployment management 2022-02-11 10:43:00 +08:00
proxy.php MDL-53832 enrol_lti: Split launch and proxy registration end points 2016-10-19 11:14:26 +08:00
register.php MDL-69542 enrol_lti: remaining changes for dynamic registration support 2022-02-11 11:06:05 +08:00
register_platform.php MDL-69542 enrol_lti: admin page providing platform registration 2022-02-11 10:36:01 +08:00
settings.php MDL-69542 enrol_lti: add tool endpoint page to admin settings 2022-02-11 10:35:51 +08:00
styles.css MDL-69542 enrol_lti: add deep linking support 2022-02-11 10:52:31 +08:00
thirdpartylibs.xml
tool.php MDL-56573 enrol_lti: Non-null default for tool_consumer_instance_name 2016-10-28 10:03:19 +08:00
upgradelib.php MDL-69542 enrol_lti: add upgrade and install code updating tables 2022-02-11 10:10:05 +08:00
version.php MDL-69542 enrol_lti: remaining changes for dynamic registration support 2022-02-11 11:06:05 +08:00