Skip to content
Snippets Groups Projects
  1. Oct 30, 2014
  2. Oct 29, 2014
  3. Oct 24, 2014
  4. Oct 21, 2014
    • asadiqbal08's avatar
      WL-98 · 1035d67a
      asadiqbal08 authored
      fix typo and add more security on API
      
      fix some bugs and typos
      
      address PR feedback
      
      be sure to send emails when accounts already exist
      
      PR feedback
      
      fix multiple uploads
      
      pep8 fixes
      
      pep8 fix
      
      pylint fixes
      
      fix url mapping
      
      WL-98
      - Complete code coverage
      - Update code for error and warning messages.
      - improve code as per some suggestions
      
      updated the UI of the auto_enroll feature
      
      fixed the errors
      
      PR feedback
      
      add test
      
      add back file filtering
      
      add some more error handling of input
      
      remove unneeded coffeescript code
      
      pylint fixes
      
      add pep8 space
      
      WL-98
      - Updated and added test cases.
      - Updated membership coffee file for errors display handling.
      - fixed minor text issues.
      
      allow for blank lines and add a test
      
      add blank line (pep8)
      1035d67a
  5. Oct 17, 2014
  6. Oct 14, 2014
  7. Oct 08, 2014
  8. Oct 07, 2014
    • Will Daly's avatar
      Add donation end-point · f8365a2d
      Will Daly authored
      Make donations configurable
      
      Added donation button to dashboard
      
      Generalize merchant defined data for payment processor
      f8365a2d
  9. Oct 01, 2014
  10. Sep 29, 2014
  11. Sep 25, 2014
  12. Sep 24, 2014
  13. Sep 23, 2014
    • David Ormsbee's avatar
      Basic Mobile API (v0.5) and Video Abstraction Layer integration. · 4f5d8b30
      David Ormsbee authored
      Note that the features in this release are opt-in, and course and video
      behavior will remain the same unless a course explicitly opts in.
      
      Major pieces of functionality with this commit:
      
      Allows the listing of a user's enrollments, course videos, and updates. In
      order to make a course available for mobile use, course staff must explicitly
      set the Course Advanced Setting "Mobile Course Available" to true. Course staff
      will always see their own courses through the Mobile API regardless of this
      setting, but students will only be allowed to see a course through the Mobile
      API if this setting is set to "true". By default, a Course will *not* be
      available for mobile use.
      
      This is a Django app for video resource management. It is completely optional,
      and is intended to allow video and operations teams to create new encodings of
      videos (e.g. low res for mobile) and change CDNs without having to edit course
      data directly. Course teams can now use a "EdX Video ID" setting for Videos,
      which will leverage VAL. Video units that do not fill in an "EdX Video ID" will
      behave exactly as they always have.
      
      * The Mobile API is enabled with the ENABLE_MOBILE_REST_API feature flag.
      * VAL is enabled with the ENABLE_VIDEO_ABSTRACTION_LAYER_API feature flag.
      * VAL and the Mobile API both require ENABLE_OAUTH2_PROVIDER).
      * The Mobile API is a read-only API, but VAL requires database migrations.
      * Applications that make use of either the Mobile API or VAL must be registered
        with the OAuth2 provider app in Django Admin.
      4f5d8b30
  14. Sep 22, 2014
  15. Sep 18, 2014
  16. Sep 17, 2014
  17. Sep 16, 2014
  18. Sep 12, 2014
  19. Sep 10, 2014
  20. Sep 09, 2014
  21. Sep 08, 2014
  22. Sep 02, 2014
  23. Aug 29, 2014
  24. Aug 25, 2014
    • Stephen Sanchez's avatar
      Updating the footer for edx.org and open edx. · 9ee15bf0
      Stephen Sanchez authored
      Move the open edx logo inside the div
      
      Adding a bunch of placeholder views.
      
      indenting.
      
      Making some styles work against LMS sass.
      
      Adding back the old edx footer and associated icons, with a feature flag.
      9ee15bf0
  25. Aug 22, 2014
  26. Aug 20, 2014
Loading