- Feb 16, 2021
-
-
Ned Batchelder authored
-
- Jan 29, 2021
-
-
Giovanni Cimolin da Silva authored
This implements the endpoint that LTI tools use to return the deep linking configuration to the LMS, along with the `ltiResourceLink` type to allow testing with demo tool. Signed-off-by:
Giovanni Cimolin da Silva <giovannicimolin@gmail.com>
-
- Jan 21, 2021
-
-
edX requirements bot authored
-
- Jan 20, 2021
-
-
Kshitij Sobti authored
A previous PR (#130) added a new unique field with a default value to the LtiConfiguration model. Such cases need special handling in migraiton, however the previous PR did not include that. This commit fixes the migration to include the special handling for new unique fields.
-
- Jan 19, 2021
-
-
Giovanni Cimolin da Silva authored
Remove the OIDC view from XBlock and return OIDC url directly.
-
- Jan 15, 2021
-
-
Kshitij Sobti authored
-
- Dec 02, 2020
-
-
Ned Batchelder authored
-
- Dec 01, 2020
-
-
Shimul Chowdhury authored
* bump up the version * update changelog
-
- Nov 12, 2020
-
-
Giovanni Cimolin da Silva authored
* Move LTI 1.3 Key management to model This: - Removes the need to load the modulestore on every public keyset endpoint call. - Simplifies the block structure and parent method overrides. - Removes private key, client id and related parameters from XBlock fields It also includes a migration from the data stored in the block to the model. * Cleanup unused test helpers * Version bump * Addressing review comments
-
- Sep 02, 2020
-
-
Ned Batchelder authored
-
- Aug 26, 2020
-
-
Giovanni Cimolin da Silva authored
This change moves the LTI configuration retrieval to a Django model that will LTI configuration. The current model proxies back the to blocks to keep backwards compatibility. See reasoning for change at: https://github.com/edx/xblock-lti-consumer/blob/master/docs/decisions/0001-lti-extensions-plugin.rst
-
- Aug 14, 2020
-
-
Dave St.Germain authored
Because the courseware microfrontend loads units inside iframes, the LTI modal ends up being squished and generally ugly. This PR introduces a new message sent to the parent window to request a modal containing the contents of the LTI launch iframe. https://openedx.atlassian.net/browse/TNL-7410
-
- Aug 11, 2020
-
-
Giovanni Cimolin da Silva authored
-
- Aug 07, 2020
-
-
Michael Terry authored
This is just to keep it in line with other xblocks that define an is_past_due attribute. Nicer if they all have the same access pattern.
-
- Jul 24, 2020
-
-
Zulqarnain authored
-
- Jul 23, 2020
-
-
Ahmad Bilal Khalid authored
-
- Jul 15, 2020
-
-
Patrick Cockwell authored
-
- Jul 02, 2020
-
-
Dave St.Germain authored
-
Patrick Cockwell authored
-
- Jun 29, 2020
-
-
Dave St.Germain authored
-
Dave St.Germain authored
-
- Jun 26, 2020
-
-
Aarif authored
-
- Jun 25, 2020
-
-
Giovanni Cimolin da Silva authored
Features: Implement LTI 1.3 launch support. Add LTI 1.3 passthrough views as LMS plugins.
-
- Jun 08, 2020
-
-
M. Zulqarnain authored
-
M. Zulqarnain authored
-
- Jun 04, 2020
-
-
M. Zulqarnain authored
-
- May 28, 2020
-
-
Dillon Dumesnil authored
-
- May 07, 2020
-
-
Eric Herrera authored
Remove constraints. Add classifiers. Update setup.py install_requirements definition. Update travis file using new requirements. Create requirements folder. create pip_tools, base, test and travis requirements files. Remove old requirement files. Create Makefile and add upgrade command. Include requirements files generated using upgrade command. Update openedx.yml OEPs list.
-
- Apr 24, 2020
-
-
Michael Terry authored
This shows the 'problem' icon for LTI units, rather than the default 'other' icon. AA-75
-
- Mar 31, 2020
-
-
Ahtisham Shahid authored
removed web_fragment deprication warnig fixed import sequece
-
- Mar 03, 2020
-
-
Ahtisham Shahid authored
updated bleach Added img to bleach safe tags Added img to bleach safe tags Added img to bleach safe tags added test added test added test added test added test for attr image added test for attr image fixed style bug Updated format xoe removed extra formatting
-
- Dec 11, 2019
-
-
Diana Huang authored
-
- Dec 10, 2019
-
-
Diana Huang authored
-
- Oct 08, 2019
-
-
Waheed Ahmed authored
Updated to run tests on both python 2 and 3. PROD-774
-
- Jan 22, 2019
-
-
Omar Al-Ithawi authored
Overview --------- This pull request makes this XBlock extensible for adding parameters to the LTI provider in addition to the existing ones. Why --- A customer needs `team` and `cohort` informaiton to be passed through the LTI channel to simplify integration with their LTI provider. At the same time we'd rather not fork the XBlock, so an Open-Closed model is needed. More Detailed Documentation --------------------------- I've added a couple of sections to `README.rst` to document specifying design and configuration steps of the new LTI parameter processors. Please check it out for more information about the changes that this pull request introduces. Example Usage ------------- I've written a package that we'll need to use for our customer to pass some personal user information in addition to the cohort and team info: https://github.com/appsembler/tahoe-lti/pull/1 Omar Al-Ithawi @ Appsembler
-
- May 04, 2018
-
-
Alex Dusenbery authored
Add context_label and context_title to LTI POST parameters; Add required requirements; add some docker devstack instructions;
-
- Feb 09, 2018
-
-
Farhanah Sheets authored
-
- Sep 20, 2017
-
-
noraiz-anwar authored
-
- Jul 19, 2017
-
-
Christina Roberts authored
Release new version for #31.
-
- Jun 02, 2017
-
-
Qubad786 authored
-