1. 09 May, 2016 2 commits
  2. 06 May, 2016 2 commits
  3. 04 May, 2016 1 commit
  4. 30 Mar, 2016 1 commit
  5. 29 Mar, 2016 1 commit
  6. 22 Mar, 2016 1 commit
  7. 17 Mar, 2016 1 commit
  8. 08 Mar, 2016 1 commit
  9. 11 Feb, 2016 1 commit
  10. 04 Dec, 2015 1 commit
  11. 25 Nov, 2015 2 commits
  12. 10 Nov, 2015 1 commit
  13. 30 Oct, 2015 1 commit
  14. 29 Oct, 2015 1 commit
  15. 25 Oct, 2015 1 commit
    • Updated CreditCourse update endpoint · 98a39b92
      The update (PUT) endpoint now supports creating new CreditCourse objects in addition to updating existing ones. This functionality greatly simplifies the logic needed by consumers (e.g. the Course Administration Tool) to create or update CreditCourse objects.
      
      ECOM-2524
      Clinton Blackburn committed
  16. 21 Oct, 2015 1 commit
  17. 15 Oct, 2015 1 commit
  18. 06 Oct, 2015 1 commit
  19. 05 Oct, 2015 2 commits
    • Limited grades to seven characters · 775ca26c
      ECOM-2433
      Clinton Blackburn committed
    • Multiple credit fixes · 0dba8436
      - Added support for Unicode characters when creating the signature
      - Using <textarea> for form data to support newline characters
      - Generating form with jQuery instead of relying on existing DOM element
      - Removed duplicated credit request code
      - Corrected spaing on dashboard
      - Enabled functionality by default
      
      Dashboard cleanup
      -- Cleaned styles
      -- Added wrapper class to use for hiding the actions
      -- Cleaned JS toggling of error container
      -- Corrected dashboard and receipt text
      
      ECOM-2172
      Clinton Blackburn committed
  20. 01 Oct, 2015 1 commit
  21. 28 Sep, 2015 2 commits
  22. 25 Sep, 2015 1 commit
    • Upgrade djangorestframework to v3.1 · 8555630d
      * Upgrade edx-submissions
      * Upgrade edx-ora2
      * Upgrade edx-val
      * Upgrade edx-proctoring
      * Update all edx-platform code that depends on DRF, including:
        - auth_exchange
        - cors_csrf
        - embargo
        - enrollment
        - util
        - commerce
        - course_structure
        - discussion_api
        - mobile_api
        - notifier_api
        - teams
        - credit
        - profile_images
        - user_api
        - lib/api (OAuth2 and pagination)
      Will Daly committed
  23. 17 Sep, 2015 1 commit
    • Treating final grade as string · 99c410dc
      Floating point values should be treated as strings to ensure values such as 1.0 are not converted to 1. Such conversion invalidates the signature generated for the credit request. Additionally, JSON has no concept of a floating point datatype.
      
      ECOM-2172
      Clinton Blackburn committed
  24. 08 Sep, 2015 1 commit
  25. 01 Sep, 2015 1 commit
  26. 31 Aug, 2015 1 commit
  27. 22 Aug, 2015 1 commit
  28. 20 Aug, 2015 2 commits
    • Update credit services to gracefully handle operations on a course which is… · 9310c82f
      Update credit services to gracefully handle operations on a course which is actually not credit enabled
      Chris Dodge committed
    • In-course reverification access control · ec28a75f
      * Automatically create user partitions on course publish for each ICRV checkpoint.
      * Disable partitions for ICRV checkpoints that have been deleted.
      * Skip partitions that have been disabled when checking access.
      * Add verification access control UI to visibility settings.
      * Add verification access control UI to sequential and vertical settings.
      * Add partition scheme for verification partition groups.
      * Cache information used by verification partition scheme and invalidate the cache on update.
      * Add location parameter to UserPartition so the partition scheme can find the associated checkpoint.
      * Refactor GroupConfiguration to allow multiple user partitions.
      * Add special messaging to ICRV for students in the honor track.
      
      Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
      zubair-arbi committed
  29. 18 Aug, 2015 1 commit
  30. 13 Aug, 2015 1 commit
  31. 11 Aug, 2015 1 commit
  32. 28 Jul, 2015 2 commits
  33. 27 Jul, 2015 1 commit