- 02 Jun, 2016 2 commits
-
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
- 19 Jan, 2016 1 commit
-
-
Ehtesham committed
-
- 19 Nov, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 13 Nov, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 09 Nov, 2015 1 commit
-
-
Added missing unit tests.
christopher lee committed
-
- 05 Nov, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 22 Oct, 2015 2 commits
-
-
wajeeha-khalid committed
-
wajeeha-khalid committed
-
- 29 Sep, 2015 1 commit
-
-
Ned Batchelder 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 Sep, 2015 1 commit
-
-
refactor community_ta and staff in docstrings
wajeeha-khalid committed
-
- 14 Sep, 2015 1 commit
-
-
MA-1182 - added test for not enrolled in course, removed commented out nose test code, formatted import statements according to edx standards
wajeeha-khalid committed
-
- 10 Sep, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 12 Aug, 2015 1 commit
-
-
Currently when GETting comments, the thread of the comment will be marked as read. This change makes this effect optional as well as setting the default to not mark the thread as read.
christopher lee committed
-
- 28 Jul, 2015 1 commit
-
-
Discussion API for thread sorting now takes the sort_by parameter for the sort key such as by comment_count or vote_count. Also takes the sort_direction parameter for sorting the thread results.
christopher lee committed
-
- 23 Jul, 2015 1 commit
-
-
Discusion API now takes a view parameter when getting a thread list. This view parameter only takes "unread" or "unanswered" as possible values.
christopher lee committed
-
- 23 Jun, 2015 1 commit
-
-
This implements the "following" value for the "view" query parameter on the thread list endpoint.
Greg Price committed
-
- 19 Jun, 2015 1 commit
-
-
This will allow clients to determine what actions (e.g. following, endorsing, and editing content) a user can take on a piece of content.
Greg Price committed
-
- 17 Jun, 2015 1 commit
-
-
The thread list endpoint now accepts the text_search parameter and also includes a text_search_rewrite field in its responses.
Greg Price committed
-
- 16 Jun, 2015 1 commit
-
-
This endpoint returns course metadata relating to discussions as a starting point for clients.
Greg Price committed
-
- 11 Jun, 2015 2 commits
-
-
christopher lee committed
-
This is done via PATCH on a comment instance endpoint.
Greg Price committed
-
- 08 Jun, 2015 1 commit
-
-
christopher lee committed
-
- 04 Jun, 2015 1 commit
-
-
This is done via PATCH on a thread instance endpoint.
Greg Price committed
-
- 03 Jun, 2015 1 commit
-
-
Also added thread_list_url field.
christopher lee committed
-
- 29 May, 2015 1 commit
-
-
Greg Price committed
-
- 27 May, 2015 1 commit
-
-
This allows authors to follow the thread immediately upon creation.
Greg Price committed
-
- 26 May, 2015 1 commit
-
-
Also, fix the field-specific error format for all API endpoints. This requires cs_comments_service commit fdf017c918.
Greg Price committed
-
- 21 May, 2015 1 commit
-
-
Greg Price committed
-
- 20 May, 2015 1 commit
-
-
Greg Price committed
-
- 18 May, 2015 1 commit
-
-
The checks are now within the Python API instead of the DRF view. This will be necessary for certain operations (like fetching/editing threads) because the relevant course cannot be known until the thread is fetched from the comments service. This commit updates the existing endpoints to fit that pattern.
Greg Price committed
-
- 11 May, 2015 1 commit
-
-
Greg Price committed
-
- 05 May, 2015 1 commit
-
-
This is an initial implementation that only allows retrieval of all threads for a course and only returns an easily computed subset of the fields that are needed, in order to keep this change from getting too large. JIRA: MA-641
Greg Price committed
-
- 30 Apr, 2015 1 commit
-
-
This is the first stage of the new Discussion API. JIRA: MA-604
Greg Price committed
-