Damian Ho
Damian Ho
## Description - Highlight undropped accounts in blue ## Motivation and Context Currently, if a student is dropped from a course, importing a roster that includes them will undrop them...
I have found what I believe to be a mistake in the implementation of removeByPeer. Currently, it returns node.child[0] without checking if node.child[1] is nil, causing the loss of the...
## Description ## Motivation and Context ## How Has This Been Tested? ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature...
## Description ## Motivation and Context Add SAML authentication to Autolab for universities that use Microsoft IdP. Note: - This currently overrides shibboleth authentication. Work is needed to add some...
Currently, courses that are past their end date are simply moved under a different header, from "current" to "completed". To further prevent students from accessing these courses, the course must...
Feature requests - Shibboleth / Microsoft IdP etc. login (Low Priority) - Firewall (#2138) - Tango scaling - Import Course improvements (#2032) Resolved - Proxylab thread exhaustion - #2011 #2012...
## Description Avoid turning files into dotfiles when preparing an assessment for MOSS, by prepending `MOSS` to all filenames after replacing slashes with hyphens. Note: an alternative might be to...
Speedgrader File Outline is wonky when viewing an archive submission where the files have been tarred in an "unconventional way". To reproduce: submit (after unzipping) [tartraversal2.tar.zip](https://github.com/autolab/Autolab/files/14410963/tartraversal2.tar.zip) and view the submission...
As a result on #2024, version numbering of submissions no longer resets after the deletion of a submission. e.g. previously, creating submissions 1 and 2, deleting both, and then creating...
When updating a rb file (with the `scoreboardOrderSubmissions` hook defined), an error occurs if the scoreboard page (with at least 2 submissions?) is loaded immediately next (without visiting the assessment...