about summary refs log tree commit diff
path: root/src/handlers.rs
AgeCommit message (Expand)AuthorFilesLines
2018-04-09 feat(handlers/templates): Add "New Thread" handler and templateVincent Ambo1-0/+9
2018-04-09 feat(handlers): Extract & add author to thread and post informationVincent Ambo1-4/+40
2018-04-09 feat(handlers): Add RequireLogin middlewareVincent Ambo1-3/+26
2018-04-08 feat(handlers): Use cookie session backend to store author infoVincent Ambo1-8/+16
2018-04-08 feat(handler): Implement OIDC login & callback handlersVincent Ambo1-0/+23
2018-04-08 feat(handlers): Add reply_thread handler for postsVincent Ambo1-1/+16
2018-04-08 feat(handlers): Add thread submission handlerVincent Ambo1-0/+15
2018-04-08 refactor(main): Move handlers into separate handler moduleVincent Ambo1-0/+76