moodle/mod/lti
Jake Dallimore 63dd2951bb MDL-65536 mod_lti: fix stale platformid when wwwroot is changed
If the site is installed, and then the wwwroot changed, the plugin
config value for platformid for mod_lti is then stale, resulting in
OIDC errors. Given this config value was set using the wwwroot, we
should just be able to use the value of $CFG->wwwroot direcly, thus
avoiding this problem.
2019-05-13 09:09:18 +08:00
..
amd MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
backup MDL-62599 mod_lti: Changes from integration review 2019-05-06 13:33:42 +08:00
classes MDL-62599 mod_lti: correct deprecations in service_base 2019-05-06 15:12:40 +08:00
db MDL-65536 mod_lti: fix stale platformid when wwwroot is changed 2019-05-13 09:09:18 +08:00
lang/en MDL-65537 lang: Import fixed English strings (en_fix) 2019-05-10 10:17:47 +02:00
pix
service MDL-62599 lti_gradebookservices: use correct key in get_permitted_scopes 2019-05-08 09:28:23 +08:00
source MDL-45064 mod_lti: use callback get_shortcuts() 2016-04-13 08:30:05 +08:00
templates MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
tests MDL-62599 mod_lti: fix coding style issues 2019-05-08 11:16:21 +08:00
ajax.php MDL-35628 performance: Remove dirname() where possible. 2016-06-10 08:06:49 +10:00
auth.php MDL-62599 mod_lti: Changes from integration review 2019-05-06 13:33:42 +08:00
certs.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
contentitem.php MDL-62599 mod_lti: Changes from integration review 2019-05-06 13:33:42 +08:00
contentitem_return.php MDL-62599 mod_lti: Correct content-item return 2019-05-06 13:33:42 +08:00
edit_form.php MDL-62599 mod_lti: Revert service configuration parameters 2019-05-06 13:33:42 +08:00
externalregistrationreturn.php MDL-54879 mod_lti: Add fallback options for error message upon failure 2016-07-28 14:38:29 +08:00
index.php
instructor_edit_tool_type.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
launch.php MDL-62599 mod_lti: Changes from integration review 2019-05-06 13:33:42 +08:00
lib.php MDL-63144 mod_lti: Add userid param to mod_lti calendar callbacks 2019-03-07 17:48:17 +11:00
locallib.php MDL-65536 mod_lti: fix stale platformid when wwwroot is changed 2019-05-13 09:09:18 +08:00
mod_form.js MDL-61651 mod_lti: cisr lineitem support 2018-04-20 11:22:11 +08:00
mod_form.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
OAuth.php MDL-55742 mod_lti: Remove support for get_magic_quotes_gpc 2016-09-01 14:58:29 +08:00
OAuthBody.php MDL-62599 mod_lti: Changes from integration review 2019-05-06 13:33:42 +08:00
register.php
register_form.php
registersettings.php MDL-53988 mod_lti: Improve error handling and user interface 2016-05-19 17:10:00 +08:00
registration.php
registrationreturn.php
request_tool.php
return.php MDL-60549 lti: support for moving embedded lti into separate tab 2018-01-10 12:08:44 +01:00
service.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08: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 MDL-52154 mod_lti: Add tests and lang strings and finalise API 2016-04-27 13:15:33 +08:00
styles.css MDL-64506 templates: Move BS2 btns' to BS4 btns' 2019-04-03 19:34:20 +08:00
token.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
toolconfigure.php MDL-52154 mod_lti: Add tests and lang strings and finalise API 2016-04-27 13:15:33 +08:00
toolproxies.php
toolssettings.php MDL-53988 mod_lti: Fix followup up issues 2016-05-19 11:18:21 +08:00
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-62599 mod_lti: correct deprecations in service_base 2019-05-06 15:12:40 +08:00
version.php MDL-62599 mod_lti: Add platform support for LTI 1.3 2019-05-06 13:33:42 +08:00
view.php MDL-62599 mod_lti: Changes from integration review 2019-05-06 13:33:42 +08:00