- 15 Feb, 2018 1 commit
-
-
muhammad-ammar committed
-
- 13 Aug, 2017 1 commit
-
-
Support unicode and str for both python 2 and python 3
Ahmed Jazzar committed
-
- 19 Jul, 2017 1 commit
-
-
Alex Dusenbery committed
-
- 13 Jul, 2017 1 commit
-
-
Qubad786 committed
-
- 11 Jul, 2017 1 commit
-
-
Change expected DRF return string which changed in newer version. Default course_video to empty string instead of None.
John Eskew committed
-
- 19 May, 2017 1 commit
-
-
Mushtaq Ali committed
-
- 20 Nov, 2015 1 commit
-
-
TNL-3820
muhammad-ammar committed
-
- 06 Nov, 2015 1 commit
-
-
muhammad-ammar committed
-
- 21 Sep, 2015 2 commits
-
-
Muhammad Ammar committed
-
muhammad-ammar committed
-
- 16 Sep, 2015 1 commit
-
-
* Upgrade Django Rest Framework to version 3.1 * Add an external library for OAuth authentication (moved out of DRF core) * Add a test case for updating course IDs associated with a video. * Point to fork of oauth2 lib
Will Daly committed
-
- 31 Mar, 2015 1 commit
-
-
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
-
- 26 Feb, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 30 Jan, 2015 1 commit
-
-
Greg Price committed
-
- 18 Sep, 2014 1 commit
-
-
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
-
- 17 Sep, 2014 1 commit
-
-
Using an older version of migrations to match edx-platform.
David Ormsbee committed
-
- 16 Sep, 2014 1 commit
-
-
Dave St.Germain committed
-
- 03 Sep, 2014 1 commit
-
-
Dave St.Germain committed
-
- 13 Aug, 2014 1 commit
-
-
Added setup.py and manifest.ini, adjusted requirements, and removed admin. Other notes: -djangorestframework>=2.5.14
christopher lee committed
-
- 04 Aug, 2014 2 commits
-
-
Initial part of the upload portion of the API. Video Models can be uploaded via POST as a list of dictionaries. Matching entries will be updated and new entries will be created. Errors are returned in a list of tuples with the message and input. Single entries can be returned by edx_video_id via GET. Other notes: -Django Rest Framework upgraded for APIView 2.3.5->2.3.14 -Field "client_title" -> "client_video_id" in the Video Model
christopher lee committed -
Created models for Video, EncodedVideo, and Profile. Added function to return a serialized video object, with it's associated EncodedVideo objects. Other Notes: -Added djangorestframework==2.3.5 -Added Travis -Added mock==1.0.1 -Added django-nose==1.2 -Added coverage==3.7.1
christopher lee committed
-