- Dec 30, 2019
-
-
Feanil Patel authored
This will remove imports from __future__ that are no longer needed. https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
-
- Nov 21, 2019
-
-
Alan Zarembok authored
-
- Sep 17, 2019
-
-
Ned Batchelder authored
API docs are now always available, no more toggle to enable them.
-
- Sep 12, 2019
-
-
Feanil Patel authored
We are currently running this plugin from a has directly off of master to get support for a newer version of DJDT. However even on master there is not yet support for python 3. We're running into this when running runserver and when collecting static assets. A quick survey of the development team at edX shows that people are no longer actively using this debug panel.(14 responders all saying no to the question "In the last year have you used the mongo portion of the django-debug-toolbar in edx-platform?") This makes sense since the module store and courseware related developement is not very active right now. Given all this, I'm removing this toolbar for now and if we need it again we can survey what's available at that time to choose the best tool.
-
- Aug 30, 2019
-
-
Braden MacDonald authored
https://github.com/edx/edx-platform/pull/20645 This introduces: * A new XBlock runtime that can read and write XBlocks that are persisted using Blockstore instead of Modulestore. The new runtime is currently isolated so that it can be tested without risk to the current courseware/runtime. * Content Libraries v2, which store XBlocks in Blockstore not modulestore * An API Client for Blockstore * "Learning Context" plugin API. A learning context is a more abstract concept than a course; it's a collection of XBlocks that serves some learning purpose.
-
- Aug 06, 2019
-
-
Zachary Hancock authored
remove social auth users command
-
- Jul 11, 2019
-
-
Troy Sankey authored
-
- Jun 11, 2019
-
-
msingh authored
-
- May 07, 2019
-
-
Jeremy Bowman authored
-
- May 03, 2019
-
-
Nimisha Asthagiri authored
-
- May 02, 2019
-
-
Nimisha Asthagiri authored
-
- May 01, 2019
-
-
Nimisha Asthagiri authored
-
- Mar 21, 2019
-
-
Calen Pennington authored
-
- Feb 13, 2019
-
-
Matthew Piatetsky authored
-
Troy Sankey authored
Currently, the LMS logout endpoint should iframe in the logout pages of all the IDAs you were logged into. In short, this was made possible with DOP because keeping track of the logout URIs and leaving a trail of evidence in the user cookies was part of what we added in our fork of DOP. In the case of DOT, we don't have time or desire to fork DOT to mirror this behavior, so our stop-gap solution is to log out the user from a list of logout URIs in settings.
-
- Jan 08, 2019
-
-
Diana Huang authored
-
- Dec 18, 2018
-
-
Nimisha Asthagiri authored
-
- Dec 13, 2018
-
-
Michael Terry authored
This is a feature that has been deprecated and can be safely removed. DEPR-7
-
- Nov 07, 2018
-
-
Douglas Hall authored
-
- Nov 06, 2018
-
-
Douglas Hall authored
-
- Oct 10, 2018
-
-
Dillon Dumesnil authored
relied on the old configuration values and old way of validating passwords. Also improved registration page by always showing error messages rather than hiding them on leaving the field.
-
Dillon Dumesnil authored
the old validate password method and configuration values in favor of AUTH_PASSWORD_VALIDATORS, a list of validators to use to check a password. These include some that come straight from Django and some that were written according to Django's specifications. This work also included maintaining the current messaging as instruction text and passing along restrictions for the password field.
-
- Oct 02, 2018
-
-
Cory Lee authored
-
Robert Raposa authored
Use LOGIN_REDIRECT_WHITELIST to provide a whitelist of additional domains to which login will now redirect. ARCH-238
-
- Jul 30, 2018
-
-
Nimisha Asthagiri authored
-
- May 21, 2018
-
-
Omar Al-Ithawi authored
-
- May 10, 2018
-
-
Gabe Mulley authored
-
- May 08, 2018
-
-
Douglas Hall authored
-
Omar Al-Ithawi authored
-
- Apr 25, 2018
-
-
Jeff LaJoie authored
-
- Mar 26, 2018
-
-
Gavin Sidebottom authored
-
- Mar 08, 2018
-
-
Troy Sankey authored
This reverts commit a0224618. Reverts edx/edx-platform#17486
-
- Mar 07, 2018
-
-
Jeremy Bowman authored
-
- Jan 15, 2018
-
-
Nimisha Asthagiri authored
-
- Jan 11, 2018
-
-
Nimisha Asthagiri authored
-
- Nov 23, 2017
-
-
Matjaz Gregoric authored
The LMS and edx-enterprise currently communicate via REST APIs, even though they are all running within the same service. Currently API URLs are constructed using LMS_ROOT_URL, but that is problematic on some systems where the external LMS_ROOT_URL is not accessible from the private network, or routing internal requests via the external URL is not desireable. This patch introduces a new setting variable LMS_INTERNAL_ROOT_URL which defaults to the value of LMS_ROOT_URL for backwards compatibility. The LMS and edx-enterprise will use LMS_INTERNAL_ROOT_URL to construct API URLs instead of LMS_ROOT_URL.
-
- Nov 21, 2017
-
-
sandroroux authored
New management command for setting up a test environment. The command creates a ScheduleConfig and schedules if they don't exist (the schedule starts three days before the time the command is run). If a schedule already exists, the command updates the schedule's start time and upgrade deadline. The values set by the command will allow send_recurring_nudge to send three-day nudges.
-
- Oct 26, 2017
-
-
Eric Fischer authored
EDUCATOR-1448 Modifies paver webpack task to use production configuration in all non-devstack environments, and a development config in devstack.
-
- Oct 17, 2017
-
-
bmedx authored
-
- Oct 11, 2017
-
-
Jesse Shapiro authored
-