- 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
-
- Feb 10, 2020
-
-
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.
-
Dillon Dumesnil authored
-
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)
-
Dillon Dumesnil authored
-
DawoudSheraz authored
-
- Feb 07, 2020
-
-
Dillon Dumesnil authored
-
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
-
- Feb 06, 2020
-
-
Feanil Patel authored
-
Dillon Dumesnil authored
This includes (at least) upcoming assignments, FBE access expiration, and course end date. AA-4
-
Jansen Kantor authored
* wip * get * quality * change oauth2 to deprecated? * quality * remove duplicate enrollment check function * code review
-
Calen Pennington authored
-
Diana Huang authored
-
Manjinder Singh authored
* Added new auth class - Created new class called OAuth2AuthenticationAllowInactiveUser, which replaces old class with same name - Renames previous OAuth2AuthenticationAllowInactiveUser to OAuth2AuthenticationAllowInactiveUserDeprecated - Replaced all imports of OAuth2AuthenticationAllowInactiveUser to call deprecated class instead - testing new class in discussion(added flag based on django setting)
-
Calen Pennington authored
-
iamsobanjaved authored
-
- Feb 05, 2020
-
-
Diana Huang authored
-
- Feb 04, 2020
-
-
atesker authored
interim commit clean up Initial unit tests and pylint pylint cleanup Unit tests extended and passing. Pylint WIP - fix Unit tests extended and passing. Pylint Updated logic to validate before commit. CR pass1 CR pass1, pep8 pep8 2 interim cr interim cr2 refactor to using DictReader removed uneeded mixin pr comments encoding fix and return value Cache teams/membershipos ncr cr aed
-
- Feb 03, 2020
-
-
Calen Pennington authored
-
Michael Terry authored
Previously, we'd show three layers deep (section, subsection, and unit). But now we cut out unit and stop at subsection. AA-17
-
- Jan 31, 2020
-
-
Robert Raposa authored
Adds a course_ids api that can filter by user role, since the courses api could not perform well enough for this, and returned much more data than we need. Additionally, adds a LazyPageNumberPagination to provide more accurate counts in the pagination response when using LazySequence with the queryset. BOM-897
-
- Jan 30, 2020
-
-
Nathan Sprenkle authored
* Add ability for team-members to look up each other's anonymous user IDs for team assignments
-
Manjinder Singh authored
Currently, we are working on removing the rest_framework_auth library from edx-platform. For this push, we need to remove the oauth2Authentication class. This PR creates a new class oauth2AuthenticationDeprecated that adds additional new relic metrics. The metrics would allow us to see how often this class is used and its success rate. The hope is that this information will help us with transitioning to a different authentication class.
-
Aarif authored
Old style mixin compatibility with django2.2
-
uzairr authored
PROD-1142
-
- Jan 29, 2020
-
-
Feanil Patel authored
BOM-1228 The api is already not very performant and trying to limit it to only show courses where you are staff causes the code to iterate over almost all the courses and times out before it returns any results to the user. The plan is to build a different api for the thing we need that will just provide the course IDs for courses where you are staff and sholud be much faster.
-
Alex Dusenbery authored
-
Adam Butterworth authored
document.referrer may include a trailing slash or path which is now handled by the new condition
-
Adam Butterworth authored
TNL-7044
-
Waheed Ahmed authored
Do not return certificates if there is no active certificate configuration. PROD-1200
-
Nicholas D'Alfonso authored
- make the font size of the description in the date widget the same as the title.
-
syedimranhassan authored
-
- Jan 28, 2020
-
-
Adam Butterworth authored
[TNL-7043] If vertical block content is in an iframe in the learning microfrontend app, add a base tag in the head (of the iframe document) to force links to navigate the parent window.
-
julianajlk authored
REV-1092
-
Dave St.Germain authored
-
Robert Raposa authored
Add newrelic metrics and trace details to determine performance issue in CourseListView. BOM-897
-
Waheed Ahmed authored
Stop showing certificate information on profile page if there is no active certificate configuration. PROD-1200
-
Calen Pennington authored
-
Awais Jibran authored
-