moodle/mod/lti
Mark Nielsen 8faaca0ea2 MDL-46536: OAuth signature fails with inconsistent new lines
When the LTI intro contains a single \n or
\r newline character then the OAuth signature
fails.  All newlines should be \r\n

Conflicts:
	mod/lti/tests/locallib_test.php
2014-08-19 22:17:04 +02:00
..
backup Merge branch 'MDL-36579_modLtiBackupFields' of git://github.com/moodlerooms/moodle 2012-12-10 14:16:00 +13:00
classes MDL-46051 mod_lti: Fixing errors in unknown_service_api_called class 2014-08-13 09:06:25 -07:00
db MDL-42930 Add 2.6.0 upgrade line 2013-11-18 11:41:59 +08:00
lang/en MDL-44824 add missing subplugin type names 2014-03-27 11:47:51 +08:00
pix MDL-36436 use hacky aspect ratio to work around IE9 issues 2012-11-20 13:01:27 +01:00
source MDL-36224 LTI: Fix up docs, add plugininfo class and create subplugin folder. 2013-11-08 14:35:32 +08:00
tests MDL-46536: OAuth signature fails with inconsistent new lines 2014-08-19 22:17:04 +02:00
ajax.php MDL-30344 lti - whitespace & comments cleanup 2011-11-21 16:59:58 +01:00
basiclti.js
edit_form.php MDL-38851 Administration: Fixed setType in admin section 2013-04-19 15:18:33 +08:00
grade.php MDL-42339 - removed double formatting for set_title() and set_heading() 2014-02-05 15:40:25 +08:00
index.php MDL-42672 blocks: warnings on /mod/xxx/index.php for frontpage course 2013-11-06 14:21:24 +11:00
instructor_edit_tool_type.php MDL-34467 lti: Repalce all instances of get_context_instanc() with respective context_XXX::instance() 2012-07-27 13:27:13 +08:00
launch.php Revert "MDL-39876 Change get_record('course') calls to get_course" 2013-08-21 13:42:30 +08:00
lib.php MDL-45764 mod_lti: Fix adding General Tool 2014-06-04 08:10:56 -07:00
localadminlib.php
locallib.php MDL-46536: OAuth signature fails with inconsistent new lines 2014-08-19 22:17:04 +02:00
mod_form.js MDL-44170 Added form field for url matched type. 2014-04-10 13:41:46 +08:00
mod_form.php MDL-44170 Added form field for url matched type. 2014-04-10 13:41:46 +08:00
OAuth.php Normalize request header names. 2014-08-19 15:39:27 +02:00
OAuthBody.php MDL-41843 Uses OAuthException in moodle\mod\lti namespace 2013-10-08 13:18:00 +08:00
request_tool.php MDL-41797 external tools module: fix heading levels. 2013-11-13 09:52:32 +08:00
return.php MDL-45982: Implement displaying of non error messages from a provider. 2014-06-13 10:08:03 +09:30
service.php MDL-45463 mod_lti: Prevent XML entity injections from provider 2014-07-07 13:00:43 +01:00
servicelib.php MDL-36224: Minor updates to LTI 2013-11-08 14:35:31 +08:00
settings.php MDL-45719 mod_lti - Pass language strings to inline JS to allow for escaping 2014-06-10 11:40:28 +08:00
styles.css MDL-30344 lti - Fix issue with privacy settings not working for a course level tool if no Launch URL is specified. 2011-11-21 16:42:12 +01:00
submissions.js MDL-34741 use 2in3 in mod_lti 2012-08-11 20:40:06 +02:00
TrivialStore.php
typessettings.php MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT 2012-07-19 15:46:10 +08:00
version.php MDL-42701 Bump all versions near 2.6 release 2013-11-05 02:36:00 +01:00
view.php MDL-46457 mod_lti: Render lti description through standard format_module_intro 2014-07-29 10:40:52 +09:30