- 31 Mar, 2015 2 commits
-
-
Add XML export and import API functions
Greg Price committed -
These will be used to support export/import of courses containing video modules that rely on VAL being populated. This does not allow updating a video (including adding encodings) via import. JIRA: MA-110
Greg Price committed
-
- 30 Mar, 2015 1 commit
-
-
Added missing test case for copy_course
Christopher Lee committed
-
- 27 Mar, 2015 2 commits
-
-
Remove Profile fields other than name
Greg Price committed -
None of the fields except profile_name is ever used at present (we don't even do any validation that the encoded videos added to VAL match the profile), and the edX media team prefers that the profiles be somewhat fungible anyway. The motivation for this change is to avoid the need to sync profile information between systems when doing export/import of video modules that use Video IDs. JIRA: MA-110
Greg Price committed
-
- 26 Mar, 2015 1 commit
-
-
christopher lee committed
-
- 23 Mar, 2015 2 commits
-
-
Clee/ma 77 auto course reruns
Christopher Lee committed -
get_video_info_for_course_and_profile only returned one profile. This has been changed to get_video_info_for_course_and_profiles where it now takes a list of profiles and then returns the profiles found.
christopher lee committed
-
- 19 Mar, 2015 1 commit
-
-
Takes the videos of an old course id and then adds the new course id to those videos.
christopher lee committed
-
- 16 Mar, 2015 2 commits
-
-
Update .travis.yml
Christopher Lee committed -
Christopher Lee committed
-
- 26 Feb, 2015 2 commits
-
-
Upgrade South to 1.0.1.
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
- 30 Jan, 2015 2 commits
-
-
Add sorting parameters to get_videos_for_ids
Greg Price committed -
Greg Price committed
-
- 18 Dec, 2014 2 commits
-
-
fixed get_url_for_profile
Christopher Lee committed -
christopher lee committed
-
- 19 Nov, 2014 2 commits
-
-
Support for studio-based Video Pipeline.
Nimisha Asthagiri committed -
-Organized tests for consistency and to increase coverage. Added more tests for get_video_for_ids, get_url_for_profile(s), and having a colon in edx_video_id. -Deleted unused test_models.py -Updated outdated readme note -Added missing documentation for some functions -Removed colon
christopher lee committed
-
- 17 Nov, 2014 1 commit
-
-
Allow "colon" in edx-video_ids. Added get_videos_for_ids method. Added status and created fields.
Nimisha Asthagiri committed
-
- 13 Nov, 2014 2 commits
-
-
pylinted known lint
Christopher Lee committed -
christopher lee committed
-
- 26 Sep, 2014 2 commits
-
-
Fixed youtube id lookup (no longer storing youtube urls in db)
Dave St.Germain committed -
Dave St.Germain committed
-
- 22 Sep, 2014 1 commit
-
-
David Ormsbee committed
-
- 19 Sep, 2014 7 commits
-
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
Lookup youtube videos by id
David Ormsbee committed
-
- 18 Sep, 2014 8 commits
-
-
Dave St.Germain committed
-
Dave St.Germain committed
-
Dave St.Germain committed
-
Dave St.Germain committed
-
Make the admin more usable.
David Ormsbee committed -
David Ormsbee committed
-
Authorization changes to tighten permissions and use OAuth2.
David Ormsbee committed -
1. Explicitly added OAuth2 and Session as the authentication types allowed. Django Rest Framework allows the use of defaults via settings, but this may have unwanted side-effects since there are others using DRF with different APIs that have different requirements. 2. Created a ReadRestrictedDjangoModelPermissions class that is a subclass of DjangoModelPermissions. DjangoModelPermissions only cares about edit/update/delete permissions and makes everything world readable by default, which is not desirable for this API. 3. Added the DRF login URLs for running this project locally. 4. Add edX fork of django-oauth2-provider to requirements.
David Ormsbee committed
-