- Nov 28, 2019
-
-
Waheed Ahmed authored
geoip2: update maxmind geolite country database
-
- Nov 27, 2019
-
-
edX Transifex Bot authored
-
Feanil Patel authored
Remove this test because it is flaky.
-
Zia Fazal authored
Revert "ENT-1849: Removed EnterpriseMiddleware"
-
Feanil Patel authored
It failed and passed on the same commit. The failure was that the page timed out, so it could be fixed by making that page performant. I'd rather not increase the timeout for the page to load as the bokchoy tests are already very slow. I'm also not sure why this test needs to exist. I would think that this could be tested on the underlying function without testing at the UI layer.
-
Feanil Patel authored
BOM-1075 - Fix coverage reporting for python3 unit tests.
-
Zia Fazal authored
-
Saad Yousaf authored
[PROD-736] Course outline links incorrect in subsections with staff-only units
-
saadyousafarbi authored
-
Zaman Afzal authored
-
Syed Muhammad Dawoud Sheraz Ali authored
conditional logs to find the inconsistent block id in MITx course
-
DawoudSheraz authored
-
Awais Jibran authored
Fix quote Unicode data
-
Alex Wang authored
-
- Nov 26, 2019
-
-
Feanil Patel authored
-
Feanil Patel authored
These are used in the coveragerc to referr to equivalent paths for when combining coverage files.
-
Diana Huang authored
ARCH-1312: Remove old login and registration templates.
-
Ned Batchelder authored
Activation email to ace
-
Alex Dusenbery authored
-
Feanil Patel authored
Python Requirements Update
-
adeelehsan authored
Uri added for explore new program
-
edX Transifex Bot authored
-
adeelehsan authored
PROD-1004
-
Awais Jibran authored
-
edX requirements bot authored
-
Alex Wang authored
* no student change to instructor managed team * Address comments & fix unit tests * fix jenkins test failure * Fix eslint errors * Fix xss warnings * Fix bokchoy test
-
- Nov 25, 2019
-
-
Robert Raposa authored
ARCH-1253: remove unused login ajax error url
-
Robert Raposa authored
ARCH-1253: switch login_user errors to 400
-
edX cache uploader bot authored
-
Mahyar Damavand authored
Fix celery task failure Fix code quality test failures Fix python test failures Fix issue with PR #22042 Rebase and fix new test failures
-
Shadi Naif authored
-
Diana Huang authored
Move password reset logic from student to user_authn.
-
Diana Huang authored
-
Albert (AJ) St. Aubin authored
Upgrading edx-enterprise
-
Albert (AJ) St. Aubin authored
-
Robert Raposa authored
ARCH-1253
-
Ned Batchelder authored
Use discussion forum as the primary conversation channel for the community
-
David Ormsbee authored
Hide the re-index button for non-global staff
-
Robert Raposa authored
The APIs using login_user are currently not following the API conventions for non-SSO related authentication errors, by returning a 200 status code for errors. In addition to switching the status code from 200 => 400 for authentication failures, the following minor changes were made: - Document and refactor an existing authn switch. - Remove an unused url definition for login_ajax + error. BREAKING CHANGE: This changes /login_post and /login_ajax to return 400, rather than 200, when success=False in the returned JSON (for non-SSO related authentication errors). To remove risk around this change, it was added behind a waffle switch named `user_authn.update_login_user_error_status_code`. A breaking change was made, rather than introducing /login_ajax_new, in order to more quickly get to our end goal of the current clean-up effort of having a single function for login. If this breaks any callers, we may fix or abandon this change altogether. ARCH-1253
-
Omar Al-Ithawi authored
-