- Feb 25, 2020
-
-
edX requirements bot authored
-
Diana Huang authored
Replace DOP library factories with the DOT equivalent.
-
Jeff LaJoie authored
AA-6: Adds in Dates tab for Course Overview
-
David Ormsbee authored
Merge pull request #19906 from open-craft/opencraft/edx-platform/devan/editable-weekly-course-highlight-emails Allow a configurable number of weekly course highlight emails
-
Jeff LaJoie authored
-
pkulkark authored
-
David Joy authored
feat: waffle flag for redirecting to courseware MFE
-
Mike OConnell authored
Add existence check on secondary email
-
- Feb 24, 2020
-
-
-
Matt Hughes authored
JIRA:CR-1597
-
Calen Pennington authored
Show due dates self paced from edx when
-
Mike O'Connell authored
Moves the existence check for secondary (recovery) email to validate method. If the email already exists, silently remove it from the set of data to be updated. This parallels the existing behavior for updating the primary email. ENT-1913
-
Robert Raposa authored
BOM-1324: add constraint for edx-drf-extensions
-
Calen Pennington authored
-
Diana Huang authored
Add DOP adapter setting to production.py so it can be overridden.
-
Dave St.Germain authored
Learning MFE URL should not have a slash
-
Calen Pennington authored
Revert "Allow due-dates for self-paced courses in the course outline"
-
Calen Pennington authored
-
Diana Huang authored
-
Dave St.Germain authored
-
David Joy authored
This will ultmately be put back in as part of TNL-6982, but for now we don’t want this code to be associated with the waffle flag.
-
Robert Raposa authored
There is a planned edx-drf-extension update to 3.0.0 to remove the toggle used for ENFORCE_JWT_SCOPES. Currently, edx-platform is dependent on the this toggle. This constraint will keep other `make upgrade` PRs working in the short window before the edx-paltform PR to remove the same toggle can land. BOM-1324
-
Calen Pennington authored
-
edX cache uploader bot authored
-
Zia Fazal authored
ENT-2597: Use encodeURIComponent instead of encodeURI
-
Calen Pennington authored
Allow due-dates for self-paced courses in the course outline
-
David Ormsbee authored
Do not hide all the elements of the units with graded problems to anonymous users
-
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
-
Calen Pennington authored
-
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
-
zia.fazal@arbisoft.com authored
We should use encodeURIComponent instead of encodeURI when encoding part of uri like querystring. encodeURI does not encode `+` sign. For example a query string parameter like `scope=user_id+profile+email` is not encoded by `encodeURI` which results in invalid url on select multiple enterprise page. Fixed broken test
-
Adeel Khan authored
-
- Feb 23, 2020
-
-
edX Transifex Bot authored
-
- Feb 22, 2020
-
-
Luis Moreno authored
Right now the units of a public course are hidden if there is at least a graded activity in them. This is done due to a change(https://github.com/edx/edx-platform/commit/69eeca61d8002e3280f9c069d18d09bdf24453df) that was done before the implementation of public_view mechanism for unenrolled users. Since we use public_view now and by default it restricts the unit rendering for anonymous users we do not need to limit the access at this way for anonymous users.
-
- Feb 21, 2020
-
-
Diana Huang authored
Use DOT for creating new sites instead of DOP.
-