- Feb 21, 2020
-
-
David Joy authored
-
David Joy authored
1. This is a partial check-in. It causes jump_to links in the header user menu to work, but doesn’t address any other dashboard links. 2. I also need to figure out the best way to test this, having not tested a toggle like this before.
-
Troy Sankey authored
Rename values in SiteConfiguration/History (1/3) (retry)
-
atesker authored
-
Dave St.Germain authored
Add button to switch to courseware MFE
-
Robert Raposa authored
* WIP: add third-party-auth scope and usage BOM-1264 * Fix tests now that we do permissions in a more standard way. Rather than manually setting the permission class we previously explicitly raised a PermissionDenied exception. The way DRF permissoning logic works, if we use the WWW-Authenticate header in the highest priority auth class, it will return a 401 instead of a 403. * Added test to make sure having permissions gives access to user mapping api * Test new filters logic. Ensure that the filters we add to the application access model make it into the JWT correctly. * quality fix * quality fix * disable pylint warning * quality fix * fix indent prob Co-authored-by:
Feanil Patel <feanil@edx.org> Co-authored-by:
Manjinder Singh <49171515+jinder1s@users.noreply.github.com>
-
Calen Pennington authored
Self paced relative dates
-
David Ormsbee authored
SE-1496 conditionally re-enable user change password form in admin
-
Calen Pennington authored
-
Calen Pennington authored
-
edx-transifex-bot authored
-
Samuel Walladge authored
This was previously disabled because changing another user's password is both not usually recommended and bypasses password policy. Here, we add a feature flag (`ENABLE_CHANGE_USER_PASSWORD_ADMIN`) to allow re-enabling this password change form. This allows continued use of this functionality by clients that require it.
-
- Feb 20, 2020
-
-
Simon Chen authored
PROD-1045 Update the edx-proctoring library to version 2.2.7 for Email Message update. We want to update the message so we can support our course team better
-
edX cache uploader bot authored
-
edX requirements bot authored
-
Dave St.Germain authored
Improve Vertical Performance
-
Dave St.Germain authored
-
Thomas Tracy authored
Adds a simple nullable field to the UserProfile model. The only validation done it to make sure any character saved in that field is a digit and not a letter. We do not distiguish on a model level if the phone number is international or not.
-
Ben Holt authored
Print experiment in output so incorrect usage like passing just a username instead of experiment name is easier to recognize (#23043)
-
Nathan Sprenkle authored
* Check learner enrollment status to avoid mixing learners from incompatible tracks (e.g. masters/audit) to the same team * When a new team is encountered on a team management CSV, create it with the protection status of the user
-
Mike OConnell authored
Don't update account recovery until after activation
-
Alex Dusenbery authored
Upgrade ORA to 2.6.12 | When fetching file URLs from keys stored in Submission records, don't break just because we encountered one missing file; there might be more, existing files after it.
-
Uzair Rasheed authored
Add five seconds step to video slider
-
- Feb 19, 2020
-
-
Diana Huang authored
This key used to have underscores and was accidentally changed to not have underscores, setting it back to the old value
-
Manjinder Singh authored
* Removing deprecated rest_framework_oauth library * removing dependecy of django-rest-framework-oauth * removing oauth_provider from cms
-
Jansen Kantor authored
-
Mike O'Connell authored
-
Mike O'Connell authored
Add a unit test to create and activate a recovery email address ENT-2607
-
Diana Huang authored
-
Troy Sankey authored
This reverts commit 84de6bc6 which reverts commit cebeab43 which implements the first stage of the `values` column rename in SiteConfiguration. However, I included a small change: This time, we set a default value on the new `site_values` column so that the ORM will happily deserialize the JSONField without throwing a JSONDecodeError.
-
Dave St.Germain authored
Display profile name in gradebook api
-
Dave St.Germain authored
Setting template to show currency defined in the course mode DB record
-
Cory Lee authored
This key used to have underscores and was accidentally changed to not have underscores, setting it back to the old value
-
Diana Huang authored
Remove class_dashboard.
-
edX requirements bot authored
-
Bill DeRusha authored
Revert "Removing deprecated rest_framework_oauth library"
-
Bill DeRusha authored
This reverts commit 1f32bc63.
-
Ahtisham Shahid authored
Fixed staff debug in instructor tab
-
Ahtisham Shahid authored
updated selector updated var name
-
uzairr authored
Currently, video is moving one second ahead or behind on each right and left arrow key respectively.In order to make it compliant with the industry standards like Youtube,its step is adjusted to five seconds. PROD-159
-