1. 18 Sep, 2014 1 commit
  2. 17 Sep, 2014 3 commits
  3. 16 Sep, 2014 6 commits
  4. 15 Sep, 2014 2 commits
  5. 04 Sep, 2014 3 commits
  6. 03 Sep, 2014 1 commit
  7. 02 Sep, 2014 1 commit
  8. 27 Aug, 2014 2 commits
  9. 26 Aug, 2014 2 commits
  10. 21 Aug, 2014 4 commits
  11. 20 Aug, 2014 2 commits
  12. 13 Aug, 2014 2 commits
  13. 11 Aug, 2014 4 commits
  14. 06 Aug, 2014 2 commits
  15. 05 Aug, 2014 1 commit
  16. 04 Aug, 2014 3 commits
    • POST EncodedVideo set · 112da93f
      EncodedVideo part of the upload. Complete EncodedVideo dicts may
      now be uploaded. Rejects all EncodedVideos of a Video when there is
      an invalid EncodedVideo. Does not reject other Video when a differet
      Video is invalid. Currently, EncodedVideo cannot be updated, they can
      only be created.
      
      Other notes:
      -Added django-debug-toolbar==1.2.1
      -constants.py has been reorganized
      christopher lee committed
    • added POST/GET for video models · 7a910438
      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
    • Initialized django project for VAL · 2bb8cd01
      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
  17. 08 Jul, 2014 1 commit