- 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 11 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 -
Changed name of model CourseVideos -> CourseVideo.
David Ormsbee committed -
Django model names should be singular.
David Ormsbee committed -
URL change: /video -> /videos, added /admin
David Ormsbee committed
-
- 17 Sep, 2014 3 commits
-
-
Changed the resource URLs to be plural for consistency with other services in edx-platform. Added /admin for standalone running with "manage.py runserver". Instead of using edxval.urls directly, runserver now uses a top level urls.py that includes edxval.urls as well as the debug toolbar and admin.
David Ormsbee committed -
Switch to using migrations.
David Ormsbee committed -
Using an older version of migrations to match edx-platform.
David Ormsbee committed
-
- 16 Sep, 2014 3 commits
-
-
Support youtube encoded videos by using a different Profile.
Dave St.Germain committed -
Dave St.Germain committed
-
Dave St.Germain committed
-