moodle/enrol/lti
Jake Dallimore 3e17cf68a4 MDL-76170 enrol_lti: fix missing secret in enrol_lti_users
If member sync runs before the user launches the tool, a partial record
is created, without consumer secret. Subsequent launches of the tool by
that member don't resolve this and this results in grade sync failing
for any affected users. This patch:
- data fixes the existing affected rows
- fixes the launch code, ensuring secret is recorded on launch,
irrespective of whether the user info record has been created already
or not.
2022-11-09 10:02:22 +08:00
..
amd MDL-74221 enrol_lti: change registration workflow to support drafts 2022-03-31 12:15:46 +08:00
backup/moodle2 MDL-69542 enrol_lti: backup changes for LTI Advantage 2022-02-11 10:52:40 +08:00
classes MDL-76170 enrol_lti: fix missing secret in enrol_lti_users 2022-11-09 10:02:22 +08:00
db MDL-76170 enrol_lti: fix missing secret in enrol_lti_users 2022-11-09 10:02:22 +08:00
ims-blti MDL-73520 general: replace deprecated php_errormsg with error_get_last() 2022-03-05 14:19:48 +01:00
lang/en MDL-68843 enrol_lti: add deleted activity warning to published tools 2022-07-18 16:08:18 +08:00
pix NOBUG: Fixed SVG browser compatibility 2022-07-21 21:29:45 +04:00
templates Merge branch 'MDL-74546-master' of https://github.com/snake/moodle 2022-05-05 09:41:28 +08:00
tests Merge branch 'MDL-69251-master' of https://github.com/snake/moodle 2022-08-04 11:16:22 +08:00
xml MDL-54680 enrol_lti: Offer cartridges in LTI provider 2016-08-16 14:15:02 +08:00
cartridge.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
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-68843 enrol_lti: auto disable orphaned enrolment instances 2022-07-18 16:08:18 +08:00
login.php MDL-74221 enrol_lti: change registration workflow to support drafts 2022-03-31 12:15:46 +08:00
manage_deployment.php MDL-74221 enrol_lti: change registration workflow to support drafts 2022-03-31 12:15:46 +08:00
proxy.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
register.php MDL-74463 enrol_lti: fix location of scopes in registration json 2022-04-08 14:45:30 +08:00
register_platform.php MDL-74221 enrol_lti: change registration workflow to support drafts 2022-03-31 12:15:46 +08:00
settings.php MDL-74221 enrol_lti: change registration workflow to support drafts 2022-03-31 12:15:46 +08:00
styles.css MDL-74312 enrol_lti: fix copytoclipboard trigger element 2022-04-20 09:31:48 +08:00
thirdpartylibs.xml MDL-74697 libraries: Update all third-party libraries with more metadata 2022-07-22 07:28:47 +02:00
tool.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
upgradelib.php MDL-69542 enrol_lti: add upgrade and install code updating tables 2022-02-11 10:10:05 +08:00
version.php MDL-76170 enrol_lti: fix missing secret in enrol_lti_users 2022-11-09 10:02:22 +08:00