- May 03, 2018
-
-
Douglas Hall authored
-
Michael Roytman authored
pass courseDetails to editImageModal
-
Ned Batchelder authored
Moved the ID used in the google-site-verification meta tag to settings
-
Farhanah Sheets authored
Add VNC info to platform testing docs
-
Alessandro Roux authored
EDUCATOR-2658: Adds retire_user to CreditRequest.
-
Stu Young authored
Reshard python unittests
-
Alex Dusenbery authored
-
afzaledx authored
Moved the ID string used in the google-site-verification meta tag to settings so that it can be overridden from site_configuration.
-
Stuart Young authored
-
McKenzie Welter authored
emit ga events for user entitlement session actions
-
Farhanah Sheets authored
-
Farhanah Sheets authored
Bump studio-frontend to v1.9.4 and fix bokchoy
-
McKenzie Welter authored
-
sandroroux authored
-
Alessandro Roux authored
EDUCATOR-2703: adds user retirement to OAuth2 tables
-
Ari Rizzitano authored
add base factory into textbooks factory
-
Farhanah Sheets authored
-
- May 02, 2018
-
-
sanfordstudent authored
EDUCATOR-2689: retire ManualEnrollmentAudit
-
Sanford Student authored
-
sandroroux authored
-
Michael Terry authored
React code (in jsx files) was not being extracted at all. Fixed this by updating to edx-i18n-tools 0.4.5. Also, template literals (feature of es2015) don't work well with gettext at all. So convert those instances to HtmlUtils or StringUtils interpolation calls. FEDX-505
-
Ari Rizzitano authored
-
Eric Fischer authored
Silence deprecation warnings
-
Alex Dusenbery authored
-
J Eskew authored
Upgrade Django to 1.11.13
-
Eric Fischer authored
-
sanfordstudent authored
EDUCATOR-2690 bugfix
-
John Eskew authored
-
Sanford Student authored
-
Jae Bradley authored
LEARNER 4717: Call Retirement API from Delete Button
-
jaebradley authored
-
- May 01, 2018
-
-
Robert Raposa authored
Reduce rate limit for enrollment api
-
David Ormsbee authored
Add simulate_publish management command.
-
christopher lee authored
LEARNER-5101: The current rate limit was adjusted to be very high for staff users to account for excessive calls from the ecommerce service. The ecommerce service has been updated to not make these calls. This commit intends to adjust the rate limit to it's original state before the excessive calls.
-
Eric Fischer authored
Stop doing pointless things
-
sanfordstudent authored
make password history retirable
-
Simon Chen authored
Create deletion method for the PendingNameChange model to comply with GDPR
-
Simon chen authored
-
David Ormsbee authored
Prior to this commit, any apps that update their data when courses are published had to create their own management commands for bootstrapping or error recovery (e.g. generate_course_overviews, generate_course_blocks). This is a management command to allow us to generically simulate a course_publish signal so that any async tasks that trigger actions off of that can do so without having to each write their own management commands. It has a few options to make it more ops friendly: * Can specify a set of courses, but defaults to all courses in the modulestore. * Can specify a set of listeners, so we can bootstrap a new app without rebuilding everything. * Can specify a delay between emitting signals so that we don't flood the queues and block author-initiated publishes from going through in a timely manner. * Dry-run mode for a simple preview of what the script will attempt.
-