about summary refs log tree commit diff
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09 feat(handlers): Extract & add author to thread and post informationVincent Ambo3-6/+46
2018-04-09 feat(main): Initialise RequireLogin middleware on launchVincent Ambo1-4/+11
2018-04-09 feat(handlers): Add RequireLogin middlewareVincent Ambo2-4/+27
2018-04-09 fix(main): Generate random session keyVincent Ambo1-1/+10
2018-04-08 feat(handlers): Use cookie session backend to store author infoVincent Ambo3-12/+34
2018-04-08 feat(main): Configure & start OIDC actor when Converse launchesVincent Ambo1-5/+33
2018-04-08 feat(handler): Implement OIDC login & callback handlersVincent Ambo1-0/+23
2018-04-08 chore(models/schema): Update with author fieldsVincent Ambo2-0/+8
2018-04-08 feat(oidc): Implement initial OIDC actorVincent Ambo3-2/+152
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(handlers): Add thread submission handlerVincent Ambo3-1/+17
2018-04-08 feat(db): Support CreateThread messageVincent Ambo2-0/+29
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 Ambo2-2/+81
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 Ambo3-7/+13
2018-04-08 feat(main/templates): Add barebones single-thread viewVincent Ambo2-2/+28
2018-04-08 feat(db): Add initial GetThread messageVincent Ambo1-0/+22
2018-04-08 feat(main): Add support for Tera templatesVincent Ambo2-15/+24
2018-04-08 feat(main): Add barebares thread listingVincent Ambo1-16/+66
2018-04-08 feat(db): Implement ListThreads messageVincent Ambo1-1/+23
2018-04-08 feat(db): Bootstrap DbExecutor actorVincent Ambo1-0/+13
2018-04-08 feat(main): Add minimal thread listing exampleVincent Ambo2-2/+10
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