- 06 Dec, 2017 1 commit
-
-
This change creates a new lms/cms endpoint which accepts unauthenticated requests to securely create zendesk tickets. This allows javascript code to create tickets without exposing ZENDESK_OAUTH_ACCESS_TOKEN EDUCATOR-1889
Eric Fischer committed
-
- 04 Dec, 2017 1 commit
-
-
Nimisha Asthagiri committed
-
- 01 Dec, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 30 Nov, 2017 1 commit
-
-
remove explicit middleware from resolver task Address Gabe's comment Add TODO to define middleware_classes in settings
Tyler Hallada committed
-
- 22 Nov, 2017 3 commits
-
-
bmedx committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
- 13 Nov, 2017 1 commit
-
-
Before this commit, XBlock static assets were extracted during the collectstatic process by iterating through all installed XBlock classes and creating a separate directory for each. However, some packages install many XBlocks that actually share the same static assets. The most notable example is problem_builder, though we also see this with schoolyourself and google_drive. This commit uses the parent module name to do package asset lookup, collapsing those cases down and eliminating duplicates. For a default install of edx-platform XBlocks, this reduces assets generated from 31M to 14M.
David Ormsbee committed
-
- 09 Nov, 2017 2 commits
-
-
Gabe Mulley committed
-
This method will retrieve the Course Run information from the Discovery service based on a Courses UUID. [LEARNER-3160]
Albert St. Aubin committed
-
- 08 Nov, 2017 1 commit
-
-
Move mimetype addition to common initialization.
John Eskew committed
-
- 06 Nov, 2017 1 commit
-
-
Anonymous users may now view units in the courseware. This access is limited to units that are not considered problems/graded (e.g. homework, exams).
Clinton Blackburn committed
-
- 03 Nov, 2017 1 commit
-
-
- Remove usage of django.urls.patterns - Change urls tuples to lists - Make all string view names callables
bmedx committed
-
- 30 Oct, 2017 1 commit
-
-
- Enables a method of deriving Django settings from other Django settings after all other Django settings are stable.
John Eskew committed
-
- 05 Oct, 2017 1 commit
-
-
John Eskew committed
-
- 03 Oct, 2017 1 commit
-
-
django.util.unittest was deprecated in django 1.7 and removed in 1.9. PLAT-1551
Troy Sankey committed
-
- 29 Sep, 2017 1 commit
-
-
McKenzie Welter committed
-
- 22 Sep, 2017 1 commit
-
-
LEARNER-2307
Harry Rein committed
-
- 21 Sep, 2017 1 commit
-
-
McKenzie Welter committed
-
- 15 Sep, 2017 1 commit
-
-
McKenzie Welter committed
-
- 06 Sep, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 05 Sep, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 23 Aug, 2017 1 commit
-
-
Hasnain committed
-
- 02 Aug, 2017 1 commit
-
-
In particular, implement a validation API for registration, where a client makes AJAX calls to the endpoints requesting validation decisions on each input. Responses are strings dependent on the type of validation error; if no error, then empty string to indicate OK.
Uman Shahzad committed
-
- 18 Jul, 2017 1 commit
-
-
Sanford Student committed
-
- 14 Jul, 2017 2 commits
-
-
with a custom patch needed by edx-platform. Upgrade django-filter as well to v1.0.4 Import DjangoFilterBackend from the correct module - django_filter. Add django-filter to INSTALLED_APPS.
John Eskew committed -
Brandon DeRosier committed
-
- 11 Jul, 2017 2 commits
-
-
It accounts for a large chunk of our splunk logs and is often repetitive. See forums connections which on a sandbox do: ``` Starting new HTTP connection (1): localhost ``` and ``` comment_client_request_log: request_id=06ac65d3-61b9-4882-9edb-c6b65709318a, method=get, url=http://localhost:18080/api/v1/users/5, duration=0.0101051330566 ``` Add this for any other IDA call.
Kevin Falcone committed -
EDUCATOR-565 | Add POLICY_CHANGE_GRADES_ROUTING_KEY, fix errors in compute_all_grades_for_course circuitry.
Alex Dusenbery committed
-
- 07 Jul, 2017 1 commit
-
-
In production environments, the DiscussionXBlock was generating CSS and JS asset URLs that pointed to the unminified versions of those bundled assets. Due to our nginx rules, this would cause the assets to be served without the long expiration times, forcing the user's browser to constantly refetch these assets while browsing a course. [PERF-431]
David Ormsbee committed
-
- 21 Jun, 2017 1 commit
-
-
Learner-1111
Afzal Wali committed
-
- 20 Jun, 2017 1 commit
-
-
The internal_api_url field has been deprecated. All usages have been updated with calls to the method get_internal_api_url(). LEARNER-1111
Clinton Blackburn committed
-
- 01 Jun, 2017 1 commit
-
-
Robert Raposa committed
-
- 30 May, 2017 2 commits
-
-
Andy Armstrong committed
-
This reverts commit f97f0525, reversing changes made to 800bcd8e.
John Eskew committed
-
- 25 May, 2017 3 commits
-
-
John Eskew committed
-
John Eskew committed
-
John Eskew committed
-
- 05 May, 2017 1 commit
-
-
Also add it to the course home page.
Diana Huang committed
-
- 27 Apr, 2017 1 commit
-
-
Ned Batchelder committed
-