- Dec 12, 2019
-
-
Matt Tuchfarber authored
The mako engine isn't able to find themed templates in devstack because the path it checks is set before we enable comprehensive theming. This Adds a settings section to comment out if you want to enable theming in devstack.
-
- Dec 11, 2019
-
-
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
-
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
-
Albert (AJ) St. Aubin authored
Upgrade edx-enterprise
-
Alex Wang authored
Students can't create team in an instructor-managed topic
-
Albert (AJ) St. Aubin authored
-
Diana Huang authored
Move account_settings into user_api.
-
Alex Dusenbery authored
-
Diana Huang authored
-
David Ormsbee authored
Add ENABLE_COURSEWARE_SEARCH_FOR_COURSE_STAFF flag
-
AsadAzam authored
log exception for further context
-
DawoudSheraz authored
-
- Dec 05, 2019
-
-
Feanil Patel authored
We use pickling in conjunction with caches in these cases so we should be able to fallback to the uncached behavior if the pickled data is corrupt in some way. eg. it's a python 2 pickle we don't know how to read.
-
Feanil Patel authored
When going between python 2 and python 3.5 we can get pickeld course structires that are incompatible no matter what we do do to the bug linked in the comment. In this case, handle the error and delete the corrupt data from the cache. Making this fairly generic because if we have any bad data in cache we don't want it to blow up the whole process. Just delete the bad data and try again.
-
Robert Raposa authored
ARCH-1253: return json for third party auth failure
-