@kohler does it bother you if I keep this here? These are mostly things I think would be fun to implement. - [ ] Integration with [Harvard IAM](http://iam.harvard.edu/overview)—see also [CS50 ID](https://manual.cs50.net/id/). It seems like 20% of students' "forgot password" emails get lost in the void. - [ ] Web interface for account import—or auto-sync with SIS! - [ ] Web interface for account management. - [x] GitHub adapter so Gitorious can die. (Although making the grading server itself a git remote seems like fun.) - [x] Error messages when programs time out, so that users blame their code and not the grading server. - [ ] See if [these email-sending tips](http://superuser.com/a/680733) can get peteramati emails out of spam folders. - [x] Syntax-highlighted diffs. "But Nikhil, even GitHub doesn't do that!" —Eddie Kohler, two years ago. [Times have changed.](https://github.com/blog/1932-syntax-highlighted-diffs) - [x] Allow admins to de-anonymize as necessary. - [ ] Known issues warning box to be enabled as necessary. - [ ] Lock a pset for grading.
@kohler does it bother you if I keep this here? These are mostly things I think would be fun to implement.