1. 05 Aug, 2016 1 commit
  2. 21 Jun, 2016 1 commit
  3. 22 Apr, 2016 1 commit
  4. 20 Jul, 2015 1 commit
  5. 15 Jul, 2015 1 commit
  6. 13 Jul, 2015 1 commit
  7. 15 Jun, 2015 1 commit
  8. 27 Apr, 2015 1 commit
  9. 25 Mar, 2015 1 commit
    • Login/Registration page can skip track selection. · 735b4009
      Add querystring param "course_mode" to the login/registration
      page so the user can skip track selection.
      
      This supports upcoming changes to the course details page
      that allow the user to choose the track when clicking
      "enroll", which will replace the functionality of the track
      selection page.
      Will Daly committed
  10. 13 Mar, 2015 1 commit
  11. 10 Feb, 2015 1 commit
    • Country Access: block enrollment · e609f982
      Block users from enrolling in a course if the user
      is blocked by country access rules.
      
      1) Enrollment via the login/registration page.
      2) Enrollment from the marketing iframe (via student.views.change_enrollment)
      3) Enrollment using 100% redeem codes.
      4) Enrollment via upgrade.
      
      This does NOT cover enrollment through third party authentication,
      which is sufficiently complex to deserve its own commit.
      Will Daly committed
  12. 18 Dec, 2014 1 commit
    • Updating the design of the DRF views for enrollments. · 22a18e35
      Consolidate PUT and POST on the RESTful Layer.
      
      Change URLs for API
      
      Test cleanup.
      
      Adding a course details URL to the enrollment API.
      
      Change student to user
      
      Change to v1, remove feature flag from API URLs
      
      Updating student to user in tests
      
      Re-ordering redirect urls to be evaluated last.
      
      Adding pagination and testing.
      
      Adding Django REST settings for pagination.
      
      Revert "Re-ordering redirect urls to be evaluated last."
      
      This reverts commit 4c9502daa383e49b46f8abec5456c271e5e24ccb.
      
      Re-ordering redirect urls to be evaluated last.
      
      Conflicts:
      	common/djangoapps/enrollment/urls.py
      
      Revert "Adding Django REST settings for pagination."
      
      This reverts commit 9f8a54c41f34caa24818c88f1e75ac59f6ce5259.
      
      Conflicts:
      	common/djangoapps/enrollment/urls.py
      
      Revert "Adding pagination and testing."
      
      This reverts commit 0b2d46262abb78f5ad170700205e7fd28b6af942.
      
      Additional testing, logging, and error messages.
      stephensanchez committed
  13. 07 Nov, 2014 1 commit