about summary refs log tree commit diff
path: root/src/handlers.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-14 refactor(handlers): Improve error handling in post creationVincent Ambo1-2/+2
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/+6
2018-04-12 feat(handlers/main): Add 'anonymous' mode for forumVincent Ambo1-6/+17
2018-04-12 feat(handler): Perform basic input validation on new thread viewVincent Ambo1-2/+17
2018-04-12 fix(handlers): Fix chained error handling in actorsVincent Ambo1-14/+15
2018-04-11 chore(handlers): Remove unused codeVincent Ambo1-8/+0
2018-04-11 fix(templates/handlers): Fix post anchorsVincent Ambo1-1/+1
2018-04-11 chore: Clean up unused importsVincent Ambo1-2/+1
2018-04-11 refactor(handlers): Use rendering actor for page rendersVincent Ambo1-45/+27
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