about summary refs log tree commit diff
path: root/src/render.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-15 feat(handlers): Determine whether current user can edit a postVincent Ambo1-1/+10
2018-04-14 fix(render): Escape post bodiesVincent Ambo1-1/+2
2018-04-14 feat: Implement search result view & enable searchVincent Ambo1-0/+21
2018-04-14 feat(templates): Highlight stickied threads in indexVincent Ambo1-0/+2
2018-04-14 feat(db): Add support for stickies in databaseVincent Ambo1-1/+1
2018-04-14 feat(db): Add view for ordering thread index by most recent postVincent Ambo1-2/+2
2018-04-14 feat: License project under GPLv3Vincent Ambo1-0/+16
2018-04-14 refactor(db): Store thread body in the posts tableVincent Ambo1-13/+4
2018-04-12 feat(handler): Perform basic input validation on new thread viewVincent Ambo1-3/+15
2018-04-11 chore: Clean up unused importsVincent Ambo1-1/+0
2018-04-11 feat(render): Use a more human-readable format for datesVincent Ambo1-5/+15
2018-04-11 fix(render): Escape thread titles in indexVincent Ambo1-1/+19
2018-04-11 feat(render): Implement Markdown thread rendering & GravatarVincent Ambo1-8/+67
2018-04-11 feat(render): Add rendering actorVincent Ambo1-0/+70