aboutsummaryrefslogtreecommitdiff
path: root/src
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-3/+29
2021-04-22actually handle filesMelody Horn-1/+14
who needs syntax highlighting and line numbers anyway
2021-04-22actually handle subfoldersMelody Horn-25/+56
2021-04-22actually render the readmeMelody Horn-15/+40
2021-04-22expect that trailing slashMelody Horn-10/+4
2021-04-22extract readme from head and show itMelody Horn-4/+60
2021-04-22correctly find repos in subdirectoriesMelody Horn-13/+37
2021-04-22throw together a super basic repo listMelody Horn-6/+65
2021-04-22get rolling with HTTP and templatesMelody Horn-2/+17
2021-04-22throw boilerplate & readme togetherMelody Horn-0/+3