- 22 Nov, 2017 1 commit
-
-
Ned Batchelder committed
-
- 12 Jun, 2017 1 commit
-
-
Andy Armstrong committed
-
- 24 Apr, 2017 1 commit
-
-
Qubad786 committed
-
- 06 Mar, 2017 1 commit
-
-
Introduces a mgmt. command that retrieves course runs from catalog service in order to update marketing urls for the courses found in course metadata cache (i.e. CourseOverview). This also provides an updated utility to retrieve course sharing url.
Qubad786 committed
-
- 23 Jan, 2017 1 commit
-
-
christopher lee committed
-
- 21 Dec, 2016 3 commits
-
-
This reverts commit bde0f7b2, reversing changes made to 71693c3a.
Calen Pennington committed -
This reverts commit f7a0c1d9, reversing changes made to dec4034b.
Calen Pennington committed -
wajeeha-khalid committed
-
- 15 Dec, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 29 Jul, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 18 Feb, 2016 2 commits
-
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 10 Dec, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 07 Dec, 2015 1 commit
-
-
MA-1767
Nimisha Asthagiri committed
-
- 25 Nov, 2015 2 commits
-
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 21 Oct, 2015 1 commit
-
-
Also remove useless docstrings where they were added to keep pylint quiet.
Ned Batchelder committed
-
- 09 Oct, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 28 Sep, 2015 2 commits
-
-
Ben Patterson committed
-
* 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
-
- 25 Sep, 2015 1 commit
-
-
* 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
-
- 22 Jul, 2015 1 commit
-
-
Fields are start_type, start_display, and courseware_access.
tlindaliu committed
-
- 13 Jul, 2015 1 commit
-
-
Sarina Canelake committed
-
- 22 Jun, 2015 1 commit
-
-
Kyle McCormick committed
-
- 27 May, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 18 Apr, 2015 1 commit
-
-
Update Mobile API to include channel_id for course.
Nimisha Asthagiri committed
-
- 14 Mar, 2015 1 commit
-
-
stv committed
-
- 13 Mar, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 12 Mar, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 01 Dec, 2014 1 commit
-
-
Sarina Canelake committed
-
- 30 Oct, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 29 Sep, 2014 1 commit
-
-
Dave St.Germain committed
-
- 23 Sep, 2014 1 commit
-
-
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.
David Ormsbee committed
-