1. 20 Aug, 2015 1 commit
    • 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
  2. 17 Aug, 2015 2 commits
  3. 13 Aug, 2015 1 commit
  4. 11 Aug, 2015 1 commit
  5. 10 Aug, 2015 1 commit
  6. 07 Aug, 2015 1 commit
  7. 05 Aug, 2015 2 commits
  8. 03 Aug, 2015 2 commits
  9. 31 Jul, 2015 1 commit
  10. 30 Jul, 2015 1 commit
  11. 28 Jul, 2015 1 commit
  12. 24 Jul, 2015 1 commit
  13. 23 Jul, 2015 2 commits
  14. 22 Jul, 2015 2 commits
  15. 21 Jul, 2015 1 commit
  16. 20 Jul, 2015 1 commit
  17. 17 Jul, 2015 1 commit
  18. 16 Jul, 2015 1 commit
  19. 15 Jul, 2015 1 commit
  20. 14 Jul, 2015 3 commits
  21. 13 Jul, 2015 4 commits
  22. 09 Jul, 2015 1 commit
  23. 08 Jul, 2015 2 commits
  24. 07 Jul, 2015 1 commit
  25. 06 Jul, 2015 2 commits
  26. 02 Jul, 2015 2 commits
    • asadiqbal08/SOL-766: Add Facebook sharing to certificate view · 57d5de5d
      * updated the flags for social media sharing
      * added facebook feed ui to share public url
      * update the condition logic
      * update the code as per suggestion and added pick new style for share buttons
      * update the css class reference
      * update the bok-choy test
      * updated description and some text touch-ups
      * moved the JS related to facebook into separate location
      * js formatting
      * Add trailing comma per chrisndodge
      * Add wait to fix flaky test...maybe
      asadiqbal committed
    • edX Course/Library Import/Export API · c94abd27
      This is a public, versioned, RESTful API for importing and
      exporting full course content. The code was initially ripped from the
      existing import/export API in the CMS contentstore djangoapp and wrapped
      in Django Rest Framework view classes. It's a new djangoapp in
      the openedx directory which is largely an abstraction off the CMS
      Import/Export views.
      
      This PR includes configuration changes. Most notably, Studio is
      configured to serve the OAuth2 provider alongside the LMS.
      
      This is the initial thread on the code list:
      https://groups.google.com/forum/#!msg/edx-code/DmnHWmly25A/ZqjD1zb4o7oJ
      
      And this thread contains another description of the changes:
      https://groups.google.com/d/msg/edx-code/6dP9SEKsmqQ/Pvyn8fBDx68J
      
      There are a numerous non-covered lines, all of which are missing
      coverage in the CMS API this was ported from. They're mostly error
      conditions, such as handling of multipart file upload errors.
      Brandon DeRosier committed
  27. 30 Jun, 2015 1 commit