- 14 Aug, 2015 1 commit
-
-
Carlos de la Guardia committed
-
- 13 Aug, 2015 8 commits
-
-
TNL-3062
Diana Huang committed -
Adds tests and functionality to support filtering the results returned from team_membership endpoint with optional course_id parameter. Will return 400 Bad Request in the event that the given course_id does not match up with the provided team_id (team.course_id does not match), or if the user is not enrolled in the course given. Documentation has been added to the relevant API page on the wiki: https://openedx.atlassian.net/wiki/display/TNL/Team+API
Eric Fischer committed -
TNL-3053
Usman Khalid committed -
TNL-1910
muhammad-ammar committed -
* added certificate template model * added certificate template asset model * added django admin configs and migration * initial LMS template matching logic * improved LMS template matching * improved LMS template matching and rendering logic * address Django admin form/model load order incongruence * add missing unique constraint migration.
Zia Fazal committed -
TNL-1909
muhammad-ammar committed -
TNL-1906
muzaffaryousaf committed -
Authors: - Peter Fogg - Daniel Friedman TNL-1953
Peter Fogg committed
-
- 12 Aug, 2015 5 commits
-
-
Andy Armstrong committed
-
TNL-2960 Non-privileged users can only be in one team, so don't allow them to create new teams if they are already members of another.
Andy Armstrong committed -
Create read-only serializer to handle User/UserProfile data together. Refactor GET accounts to use the new read-only joint serializer Fix tests to check for new expanded user info Update tests in teams/tests/test_views.py to test for both public and private profiles on expands user Update serializer to utilize the request object for creating absolute uris
Bill DeRusha committed -
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 -
* Add new role for support staff. * Move dashboard/support functionality into a new Django app called "support". * Add support view for searching and regenerating certificates. * Refactor certificates views into separate files.
Will Daly committed
-
- 11 Aug, 2015 9 commits
-
-
Diana Huang committed
-
This reverts commit f0d1772d.
Dennis Jen committed -
This reverts commit 4c1c4619.
Waheed Ahmed committed -
Sarina Canelake committed
-
(cherry picked from commit 558b93fdeaaf72d02e050808698b2015e123a01c)
Brandon DeRosier committed -
This reverts commit 42e78463.
Brandon DeRosier committed -
asadiqbal committed
-
TNL-1911
Usman Khalid committed -
The new masquerading code introduced in PR #8775 adds a new attribute to CourseMasquerade objects stored in the user's session. When users who have active masquerading configuration access instances with the new code, and AttributeError occurs when trying to access the attribute user_name. This fix ensures that CourseMasquerade objects receive all required attributes when they are unpickled from the session.
Sven Marnach committed
-
- 10 Aug, 2015 6 commits
-
-
Peter Fogg committed
-
Akiva Leffert committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
* asadiqbal08/SOL-1058: Add edx-organizations to certificate web view * Support organization logo asset management * Remove organization fields from Studio certificate configuration model * SOL-981 pull request feedback fixes
Matt Drayer committed
-
- 07 Aug, 2015 7 commits
-
-
This reverts commit 53db053c, reversing changes made to 386a8a27.
Peter Fogg committed -
This reverts commit d80e8364, reversing changes made to fb5506a6.
Peter Fogg committed -
Brandon DeRosier committed
-
Renzo Lucioni committed
-
This partially addresses TNL-1776
cahrens committed -
Peter Fogg committed
-
TNL-2945
cahrens committed
-
- 06 Aug, 2015 4 commits
-
-
cahrens committed
-
Peter Fogg committed
-
Bill DeRusha committed
-
Adds a read-only mode to the discussion module which disables any controls for updating the discussion (votes, follows, replies, etc). This mode is enabled for users who are not a member of the team, and are also not moderators, admins, or community TAs.
Peter Fogg committed
-