- Apr 27, 2021
-
-
Usama Sadiq authored
pin pyjwt<2.0.0 version pin social-auth-core<4.1.0
-
- Apr 26, 2021
-
-
Bianca Severino authored
[MST-740] Toggle verification approved emails from ACE
-
Bianca Severino authored
-
Dillon Dumesnil authored
fix: AA-646: Fix is_staff_user check to check for course staff
-
Dillon Dumesnil authored
feat: AA-741: Enables the dates tab for all enrolled learners
-
Justin Hynes authored
docs: Add doc for recent cert revocation changes
-
alangsto authored
Synchronously registering proctored exams while saving content to studio is causing a significant slow down. The function that registers the exams has been moved to an async task. In addition, a signal handler on_course_publish has also been moved to the async task, as it relies on exam registration being complete before being executed.
-
Adam Stankiewicz authored
-
Julia Eskew authored
This PR might be causing e2e tests to fail. Reverting and merging without waiting on tests.
-
- Apr 23, 2021
-
-
Ned Batchelder authored
This was to support an experiment in using coverage test contexts to record what tests ran each line of code (informally known as who-tests-what, or wtw). It never became operational.
-
Justin Hynes authored
[MICROBA-1080] - Add additional context in the `invalidate` and `mark_notpassing` functions related to recent work
-
Mubbshar Anwar authored
Add country code in MFEAppContextView
-
Dillon Dumesnil authored
It was checking for global staff, but really only needed to check for course staff. This corrects the check.
-
mubbsharanwar authored
add new api MFEAppContextView to handle country code add unit test MFEAppContextViewTest this newly created api will be marged in TPAContextViewTest when margeing code in master branch VAN-366
-
Uzair Rasheed authored
update login api
-
uzairr authored
Modify the existing login api in a way that it will allow the user to login via username as well. currently it is only allowing email to log the user in. VAN-445
-
- Apr 22, 2021
-
-
Dillon Dumesnil authored
Removes the relative dates flag check as it is no longer necessary to show the dates tab
-
Kyle McCormick authored
Previously, ProblemBlock's implementation was split between CapaMixin/CapaFields (in capa_base.py) and ProblemBlock (in capa_module.py), the former being the base classes of the latter. The split existed for a historical reason: as a former XModule, ProblemBlock was once split between CapaDescriptor (author-facing) and CapaModule (learner-facing). Since ProblemBlock has been converted to being a pure XBlock, the division between the base classes and the block class are no longer necessary nor semantically helpful. docs: Flesh out ProblemBlock's docstring a bit.
-
Ali Akbar authored
updating thresholds after security fixes #27391
-
Muhammad Ammar authored
upgrade edx-enterprise to 3.22.8
-
Justin Hynes authored
fix: fix bug with `revoke_program_certificates` task
-
muhammad-ammar authored
-
Waheed Ahmed authored
Added username suggestions functionality upon username already exists validation error for both registration and registration validation endpoints. VAN-52
-
Ali-D-Akbar authored
-
- Apr 21, 2021
-
-
edX Transifex Bot authored
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Ali Akbar authored
Fix XSS for numerous files
-
Julia Eskew authored
fix: TNL-8233: Change exception raised at problem creation failure from generic exception to LoncapaProblemError. (#27361) Raising this specific exception will cause the failure to be handled more gracefully by problem rescoring code.
-
Albert (AJ) St. Aubin authored
count [MICROBA-1163] This change will correct an issue in the Program Dashboard where a user would see a course as completed, but not see their Certificate because it was not available to them yet.
-
Justin Hynes authored
[MICROBA-1164] * cast `course_key` as a string when scheduling the `revoke_program_certificates` task * Update existing unit tests * Move test utility method in test_tasks.py out from the middle of the test cases * Fix spelling in test function name
-
Albert (AJ) St. Aubin authored
Currently when a certificate availability date is set the text on the course dasboard is confusing to the learner and could lead them to the wrong conclusions. The cert should not be available until on or after the available date.
-
Alex Dusenbery authored
-
Hammad Ahmad Waqas authored
ENT-4483 | added search_emails endpoint in accounts.
-
HammadAhmadWaqas authored
-
Zaman Afzal authored
-
Awais Jibran authored
-
- Apr 20, 2021
-
-
Usama Sadiq authored
-
Usama Sadiq authored
-
- Apr 19, 2021
-
-
Awais Jibran authored
* Code Refactoring This PR bumps code coverage by adding unit tests & clean up some code for improving code quality and maintainability.
-
Ali Akbar authored
Refactor: disable xsslint for numerous files
-