- Aug 25, 2021
-
-
https://github.com/edx/edx-proctoring/pull/902Matt Hughes authored
Causing AttributeErrors refering to `is_verified` for some reason
-
julianajlk authored
REV-2133
-
Sarina Canelake authored
[BB-4649] fix: Duplicate Arabic month
-
Manjinder Singh authored
Description: Adds a new middleware to help with cookie name changes. It uses the idea of expand and contract, where after we've changed the name, the middleware allows up to accept either a cookie with new name (given higher priority when both are present) or cookie with old name. This is also helpful when changing domain of a cookie. impacts: developers, users(anyone that has cookies) Change depends on django setting changes. See CookieNameChange middleware for more info.
-
Simon Chen authored
fix: Fix bug where username is being used as DOM ID for accordian on bulk exam allowance view. (#28542) MST-994 Fix the bug introduce when the username contains special characters like @. These causes javascript errors on bulk exam allowance view The change is all on edx-proctoring library. This is a version update to fix the above bug Co-authored-by:
Simon Chen <schen@edx-c02fw0guml85.lan>
-
Tim McCormack authored
Once LOGIN_URL is changed for an environment, the OAuth flow will be activated. (See included temporary doc.) This is for ARCHBOM-1860: Convert Studio to use LMS OAuth login.
-
Kyle McCormick authored
* fix: upgrade py2neo from 3.1.2 to 2021.1.5 The dump_to_neo4j management command has not been working since the upgrade to python 3.8. The latest version of python that py2neo 3.1.2 states support for is python 3.5, so this isn't surprising. The earliest non-prerelease version of py2neo that supports python 3.8 is 2020.x (skipping the 4.x and 5.x series). Since we're going as far as a 2020.x, we may as well upgrade all the way to the newest series, 2021.x. This commit does that upgrade, as well as a handful of minor code modifications in order to handle breaking changes that have been made to the py2neo API, and some unrelated pin bumps as the result of 'make upgrade'. This will also require an upgrade of Coursegraph's Neo4j version from 3.2.x to 3.5.x. TNL-8386
-
- Aug 24, 2021
-
-
Felipe Montoya authored
refactor: changed create_user with UserFactory to avoid errors
-
Kira Miller authored
chore: bump edx-enterprise to 3.27.24
-
Maria Grimaldi authored
-
Andrew Shultz authored
chore: update edx-proctoring to 3.23.7
-
Andy Shultz authored
MST-1001
-
julianajlk authored
REV-2133
-
Kira authored
-
alangsto authored
If a user with staff access is masquerading as a specific student, they should be able to see content that would normally be gated for that student.
-
Azan Bin Zahid authored
Pact Provider Verification Setup
-
Zainab Amir authored
Added activation key to the registration event to be used by braze. Specifically it will be used by activation reminder emails. VAN-693
-
Azan Bin Zahid authored
-
Usama Sadiq authored
* fix: pin django-ipware<4.0.0 * fix: pin pylint<2.10.0
-
Shimul Chowdhury authored
-
Shimul Chowdhury authored
-
- Aug 23, 2021
-
-
Michael Terry authored
feat: allow unsubcribing from a course goal with just a token
-
Michael Terry authored
* Add unsubscribe_token uuid field to CourseGoal model * Add endpoint to unsubcribe from just a token (no login needed) * Add admin page for the course_goals djangoapp * Add get_course_overview_or_404 utility method * Clean up URL handling in course_home_api AA-907
-
Bianca Severino authored
chore: update edx-proctoring to 3.23.6
-
Bianca Severino authored
-
Albert (AJ) St. Aubin authored
[MICROBA-1282] To help with future errors sending grades to Credentials I am adding additional data to the log message.
-
Usama Sadiq authored
* update the post-pip-compile script to fix the py38.txt parsing for sandbox requirements.
- Aug 20, 2021
-
-
julianajlk authored
REV-2133
-
julianajlk authored
REV-2133
-
edX cache uploader bot authored
-
Olivia Ruiz-Knott authored
fix: Change format of date_override post
-
Ahtisham Shahid authored
* feat: Removed extra pages by using waffle flag * refactor:moved pages_and_resources_url context in header file * refactor: cleanup of header file * refactor: removed redundant instances of mfe url from context * fix: fixed pylint issues
-
- Aug 19, 2021
-
-
oliviaruizknott authored
Credentials needs the course certificate date override data in a slightly different format than we were passing it before. Fix!
-
mohtamba authored
Update edx-proctoring version
-
Kyle McCormick authored
Python Requirements Update + unit test check fixes
-
mohtamba authored
Update edx-proctoring version to be the most recent release.
-
taliaedX authored
chore: bump edx-enterprise to 3.27.23
-
Michael Terry authored
Add toggle to redirect user to the login page on unauthenticated enrollement
-