- Feb 11, 2020
-
-
Ayub-khan authored
-Updated middleware setting to use use middleware insted of middleware_classes -github install of django-method-override fork to support new style middleware in django1.11
-
Zaman Afzal authored
-
- Feb 10, 2020
-
-
Michael Terry authored
Add relative dates waffle flag
-
Michael Terry authored
Specifically, course_experience.relative_dates. This will be used by future PRs to control our rollout of this new feature. AA-27
-
Adam Butterworth authored
Relates to TNL-7048. Since bookmarking is handled in the courseware microfrontend, it needs to also manage the display of a unit title.
-
Jeremy Bowman authored
-
Dillon Dumesnil authored
Revert commits for AA-4
-
Dillon Dumesnil authored
-
Feanil Patel authored
BOM-939 Update pickle procotol version.
-
Manjinder Singh authored
These settings are used to toggle new authentication class in discussion and bookmarks app. The auth class is in openedx/core/lib/api/authentication.py and was added to replace deprecated OAuth2Authentication class in [rest_framework_oauth library](https://github.com/jpadilla/django-rest-framework-oauth)
-
Simon Chen authored
-
Dillon Dumesnil authored
AA-4: Be more defensive about not finding an item in modulestore
-
Jeremy Bowman authored
-
David Ormsbee authored
Python upgrades (django-config-models v2)+
-
Hasnain Naveed authored
ENT-2511 | Disabled the admin panel's login page.
-
Alan Zarembok authored
PROD-1236: Change URL returned for generated certificates to use UUID.
-
Dillon Dumesnil authored
-
Zia Fazal authored
ENT-2269: Added ability to logout from IDP when logout flow is triggered from learner portal
-
Syed Muhammad Dawoud Sheraz Ali authored
add multiple correct values check for Dropdown problems
-
Zainab Amir authored
Choose max of course start or enrollment created date when schedule start date is in the past PROD-1198
-
DawoudSheraz authored
-
David Ormsbee authored
Some tests that used to mock the cache internals of ConfigurationModels had to be modified to use CacheIsolationTestCase instead (the things they were mocking no longer exist).
-
- Feb 08, 2020
-
-
Dillon Dumesnil authored
AA-4: CSS updates in date widget
-
- Feb 07, 2020
-
-
David Ormsbee authored
Python Requirements Update
-
Dillon Dumesnil authored
-
Dillon Dumesnil authored
Show relevant dates in course dates sidebar
-
Alan Zarembok authored
PROD-1236: Change URL returned for generated certificates to use UUID, for consistency across api calls.
-
zia.fazal@arbisoft.com authored
Logout link should be displayed only for learner portal Added changed to display only for learner portal Added unit tests check third_party_auth is enabled Changes to extend SSO logout link feature to Oauth providers Fixed quality violations Removed unncessary assert Reviewer feedback changes
-
Muhammad Soban Javed authored
Fixing deprecated django-filter features
-
edX requirements bot authored
-
- Feb 06, 2020
-
-
Feanil Patel authored
-
Feanil Patel authored
Updating to the current highest number instead of making it the default which is highest know by the language. This is beacuse when we update between python versions if there is a new proctocol version, we don't want that to cause cache thrashing as we try to load things from the various caches. We can get into a situation where new machines pickle things with a newer versions of the procotocl, put them in the cache and then break older machines that don't know about the new protocol version.
-
Dillon Dumesnil authored
This includes (at least) upcoming assignments, FBE access expiration, and course end date. AA-4
-
Michael Terry authored
Update requirements
-
Jansen Kantor authored
* wip * get * quality * change oauth2 to deprecated? * quality * remove duplicate enrollment check function * code review
-
Diana Huang authored
Add toggle to remove access to DOP code paths.
-
Michael Terry authored
Fix constraints to not have a lingering pin on edx-when. And add constraint on version of mock that supports python 3.5. And then a general make upgrade.
-
Calen Pennington authored
Add course_date_signals to INSTALLED_APPS
-
Calen Pennington authored
-
Diana Huang authored
-