about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2018-04-08 feat(migrations): Add author columns to tablesVincent Ambo2-0/+15
2018-04-08 feat(templates): Add shitty little response form in thread viewVincent Ambo2-2/+14
2018-04-08 feat(handlers): Add reply_thread handler for postsVincent Ambo2-2/+18
2018-04-08 feat(db/models): Add handling of CreatePost messageVincent Ambo2-2/+30
2018-04-08 feat(templates): Add a shitty thread submission formVincent Ambo1-0/+14
2018-04-08 feat(handlers): Add thread submission handlerVincent Ambo3-1/+17
2018-04-08 feat(db): Support CreateThread messageVincent Ambo2-0/+29
2018-04-08 feat(migrations): Default 'posted' columns to NOW()Vincent Ambo2-0/+4
2018-04-08 refactor(db): Use ConverseError instead of unwrapping/expectingVincent Ambo1-10/+8
2018-04-08 feat(errors): Introduce error module with custom error typeVincent Ambo4-2/+83
2018-04-08 refactor(main): Move handlers into separate handler moduleVincent Ambo2-61/+79
2018-04-08 feat(main): Support CONVERSE_BIND_HOST environment variableVincent Ambo1-2/+5
2018-04-08 refactor(main): Use actix-web extractor patternVincent Ambo1-10/+12
2018-04-08 refactor(db): Establish Post->Thread associationVincent Ambo5-7/+15
2018-04-08 feat(main/templates): Add barebones single-thread viewVincent Ambo4-3/+43
2018-04-08 feat(db): Add initial GetThread messageVincent Ambo1-0/+22
2018-04-08 feat(main): Add support for Tera templatesVincent Ambo5-16/+44
2018-04-08 chore(cargo): Add dependency on teraVincent Ambo2-0/+60
2018-04-08 feat(main): Add barebares thread listingVincent Ambo3-16/+68
2018-04-08 feat(db): Implement ListThreads messageVincent Ambo1-1/+23
2018-04-08 feat(db): Bootstrap DbExecutor actorVincent Ambo3-1/+45
2018-04-08 feat(main): Add minimal thread listing exampleVincent Ambo3-3/+11
2018-04-08 feat(main): Bootstrap project entrypointVincent Ambo1-0/+26
2018-04-08 feat(models/schema): Map up posts & threads tableVincent Ambo2-0/+40
2018-04-08 feat(migrations): Add posts & threads tablesVincent Ambo5-0/+57
2018-04-08 chore: Add bootstrapped Cargo projectVincent Ambo3-0/+1825
2018-04-08 chore: Initial commitVincent Ambo0-0/+0