- 14 Aug, 2015 7 commits
-
-
TNL-3063
Diana Huang committed -
add more lti logging around oauth (TNL-2980)
Adam committed -
Integration of Proctoring into the LMS
chrisndodge committed -
Teams cards list spacing
frances botsford committed -
Also pass course_id when fetching memberships for user in team profile view.
Daniel Friedman committed -
fix various style regressions on eComm tab of Instructor dashboard
chrisndodge committed -
Remove invite link functionality from teams.
Christina Roberts committed
-
- 13 Aug, 2015 22 commits
-
-
TNL-2962 Add course_id filtering to team_membership API endpoint
Eric Fischer committed -
Chris Dodge committed
-
TNL-3062
Diana Huang committed -
Enable teams and deprecate the advanced setting
Andy Armstrong committed -
Chris Dodge 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 -
Frances Botsford committed
-
Make status use ConfigurationModel instead.
Diana Huang committed -
TNL-3053
Usman Khalid committed -
Team profile page sidebar.
Usman Khalid committed -
Add toggle_login_modal to list of base_application_js.
Christina Roberts committed -
Support leaving a team.
Usman Khalid committed -
TNL-3051
cahrens committed -
TNL-1910
muhammad-ammar committed -
ziafazal/SOL-1044: Custom Web Certificates
Matt Drayer 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 -
support joining a team
Muhammad Ammar committed -
TNL-1909
muhammad-ammar committed -
TNL-1906
muzaffaryousaf committed -
Fix team accessibility issues.
Daniel Friedman committed -
Authors: - Peter Fogg - Daniel Friedman TNL-1953
Peter Fogg committed -
Govern team creation for non-privileged users
Andy Armstrong committed
-
- 12 Aug, 2015 11 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 -
Team API include correct info when expanding users
Bill DeRusha committed -
Update to latest version of nose.
Ben Patterson committed -
Added optional mark_as_read field to comments in Discussion API
Christopher Lee 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 -
Release
Peter Fogg 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 -
Support team UI for regenerating certificates
Will Daly committed -
Hotfix/2015 08 11
Peter Fogg committed -
Adam Palay committed
-