- Apr 08, 2020
-
-
adeelehsan authored
PROD-1418
-
Zaman Afzal authored
-
- Apr 07, 2020
-
-
Waheed Ahmed authored
-
- Apr 06, 2020
-
-
Awais Jibran authored
1. Created a new celery queue with key `SOFTWARE_SECURE_VERIFICATION_ROUTING_KEY`. 2. Added a celery task with retry logic. 3. sorted imports with isort. 4. Changed deprecated `log.warn` => `log.warning`.
-
- Mar 25, 2020
-
-
Nicholas D'Alfonso authored
- create templates and methods to build/send calendar sync emails.
-
Calen Pennington authored
-
- Mar 24, 2020
-
-
Calen Pennington authored
-
Calen Pennington authored
-
- Mar 11, 2020
-
-
Alex Dusenbery authored
-
- Mar 10, 2020
-
-
Ayub-khan authored
-Upgrade edx-drf-extensions -settings-update
-
Awais Jibran authored
-
- Mar 06, 2020
-
-
David Ormsbee authored
Show a link the courseware MFE to course staff if the ENABLE_COURSEWARE_MICROFRONTEND feature is enabled and the REDIRECT_TO_COURSEWARE_MICROFRONTEND CourseWaffleFlag is active for that course. Previously only global staff could see this link. This commit also adds ENABLE_COURSEWARE_MICROFRONTEND to lms/envs/common.py and makes this value True by default on devstack, since that front end application should soon be part of devstack: https://github.com/edx/devstack/pull/484 Related to TNL-6982 and TNL-7045.
-
- Mar 04, 2020
-
-
Manjinder Singh authored
Part of removal of OpenID Connect
-
Calen Pennington authored
Schedules is a core part of the LMS, install it by default, rather than through the plugins mechanism
-
Manjinder Singh authored
* Removing all settings that have OIDC in name * Removing ENABLE_DOP_ADAPTER * changes JWT_ISSUER value in devstack
-
- Mar 02, 2020
-
-
Diana Huang authored
Remove DOP apps from INSTALLED_APPS. Remove DOP libraries from requirements.
-
- Feb 27, 2020
-
-
- Feb 26, 2020
-
-
Matt Tuchfarber authored
This is so it's user editable in the Account MFE.
-
- Feb 25, 2020
-
-
Diana Huang authored
-
Giovanni Cimolin da Silva authored
This commit adds a feature that allows overriding any marketing URL, either by configuration on lms.env.json or SiteConfiguration, regardless if a marketing website is set up. The links can be set by passing MKTG_URL_OVERRIDES to either `lms.env.json` or `SiteConfiguration`.
-
- Feb 21, 2020
-
-
Dillon Dumesnil authored
-
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>
-
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 19, 2020
-
-
Manjinder Singh authored
* Removing deprecated rest_framework_oauth library * removing dependecy of django-rest-framework-oauth * removing oauth_provider from cms
-
Diana Huang authored
-
Cory Lee authored
This key used to have underscores and was accidentally changed to not have underscores, setting it back to the old value
-
- Feb 18, 2020
-
-
Diana Huang authored
-
- Feb 14, 2020
-
-
Manjinder Singh authored
This reverts commit f0818544.
-
- Feb 13, 2020
-
-
Adeel Khan authored
This patch would disable Mobile Course Available UI field in studio's advanced settings based on DISABLE_MOBILE_COURSE_AVAILABLE flag.. PROD-1243
-
- Feb 11, 2020
-
-
Christie Rice authored
* MICROBA-149 Create user id tables * Move to openedx * Rename app in doc * Update PII tag * Update doc
-
adeelehsan authored
prod-1188
-
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
-
-
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)
-
- Feb 07, 2020
-
-
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
-
Calen Pennington authored
-
Diana Huang authored
-
- Feb 05, 2020
-
-
Diana Huang 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.
-
- Jan 21, 2020
-
-
Ned Batchelder authored
-