Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-04-14 | feat(templates): Highlight stickied threads in index | Vincent Ambo | 1 | -0/+2 |
2018-04-14 | feat(db): Add support for stickies in database | Vincent Ambo | 1 | -1/+1 |
2018-04-14 | feat(db): Add view for ordering thread index by most recent post | Vincent Ambo | 1 | -2/+2 |
2018-04-14 | feat: License project under GPLv3 | Vincent Ambo | 1 | -0/+16 |
2018-04-14 | refactor(db): Store thread body in the posts table | Vincent Ambo | 1 | -13/+4 |
2018-04-12 | feat(handler): Perform basic input validation on new thread view | Vincent Ambo | 1 | -3/+15 |
2018-04-11 | chore: Clean up unused imports | Vincent Ambo | 1 | -1/+0 |
2018-04-11 | feat(render): Use a more human-readable format for dates | Vincent Ambo | 1 | -5/+15 |
2018-04-11 | fix(render): Escape thread titles in index | Vincent Ambo | 1 | -1/+19 |
2018-04-11 | feat(render): Implement Markdown thread rendering & Gravatar | Vincent Ambo | 1 | -8/+67 |
2018-04-11 | feat(render): Add rendering actor | Vincent Ambo | 1 | -0/+70 |