- Feb 24, 2020
-
-
Matt Hughes authored
Impact is that for proctoring backends which support in-exam keepalive ping messages to ensure the monitoring software is running while learners have access to proctored exams, we will no longer send ping requests while the learner is on the ready_to_submit page. These pings have caused issues for some of our learners in the past, in that some learners idle on this page waiting for a slow-to-shut-down application. Pinging while the app is shutting down may've caused spurious false positives for suspicious learner behavior, and we lose little integrity by enabling the learner to continue to see the non-exam-content interstitial, so we're relaxing this rule. JIRA:CR-1597
-
Uzair Rasheed authored
Fix alert css for smaller viewports
-
Dillon Dumesnil authored
AA-35: Adds functions to subscribe and unsubscribe from a calendar sync
-
uzairr authored
Alert msgs are not aligned as expected in their enclosing divs on smaller devices.To make them aligned its css is fixed so that user experience can be improved. PROD-1032
-
adeel khan authored
fix(i18n): update translations
-
edX Transifex Bot authored
-
adeel khan authored
Use django-statici18n to generate djangojs.js
-
Adeel Khan authored
-
- Feb 23, 2020
-
-
edX Transifex Bot authored
-
- Feb 21, 2020
-
-
Diana Huang authored
Use DOT for creating new sites instead of DOP.
-
Diana Huang authored
-
Dillon Dumesnil authored
-
Dillon Dumesnil authored
AA-34: Add UserCalendar Model
-
Dillon Dumesnil authored
-
edX cache uploader bot authored
-
Dillon Dumesnil authored
AA-33: Function to uniquely create calendar event id for user and assignment
-
Troy Sankey authored
Rename values in SiteConfiguration/History (1/3) (retry)
-
Dillon Dumesnil authored
The function will create a unique event id using a user and assignment
-
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
-