- 22 Nov, 2017 1 commit
-
-
Ned Batchelder committed
-
- 25 Oct, 2017 1 commit
-
-
John Eskew committed
-
- 12 Sep, 2017 1 commit
-
-
when serving course export tarball.
Jillian Vogel committed
-
- 08 Sep, 2017 1 commit
-
-
Noraiz Anwar committed
-
- 31 Aug, 2017 1 commit
-
-
attiyaishaque committed
-
- 28 Jun, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 30 May, 2017 1 commit
-
-
Andy Armstrong committed
-
- 13 Mar, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 22 Feb, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 31 Jan, 2017 1 commit
-
-
Jesse Zoldak committed
-
- 30 Jan, 2017 1 commit
-
-
Jeremy Bowman committed
-
- 18 Apr, 2016 1 commit
-
-
attiyaishaque committed
-
- 22 Feb, 2016 1 commit
-
-
request.POST to eliminate Django deprecation messages.
John Eskew committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 02 Nov, 2015 1 commit
-
-
asadiqbal committed
-
- 24 Oct, 2015 1 commit
-
-
Ben Patterson committed
-
- 24 Sep, 2015 2 commits
-
-
Brandon DeRosier committed
-
This reverts commit 2bfbda3c.
Brandon DeRosier committed
-
- 27 Aug, 2015 1 commit
-
-
The old line: from path import path produced pylint errors because of the baroque way that path.py defined "path". We tried to get them to change how they defined it, but they deleted the name instead: https://github.com/jaraco/path.py/issues/102 (Jason then changed his mind, but this is a better way to use path.py, it avoids the pylint error at least.)
Ned Batchelder committed
-
- 08 Jul, 2015 1 commit
-
-
This reverts commit c94abd27.
Brandon DeRosier committed
-
- 07 Jul, 2015 1 commit
-
-
This reverts commit c94abd27.
Brandon DeRosier committed
-
- 02 Jul, 2015 1 commit
-
-
This is a public, versioned, RESTful API for importing and exporting full course content. The code was initially ripped from the existing import/export API in the CMS contentstore djangoapp and wrapped in Django Rest Framework view classes. It's a new djangoapp in the openedx directory which is largely an abstraction off the CMS Import/Export views. This PR includes configuration changes. Most notably, Studio is configured to serve the OAuth2 provider alongside the LMS. This is the initial thread on the code list: https://groups.google.com/forum/#!msg/edx-code/DmnHWmly25A/ZqjD1zb4o7oJ And this thread contains another description of the changes: https://groups.google.com/d/msg/edx-code/6dP9SEKsmqQ/Pvyn8fBDx68J There are a numerous non-covered lines, all of which are missing coverage in the CMS API this was ported from. They're mostly error conditions, such as handling of multipart file upload errors.
Brandon DeRosier committed
-
- 06 Jun, 2015 1 commit
-
-
Sarina Canelake committed
-
- 03 Jun, 2015 1 commit
-
-
Adam Palay committed
-
- 23 Mar, 2015 1 commit
-
-
This makes these files importable, and puts them into the new best guess as to where files should live.
Ned Batchelder committed
-
- 12 Mar, 2015 1 commit
-
-
Jonathan Piacenti committed
-
- 10 Mar, 2015 1 commit
-
-
Jonathan Piacenti committed
-
- 03 Dec, 2014 2 commits
-
-
- has_course_access renamed to has_course_author_access for clarity - Changed doc string to clearly state that it determines whether or not a user has write access to a course
Brandon DeRosier committed -
Brandon DeRosier committed
-
- 01 Dec, 2014 1 commit
-
-
Sarina Canelake committed
-
- 20 Nov, 2014 1 commit
-
-
if import restores a deleted draft element which was never published PLAT_297
Don Mitchell committed
-
- 29 Sep, 2014 1 commit
-
-
PLAT-88
zubair-arbi committed
-
- 08 Sep, 2014 1 commit
-
-
STUD-2017
zubair-arbi committed
-
- 08 Aug, 2014 1 commit
-
-
Remove post-publish step.
Nimisha Asthagiri committed
-
- 07 Aug, 2014 1 commit
-
-
STUD-1754
Andy Armstrong committed
-
- 25 Jul, 2014 1 commit
-
-
do the import from wherever it unpacked. Avoids an exception where the top-level dir had a subdir of same name as one being moved, but also just makes it faster.
Don Mitchell committed
-
- 10 Jul, 2014 2 commits
-
-
Ned Batchelder committed
-
Abdallah committed
-
- 26 Jun, 2014 1 commit
-
-
Refactor get_parent_locations STUD-1663
Nimisha Asthagiri committed
-
- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-