aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2021-04-23open the repo when handling the requestHEADcanonMelody Horn-6/+10
it would be smart to not keep the Vec<Repository> around, but nobody's ever accused me of smart
2021-04-22correctly sort by newest commitMelody Horn-5/+9
2021-04-22sort by newest commitMelody Horn-1/+8
2021-04-22only recurse into actual directoriesMelody Horn-2/+5
2021-04-22handle permission errors gracefullyMelody Horn-1/+7
2021-04-22appease the paperclipMelody Horn-11/+8
2021-04-22add syntax highlighting to filesMelody Horn-6/+228
2021-04-22actually handle filesMelody Horn-1/+31
who needs syntax highlighting and line numbers anyway
2021-04-22actually handle subfoldersMelody Horn-38/+89
2021-04-22actually render the readmeMelody Horn-15/+85
2021-04-22expect that trailing slashMelody Horn-12/+6
2021-04-22extract readme from head and show itMelody Horn-4/+60
2021-04-22correctly find repos in subdirectoriesMelody Horn-14/+38
2021-04-22throw together a super basic repo listMelody Horn-6/+252
2021-04-22get rolling with HTTP and templatesMelody Horn-2/+1864
2021-04-22throw boilerplate & readme togetherMelody Horn-0/+24