about summary refs log tree commit diff
path: root/src/models.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-05 chore: Relicense under GPL-3.0Vincent Ambo1-7/+7
2018-05-27 feat(db): Update views with thread-closed fieldVincent Ambo1-0/+2
2018-05-27 feat(db): Add migration & fields to indicate a thread is closedVincent Ambo1-0/+1
2018-05-02 feat(db): Add LookupOrCreateUser messageVincent Ambo1-0/+7
2018-05-02 refactor(db/render/schema): Use SimplePost type for thread viewsVincent Ambo1-19/+42
2018-04-17 chore(license): Relicense under AGPL-3.0-or-laterVincent Ambo1-8/+10
2018-04-14 feat: Implement search result view & enable searchVincent Ambo1-1/+1
2018-04-14 feat(db): Implement handling of 'SearchPosts' messageVincent Ambo1-0/+21
2018-04-14 feat(db): Add support for stickies in databaseVincent Ambo1-2/+6
2018-04-14 feat(db): Add view for ordering thread index by most recent postVincent Ambo1-0/+12
2018-04-14 feat: License project under GPLv3Vincent Ambo1-0/+16
2018-04-14 refactor(db): Store thread body in the posts tableVincent Ambo1-2/+0
2018-04-09 feat(handlers): Extract & add author to thread and post informationVincent Ambo1-0/+4
2018-04-08 chore(models/schema): Update with author fieldsVincent Ambo1-0/+4
2018-04-08 feat(db/models): Add handling of CreatePost messageVincent Ambo1-0/+7
2018-04-08 feat(handlers): Add thread submission handlerVincent Ambo1-1/+1
2018-04-08 feat(db): Support CreateThread messageVincent Ambo1-0/+7
2018-04-08 refactor(db): Establish Post->Thread associationVincent Ambo1-3/+5
2018-04-08 feat(main/templates): Add barebones single-thread viewVincent Ambo1-1/+1
2018-04-08 feat(main): Add support for Tera templatesVincent Ambo1-1/+1
2018-04-08 feat(main): Add minimal thread listing exampleVincent Ambo1-0/+1
2018-04-08 feat(models/schema): Map up posts & threads tableVincent Ambo1-0/+16