about summary refs log tree commit diff
path: root/src/db.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-15 feat(handlers): Implement post editing handlerVincent Ambo1-2/+2
2018-04-15 feat(db): Support UpdatePost messageVincent Ambo1-0/+23
2018-04-15 feat(db): Support GetPost messageVincent Ambo1-0/+16
2018-04-15 refactor: Add a message!-macro to reduce message boilerplateVincent Ambo1-24/+6
2018-04-15 refactor(templates/render): Add generic post editing templateVincent Ambo1-2/+2
2018-04-14 chore(db): Arbitrarily limit search result sizeVincent Ambo1-0/+1
2018-04-14 feat(main/db): Schedule regular search view refreshVincent Ambo1-0/+21
2018-04-14 feat(db): Implement handling of 'SearchPosts' messageVincent Ambo1-1/+40
2018-04-14 feat(db): Add view for ordering thread index by most recent postVincent Ambo1-5/+4
2018-04-14 feat: License project under GPLv3Vincent Ambo1-0/+16
2018-04-14 refactor(db): Store thread body in the posts tableVincent Ambo1-5/+26
2018-04-09 fix(db): Order index threads in descending post timeVincent Ambo1-1/+3
2018-04-08 feat(db/models): Add handling of CreatePost messageVincent Ambo1-2/+23
2018-04-08 feat(db): Support CreateThread messageVincent Ambo1-0/+22
2018-04-08 refactor(db): Use ConverseError instead of unwrapping/expectingVincent Ambo1-10/+8
2018-04-08 refactor(db): Establish Post->Thread associationVincent Ambo1-2/+6
2018-04-08 feat(db): Add initial GetThread messageVincent Ambo1-0/+22
2018-04-08 feat(db): Implement ListThreads messageVincent Ambo1-1/+23
2018-04-08 feat(db): Bootstrap DbExecutor actorVincent Ambo1-0/+13