about summary refs log tree commit diff
path: root/.travis.yml (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-22 chore: Remove Tera usage in all modulesVincent Ambo3-28/+2
2018-05-22 refactor(templates): Move search result template to AskamaVincent Ambo2-3/+4
2018-05-22 refactor(templates): Move post editing template to AskamaVincent Ambo3-42/+50
2018-05-22 refactor(templates): Move thread page template to AskamaVincent Ambo4-21/+17
2018-05-22 chore(cargo): Add dependency on AskamaVincent Ambo2-0/+85
2018-05-22 refactor(templates): Use Askama for index templateVincent Ambo4-21/+45
2018-05-22 fix(templates): Fix layout of user info on desktop viewVincent Ambo2-5/+10
2018-05-22 feat(templates): Add new MDL-themed search result viewVincent Ambo2-43/+69
2018-05-22 chore(build): Don't run Travis build in containersVincent Ambo1-0/+1
2018-05-22 feat(templates): Add new thread view with MDL designVincent Ambo3-62/+137
2018-05-22 fix(static): Attach thread index divider to correct elementVincent Ambo1-1/+1
2018-05-22 fix(static): Set monospaced fonts appropriatelyVincent Ambo1-2/+6
2018-05-22 fix(static): Fix non-display of material iconsVincent Ambo1-1/+1
2018-05-22