- Dec 13, 2019
-
-
edX requirements bot authored
-
Hasnain Naveed authored
ENT-1961 | Making the manual enrollment reason field optional via con…
-
- Dec 12, 2019
-
-
Calen Pennington authored
Archive WTW artifacts and send splunk files at the end of the WTW col…
-
Calen Pennington authored
-
Robert Raposa authored
ARCH-1253: logistration using login user - take 2
-
Robert Raposa authored
- use login_ajax (in place of login_session with shim) for logistration's call to login POST - add toggle for using login_ajax from logistration - FEATURES['ENABLE_LOGIN_POST_WITHOUT_SHIM'] - add custom metrics for redirect_url - update test for third-party auth error_code NOTE: The error_code `third-party-auth-with-no-linked-account` was introduced in JSON in this earlier PR: https://github.com/edx/edx-platform/pull/22452/files ARCH-1253
-
Zainab Amir authored
Microsoft social login is not working on edx mobile app. The issue is fixed in newer version of social-auth-app-django. PROD-718
-
Zainab Amir authored
Learners should not be able to view final grade before course end date.Suppress the grade achieved so far till course end date on dashboard. PROD-701
-
Waheed Ahmed authored
geoip2: update maxmind geolite country database
-
brianhw authored
Bump version of edxval to 1.1.33.
-
- Dec 11, 2019
-
-
Brian Wilson authored
DE-1824: step 2 of 4 in renaming 'exists' field in ThirdPartyTranscriptCredentialsState to 'has_creds' (v1.1.33)
-
edX Transifex Bot authored
-
Abdul Hannan authored
Custom management command for data migration in Schedule
-
hunytalk authored
-
adeel khan authored
Automate retry_failed_photo_verification mgt command
-
Nimisha Asthagiri authored
Account Activation cleanup
-
Nimisha Asthagiri authored
-
Nimisha Asthagiri authored
-
Nimisha Asthagiri authored
-
- Dec 10, 2019
-
-
David Ormsbee authored
Add last_login and date_joined to the student profile export
-
Diana Huang authored
Remove items from a different dictionary than the one we're iterating over.
-
Diana Huang authored
iterating over.
-
Matthew Piatetsky authored
[REV-954] get optimizely from cloudflare
-
hasnain.naveed authored
ENT-1961 | Making the manual enrollment reason field optional via configuration flag `ENABLE_MANUAL_ENROLLMENT_REASON_FIELD`.
-
Adeel Khan authored
This patch would enable a user to run management command via jenkins job. Verification ids are injected via a configuration model. PROD-1005
-
- Dec 09, 2019
-
-
David Ormsbee authored
Add api support to let users opt out of email updates
-
Robert Raposa authored
remove UPDATE_LOGIN_USER_ERROR_STATUS_CODE toggle
-
Feanil Patel authored
Python Requirements Update
-
Feanil Patel authored
Feanil/handle pickling failure
-
Feanil Patel authored
-
edX cache uploader bot authored
-
Taranjeet Singh authored
Scheduled emails show "unsubscribe" link if waffle switch `schedules.course_update_show_unsubscribe` is enabled, and settings.ACE_ENABLED_POLICIES respects `bulk_email_optout`. API endpoint allows GET/POST requests, which: * GET asks for confirmation of opt-out * POST accepts "unsubscribe" or "cancel", where "unsubscribe" creates the Optout entry, and "cancel" does nothing. Fixes flaky tests: * The resolvers handle users in "bins", which are groups that depend on the user ID. * The test user ID varies depending on the test order. * This change ensures that the bin requested matches the user for the test.
-
edX requirements bot authored
-
Syed Muhammad Dawoud Sheraz Ali authored
create CSM service
-
DawoudSheraz authored
-
- Dec 08, 2019
-
-
edX Transifex Bot authored
-
- Dec 06, 2019
-
-
Robert Raposa authored
The toggle UPDATE_LOGIN_USER_ERROR_STATUS_CODE was added to roll out a breaking change for `login_user` auth errors to return a 400 rather than a 200. This toggle was enabled in Production on 12/5/2019 with seemingly no adverse affects. ARCH-1253
-
Robert Raposa authored
fix flaky test_login unit test
-
Robert Raposa authored
ARCH-1253
-
Feanil Patel authored
-