about summary refs log tree commit diff
path: root/src/handlers.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-05 chore: Relicense under GPL-3.0Vincent Ambo1-7/+7
2018-05-27 feat(errors): Introduce error variant for thread closingVincent Ambo1-2/+8
2018-05-19 refactor(handlers): Embed static files into binaryVincent Ambo1-1/+22
2018-05-02 refactor(handlers/render): Use users from database for all functionsVincent Ambo1-53/+52
2018-04-17 chore(license): Relicense under AGPL-3.0-or-laterVincent Ambo1-8/+10
2018-04-15 feat(handlers): Implement post editing handlerVincent Ambo1-0/+28
2018-04-15 feat(handlers/render): Display edit form for user's own postsVincent Ambo1-0/+35
2018-04-15 refactor(templates/render): Add generic post editing templateVincent Ambo1-7/+7
2018-04-15 fix(handlers): Trim leading/trailing whitespace from new threadsVincent Ambo1-6/+12
2018-04-15 feat(handlers): Determine whether current user can edit a postVincent Ambo1-1/+8
2018-04-14 refactor(handlers): Receive search terms via query parametersVincent Ambo1-3/+3
2018-04-14 feat: Implement search result view & enable searchVincent Ambo1-0/+16
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