- Mar 31, 2022
-
-
Geoff authored
* Use render_django_template for lti 1p3 launch errs * Test % trans not found in lti 1p3 err templates * Bump version to 3.4.6; Update ChangeLog
-
- Mar 18, 2022
-
-
Giovanni Cimolin da Silva authored
Signed-off-by:
Giovanni Cimolin da Silva <giovannicimolin@gmail.com>
-
Steffen Rörtgen authored
-
- Mar 03, 2022
-
-
Giovanni Cimolin da Silva authored
-
- Feb 09, 2022
-
-
Giovanni Cimolin da Silva authored
-
- Feb 01, 2022
-
-
Giovanni Cimolin da Silva authored
* Fix quote rendering by switching to Django template (from Mako template) * Internationalize strings on LTI 1.1 launch page
-
Simon Chen authored
-
Mohammad Ahtasham ul Hassan authored
Version 3.3.0 has already been released on PyPi but it was never updated here in that PR and hence there was inconsistency in the version number leading to wrong version bump in the successive PRs. This PR fixes the issue with the version number
-
- Jan 31, 2022
-
-
Mohammad Ahtasham ul Hassan authored
-
- Jan 20, 2022
-
-
Felipe Trzaskowski authored
-
Felipe Trzaskowski authored
feat: add test for consumer xblock with a keyset URL feat: handle keyset URL failure cases fix: refactor and clean the tests up fix: generate translations fix: version bump
-
- Jan 18, 2022
-
-
Ivan Gonzales authored
-
Ivan Gonzales authored
-
Mohammad Ahtasham ul Hassan authored
-
- Nov 22, 2021
-
-
connorhaugh authored
-
connorhaugh authored
-
connorhaugh authored
-
connorhaugh authored
-
- Nov 17, 2021
-
-
connorhaugh authored
-
Mohammad Ahtasham ul Hassan authored
-
- Nov 15, 2021
-
-
connorhaugh authored
-
- Nov 12, 2021
-
-
connorhaugh authored
-
- Nov 04, 2021
-
-
connorhaugh authored
-
- Oct 08, 2021
-
-
Ned Batchelder authored
-
- Oct 06, 2021
-
-
Jawayria authored
-
- Sep 08, 2021
-
-
Soban Javed authored
Replacing jsonfield2 with jsonfield as former is merged back into latter one. BOM-2447
-
- Aug 10, 2021
- Aug 06, 2021
-
-
pkulkark authored
This Adds back the parameter processors code logic that was missed in a recent refactor.
-
- Aug 03, 2021
-
-
Moisés González authored
-
- Jul 09, 2021
-
-
jawad-khan authored
Added multi device support on student_view using xblock.supports Learner-8413
-
- Jul 01, 2021
-
-
Kshitij Sobti authored
refactor: Rename CourseEditLTIFieldsEnabledFlag to CourseAllowPIISharingInLTIFlag and use it for LTI1.3 This commit renames the CourseEditLTIFieldsEnabledFlag to CourseAllowPIISharingInLTIFlag since the aim is to expand its scope to all LTI-related PII sharing. It also removes the current LTI1.3 waffle flag for PII sharing.
-
- Jun 14, 2021
-
-
Kshitij Sobti authored
This moves the CourseEditLTIFieldsEnabledFlag from edx-platform to this repo. This allows using the flag from both lms and studio.
-
- Jun 09, 2021
-
-
Giovanni Cimolin da Silva authored
This removes feature flags that were in place for development, but aren't needed in production. * feat: set LTI 1.3 support enabled by default * feat: Improve settings wording * chore: Update translation files * chore: Version bump * quality: Fix pylint errors and improve waffleflag documentation * doc: Add changes to changelog * feat: Remove LTI 1.3 flags and enable services by default * doc: Update NRPS ADR * doc: Fix typo * Update README.rst Co-authored-by:
Ned Batchelder <ned@nedbatchelder.com> * Update README.rst Co-authored-by:
Ned Batchelder <ned@nedbatchelder.com> * Update setup.py Co-authored-by:
Ned Batchelder <ned@nedbatchelder.com> Co-authored-by:
Ned Batchelder <ned@nedbatchelder.com>
-
- Jun 05, 2021
-
-
Ned Batchelder authored
-
- Jun 03, 2021
-
-
Shimul Chowdhury authored
This depends on a new API in edx-platform: get_course_members
-
- Apr 28, 2021
-
-
Giovanni Cimolin da Silva authored
-
- Apr 21, 2021
-
-
Giovanni Cimolin da Silva authored
-
Giovanni Cimolin da Silva authored
-
Giovanni Cimolin da Silva authored
This fixes issues with some tools that assume `aud` as a plaing string even though that doesn't follow https://tools.ietf.org/html/rfc7519#section-4.1.3
-