about summary refs log tree commit diff
path: root/src/errors.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-05 chore: Relicense under GPL-3.0Vincent Ambo1-7/+7
2018-05-27 feat(db): Prevent responses to closed threadsVincent Ambo1-1/+1
2018-05-27 feat(errors): Introduce error variant for thread closingVincent Ambo1-4/+12
2018-05-22 chore: Remove Tera usage in all modulesVincent Ambo1-13/+1
2018-05-22 refactor(templates): Use Askama for index templateVincent Ambo1-0/+12
2018-04-17 chore(license): Relicense under AGPL-3.0-or-laterVincent Ambo1-8/+10
2018-04-15 feat(handlers/render): Display edit form for user's own postsVincent Ambo1-0/+3
2018-04-14 feat(main/db): Schedule regular search view refreshVincent Ambo1-0/+10
2018-04-14 feat: License project under GPLv3Vincent Ambo1-0/+16
2018-04-08 feat(handlers): Use cookie session backend to store author infoVincent Ambo1-2/+12
2018-04-08 feat(oidc): Implement initial OIDC actorVincent Ambo1-0/+9
2018-04-08 feat(errors): Introduce error module with custom error typeVincent Ambo1-0/+75