about summary refs log tree commit diff
path: root/Cargo.nix (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-27 feat(db): Update views with thread-closed fieldVincent Ambo5-0/+73
2018-05-27 feat(db): Add migration & fields to indicate a thread is closedVincent Ambo4-0/+4
2018-05-22 chore(cargo): Remove dependency on TeraVincent Ambo3-507/+653
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