about summary refs log tree commit diff
path: root/Cargo.toml (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-15 refactor(templates): Restyle thread view using flex layoutVincent Ambo1-48/+35
2018-04-15 feat(handlers): Determine whether current user can edit a postVincent Ambo3-3/+19
2018-04-15 style(templates): Minor fixes to search & index layoutsVincent Ambo2-6/+5
2018-04-14 refactor(handlers): Receive search terms via query parametersVincent Ambo4-6/+6
2018-04-14 fix(render): Escape post bodiesVincent Ambo1-1/+2
2018-04-14 feat(templates): Add 'sticky' badge to sticky threadsVincent Ambo1-1/+1
2018-04-14 fix(migrations): Change weighting of title vs. bodyVincent Ambo1-2/+2
2018-04-14 feat: Implement search result view & enable searchVincent Ambo6-4/+90
2018-04-14 chore(db): Arbitrarily limit search result sizeVincent Ambo1-0/+1
2018-04-14 feat(main/db): Schedule regular search view refreshVincent Ambo5-0/+54
2018-04-14 refactor(schema): Unify integer type usage across tablesVincent Ambo1-2/+2
2018-04-14 refactor(handlers): Improve error handling in post creationVincent Ambo1-2/+2
2018-04-14 feat(db): Implement handling of 'SearchPosts' messageVincent Ambo2-1/+61
2018-04-14