Daniel Thies
158898254c
MDL-66671 enrol_lti: Skip grade sync when cm deleted
2020-02-28 09:32:24 -06:00
Mihail Geshoski
1fc5c588a4
MDL-57729 enrol_lti: Escape the property values of the xpath elements
2019-05-29 09:55:23 +08:00
Shamim Rezaie
9f8a30c27c
MDL-63649 enrol_lti: support removal of multiple users in a context
...
This issue is a part of the MDL-62560 Epic.
2018-10-23 11:54:41 +11:00
cescobedo
ea3c5ba14b
MDL-57741 enrol_lti: Add Launch URL to Published as LTI tools
2018-08-16 09:08:38 +02:00
Mark Nelson
8e24041287
MDL-62428 core: fix incorrect early return in privacy providers
2018-05-14 13:06:29 +08:00
Mark Nelson
3e642074ee
MDL-62368 enrol_lti: implement privacy provider
2018-05-11 14:05:41 +08:00
Davo Smith
8037f32b8a
MDL-61324 enrol_lti: fix detection of changed grades during sync
2018-02-12 08:25:44 +00:00
Ankit Agarwal
2118859218
MDL-57300 lti: Make tool provider page more readable
2017-02-01 11:40:47 +05:30
Ankit Agarwal
7f38d8f3ee
MDL-57300 lti: Rename lti2 as registration url
...
AMOS BEGIN
CPY [registrationurl,mod_lti],[registrationurl,enrol_lti]
AMOS END
2017-01-24 16:40:49 +05:30
Ankit Agarwal
c8b5c793a1
MDL-57300 lti: Fix incorrect variable types in docs
2017-01-24 12:18:21 +05:30
Jun Pataleta
ac67c97ccb
MDL-55825 enrol_lti: Fix display of unenrol count on sync
2016-11-04 09:21:02 +00:00
Dan Poltawski
56f763b1f9
Merge branch 'MDL-55841-master' of https://github.com/xow/moodle
2016-11-02 15:24:33 +00:00
Dan Poltawski
cb2b9a905c
Merge branch 'MDL-55825-master' of git://github.com/junpataleta/moodle
2016-11-02 14:41:10 +00:00
Jun Pataleta
08237c3aa8
MDL-55825 enrol_lti: Upgrade member sync to use the new LTI library
2016-10-31 09:09:06 +08:00
Jun Pataleta
826ee7370e
MDL-55825 enrol_lti: Added context type column to enrol_lti_lti2_context
2016-10-28 10:10:43 +08:00
Jun Pataleta
f30f627501
MDL-56339 enrol_lti: Force page layout to embedded from custom setting
2016-10-28 10:05:02 +08:00
John Okely
51478048cd
MDL-55841 enrol_lti: Make published tool list more user friendly
2016-10-25 16:13:01 +08:00
Jun Pataleta
b75d0f0de2
MDL-53832 enrol_lti: Update codes to use the new DB field names
2016-10-19 17:01:34 +08:00
Jun Pataleta
fa015abf7b
MDL-53832 enrol_lti: Update data_connector to use the new DB field names
2016-10-19 17:01:30 +08:00
Jun Pataleta
6092bbc07a
MDL-53832 enrol_lti: Map consumer to tool and handle instance deletion
2016-10-19 11:14:28 +08:00
Jun Pataleta
c314d6ed8e
MDL-53832 enrol_lti: Unit tests for tool_provider
...
Original subtask: MDL-55647.
2016-10-19 11:14:27 +08:00
Jun Pataleta
daebcd2801
MDL-53832 enrol_lti: Improve provider logic
...
* onRegister
- Validate returnUrl and consumer object.
- Use moodle_url for the returnURL.
- Set success message on successful registration.
- Reorganise code.
* Constructor
- Remove required params we don't need (Original sub-task: MDL-56035)
* onLaunch
- Validate consumer object.
- Set appropriate values for OK flag and message.
* Import classes.
2016-10-19 11:14:27 +08:00
John Okely
a618c707f2
MDL-53832 enrol_lti: Support user images
...
Original subtask MDL-55718.
2016-10-19 11:14:27 +08:00
John Okely
8e0038f9ea
MDL-53832 enrol_lti: Only allow certain consumers for each shared tool
...
Original subtask: MDL-55753.
2016-10-19 11:14:27 +08:00
John Okely
098ee549ee
MDL-53832 enrol_lti: Split launch and proxy registration end points
...
Original subtask: MDL-55752.
2016-10-19 11:14:26 +08:00
John Okely
da65fcf027
MDL-53832 enrol_lti: Separate tool launch and proxy registration logic
2016-10-19 11:14:26 +08:00
John Okely
7edf96e265
MDL-53832 enrol_lti: Add language strings and renderers
2016-10-19 11:14:26 +08:00
Jun Pataleta
d49f57c886
MDL-53832 enrol_lti: Make LTI1 launch URLs work with new library
...
Original subtask: MDL-55562.
2016-10-19 11:14:25 +08:00
Jun Pataleta
9191a94143
MDL-53832 enrol_lti: Add data_connector
...
Original subtask: MDL-55529.
2016-10-19 11:14:25 +08:00
John Okely
9a709cd5a5
MDL-53832 enrol_lti: Add interface for proxies
2016-10-19 11:14:24 +08:00
John Okely
3e9ab40361
MDL-54680 enrol_lti: Offer cartridges in LTI provider
2016-08-16 14:15:02 +08:00
Mark Nelson
a802be7e39
MDL-55027 enrol_lti: avoid invalid image URL causing an exception
2016-06-27 13:27:23 +08:00
Mark Nelson
d066ed8db0
MDL-53977 enrol_lti: a hack to workaround a hack to utilise DB caching
2016-05-06 09:27:34 +08:00
Mark Nelson
3bc7252389
MDL-52035 enrol_lti: added fix for oracle
...
Also added another unit test for \enrol_lti\helper::count_lti_tools();
2016-04-29 12:17:55 +01:00
Jun Pataleta
26e8311287
MDL-52035 enrol_lti: Fixed default mail display setting
2016-04-27 14:12:29 +08:00
Mark Nelson
8ed2bbcfed
MDL-52035 enrol_lti: added sync_<grades/members> tasks
2016-04-26 16:15:48 +08:00
Mark Nelson
01bb32a2b1
MDL-52035 enrol_lti: added enrol plugin
2016-04-26 16:15:47 +08:00