- Apr 22, 2019
-
-
Michael Youngstrom authored
-
- Jan 08, 2019
-
-
Guruprasad Lakshmi Narayanan authored
This data can be used by external frontends or other apps. The list of course enrollments can optionally be filtered by course id or usernames.
-
- May 30, 2017
-
-
Andy Armstrong authored
-
- Jan 05, 2017
-
-
Anthony Mangano authored
ECOM-5936
-
- May 12, 2016
-
-
Matt Drayer authored
* mattdrayer: Add bulk checkout link to course views * asadiqbal08: MAYN-225 replace the "Verify Now" button by the "Go to Dashboard" button in case of themed sites. * mattdrayer: Add bulk_sku check in courseware.views
-
- May 11, 2016
-
-
Matt Drayer authored
* mattdrayer: Add bulk checkout link to course views * asadiqbal08: MAYN-225 replace the "Verify Now" button by the "Go to Dashboard" button in case of themed sites. * mattdrayer: Add bulk_sku check in courseware.views
-
- Oct 21, 2015
-
-
Ned Batchelder authored
Also remove useless docstrings where they were added to keep pylint quiet.
-
- Sep 28, 2015
-
-
Ben Patterson authored
-
Will Daly authored
* 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)
-
- Sep 25, 2015
-
-
Will Daly authored
* 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)
-
- Aug 03, 2015
-
-
Ned Batchelder authored
-
- Jul 30, 2015
-
-
Renzo Lucioni authored
Facilitates revocation of enrollments in expired modes. XCOM-490.
-
- Jul 20, 2015
-
-
Renzo Lucioni authored
Sets the Enrollment API free of the modulestore by replacing modulestore queries with calls to the CourseOverview model. Course deletion invalidates the corresponding CourseOverview. XCOM-462.
-
- Jun 09, 2015
-
-
Nickersoft authored
- Adding ?include_expired=1 to course detail requests will now include expired course verifications
-
- May 01, 2015
-
-
Will Daly authored
Credit modes are hidden by default, since the user isn't allowed to select them on the track selection page. This commit exposes credit modes through the enrollment API so that consumers can see that a course has a credit track.
-
- Apr 21, 2015
-
-
Will Daly authored
-
- Apr 17, 2015
-
-
Jesse Zoldak authored
-
- Apr 15, 2015
-
-
Will Daly authored
-
- Apr 01, 2015
-
-
zubair-arbi authored
ECOM-1273
-
- Feb 27, 2015
-
-
Diana Huang authored
XCOM-94
-
- Dec 18, 2014
-
-
stephensanchez authored
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.
-
- Dec 01, 2014
-
-
Sarina Canelake authored
-
- Nov 17, 2014
-
-
stephensanchez authored
-
- Nov 12, 2014
-
-
Renzo Lucioni authored
Also fixes failing Python unit tests
-
- Oct 23, 2014
-
-
stephensanchez authored
Updating tests for views Last chunk of tests and pep8 cleanup Code Review cleanup. Additional CR comments Changing serialization of suggested prices.
-
- Oct 20, 2014
-
-
stephensanchez authored
Quick tweaks to the API Aggregating course modes data. Fixing the POST request endpoints.
-