- Jul 05, 2022
-
-
David Ormsbee authored
Modified the Lti1p3ApiAuthentication authentication backend to return AnonymousUser instead of None. This allows DarkLangMiddleware to work properly without crashing when middleware tries to get a user info from the request. This investigation and patch was originally done by @OlhaShyliaieva in: https://github.com/openedx/xblock-lti-consumer/pull/228 I'm just rebasing it onto the latest version to land this change.
-
- Jun 27, 2022
-
-
Zachary Hancock authored
* feat: add event tracking to lti launch * style: move tracking fn to new file * fix: add missed track call to LTI1.3 * feat: release tasks
-
- Jun 09, 2022
-
-
michaelroytman authored
-
- Jun 02, 2022
-
-
Demid authored
We are removing this runtime attribute in openedx/edx-platform#30450.
-
- May 23, 2022
-
-
Eugene Dyudyunov authored
Rename toggle_warnings to toggle_warning for consistency with setting_warning.
-
- May 11, 2022
-
-
Eugene Dyudyunov authored
This update caused by removing support for the LegacyWaffle* classes. See https://github.com/openedx/public-engineering/issues/28 for details.
-
- May 09, 2022
-
-
Simon Chen authored
-
Arunmozhi authored
This adds support for loading LTI 1.1 configurations from external sources using openedx-filters. It allows the users to select the configuration provided by the filter and configure the component without explicitly entering any details.
-
- 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.
-