- Nov 26, 2019
-
-
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
-
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
-
edX requirements bot authored
-
Zia Fazal authored
ENT-1849: Removed EnterpriseMiddleware
-
Syed Muhammad Dawoud Sheraz Ali authored
render content and log the error when getting sibling urls
-
DawoudSheraz authored
-
Syed Muhammad Dawoud Sheraz Ali authored
Update ORA2 version
-
DawoudSheraz authored
-
- Nov 22, 2019
-
-
Matthew Piatetsky authored
never give users discount unless they've seen the banner
-
Matthew Piatetsky authored
-
Awais Qureshi authored
BOM-1015.
-
edX cache uploader bot authored
-
Ned Batchelder authored
Update coverage versions for who-tests-what hacking
-
Calen Pennington authored
Convert @require_certificate_permission to use user.has_perm
-
adeelehsan authored
Fixing notify credentials job
-
Zaman Afzal authored
This reverts commit 439e4b41.
-
Feanil Patel authored
Python Requirements Update
-
Diana Huang authored
Move request_password_change to user_authn.
-
adeelehsan authored
To save the memory get cert and grade object directly from the db because by doing that we'll override the queryset evaluation and object won't be cached once it has gone out of scope. PROD-987
-
Awais Qureshi authored
Bump the version
-
Zaman Afzal authored
* ENT-2454 Modify third party auth pipeline to update user enterprise
-
Abdul Hannan authored
Add start_date field in Schedule model to replace start as it's reserved keyword.
-
hunytalk authored
-
edX requirements bot authored
-
- Nov 21, 2019
-
-
Albert (AJ) St. Aubin authored
Upgrade edx-enterprise to 2.0.24
-
Ned Batchelder authored
The coverage version shouldn't matter, but why not use the latest? The plugin version fixes an encoding issue.
-
Calen Pennington authored
Remove the SHARD suffix for bokchoy coverage reports, because they ar…
-
Calen Pennington authored
-
Dave St.Germain authored
Prevent 500 error when viewing malformed unit page
-