- 19 Aug, 2015 1 commit
-
-
If code is deployed that updates the user partition version, then the code is rolled back, we may see user partition versions greater than the currently deployed version. The previous behavior was to raise a TypeError when this occurred; the new behavior assumes that the newer version is backwards compatible and tries to load the partition.
Will Daly committed
-
- 17 Aug, 2015 10 commits
-
-
Allow course staff and privileged users to create multiple teams.
Christina Roberts committed -
HTML-escape uses of course display name.
Kevin Falcone committed -
Revert "Merge pull request #8724 from Colin-Fredericks/ColinF-partial…
Sarina Canelake committed -
Peter Fogg committed
-
Fixing minimum grade value error
Will Daly committed -
only let global staff (is_staff) see the proctoring tab
chrisndodge committed -
ECOM-2109
Tasawer committed -
TNL-3071
cahrens committed -
This reverts commit cea274dc, reversing changes made to 02cf9cac.
Sarina Canelake committed -
Only let global staff (is_staff=True) see the Proctoring tab in the Instructor Dashboard if the feature flag is enabled.
Chris Dodge committed
-
- 16 Aug, 2015 1 commit
-
-
only include JS when feature flag is on and the course has proctoring…
chrisndodge committed
-
- 15 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 14 Aug, 2015 20 commits
-
-
Validating team size on join, server-side
Eric Fischer committed -
By doing this, we can prevent the bug where multiple users can join a team simutaneously and push its enrollment over the defined maximum value. Tests have also been added to confirm this behavior. TNL-3061
Eric Fischer committed -
Fix broken test due to two PRs merging
Andy Armstrong committed -
Andy Armstrong committed
-
Implement model refreshing for Teams tab
Andy Armstrong committed -
Update translations (autogenerated message)
Sarina Canelake committed -
cahrens committed
-
TNL-2976
Andy Armstrong committed -
Show correct error when creating a team.
Diana Huang committed -
Sarina Canelake committed
-
TNL-3063
Diana Huang committed -
Sarina Canelake committed
-
Merge Release back into master.
Diana Huang committed -
Fixed accessibility issues in Schedule Tab in CCX
Mark Sadecki 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 7 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
-