- 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.
-
Jawayria authored
Co-authored-by:
Muhammad Soban Javed <58461728+iamsobanjaved@users.noreply.github.com> Co-authored-by:
Usama Sadiq <usama.sadiq@arbisoft.com>
-
- 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 22, 2022
-
-
edX requirements bot authored
* chore: Updating Python Requirements * fix: downgrade boto3 Co-authored-by:
Alie Langston <alangsto@wellesley.edu>
-
- Jun 09, 2022
-
-
Michael Roytman authored
Python Requirements Update
-
michaelroytman authored
-
michaelroytman authored
-
edX requirements bot authored
-
- Jun 08, 2022
-
-
Michael Roytman authored
fix: upgrade pip-tools to fix bug in versions 6.6.0 and 6.6.1
-
michaelroytman authored
This commit upgrades the version of pip-tools used in this repository from 6.6.0 to 6.6.2. In version 6.6.0 of pip-tools, there is a bug that is preventing pip-tools from working. This is breaking the Python requirements update GitHub action in this repository. The error is "ImportError: cannot import name 'BAR_TYPES' from 'pip._internal.cli.progress_bars'". The error was reported here: https://github.com/jazzband/pip-tools/issues/1617. The fix to this bug was released in version 6.6.2 of pip-tools. See the comment here: https://github.com/jazzband/pip-tools/issues/1617#issuecomment-1126245586. Version 6.6.1 of pip-tools also has a bug, which is fixed in version 6.6.2. I observed this issue breaking the Python requirements update GitHub action in another repository, so I have upgrade the version straight to 6.6.2. The issue in version 6.6.1 was reported here: https://github.com/jazzband/pip-tools/pull/1624.
-
- 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
fix: add Learner to LTI launch roles in addition to existing Student role
-
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.
-
- May 02, 2022
-
-
Andrew Shultz authored
remove unneeded constraints
-
Andy Shultz authored
constraints were once matching platform constraints, but those are gone also versions don't actually change from this removal
-
Andy Shultz authored
-
- Apr 25, 2022
-
-
Matt Hughes authored
chore: update requirements upgrade automation
-
Matt Hughes authored
-
- Apr 06, 2022
-
-
Usama Sadiq authored
fix: transifex migration to new client
-
- Apr 05, 2022
-
-
Usama Sadiq authored
-
- 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 21, 2022
-
-
Giovanni Cimolin da Silva authored
FAL-2844: Fix LTI Deep Linking permissions issues
-
- Mar 18, 2022
-
-
Giovanni Cimolin da Silva authored
-
Giovanni Cimolin da Silva authored
Signed-off-by:
Giovanni Cimolin da Silva <giovannicimolin@gmail.com>
-
Steffen Rörtgen authored
-
- Mar 17, 2022
-
-
edX requirements bot authored
-
- Mar 04, 2022
-
-
Giovanni Cimolin da Silva authored
fix: LTI Deep linking launch parameter for H5P WIP
-
- Mar 03, 2022
-
-
Giovanni Cimolin da Silva authored
-
- Feb 24, 2022
-
-
Sarina Canelake authored
Add DEPR workflow automation
-
- Feb 23, 2022
-
-
Sarina Canelake authored
-
- Feb 21, 2022
-
-
Giovanni Cimolin da Silva authored
BB-5051: Pluggable/reusable LTI configuration
-
- Feb 16, 2022
-
-
Giovanni Cimolin da Silva authored
-
- Feb 09, 2022
-
-
Giovanni Cimolin da Silva authored
fix: Fix LTI 1.1 template rendering on LTI 1.1 embeds
-
Giovanni Cimolin da Silva authored
-
- Feb 02, 2022
-
-
Giovanni Cimolin da Silva authored
fix: Fix quote rendering on LTI 1.1 form
-
- 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
fix: use launch_url for oidc login target_link_uri parameter
-