No description
Find a file
Vincent Ambo bf02c70f74 feat(handlers/main): Add 'anonymous' mode for forum
Adds a `REQUIRE_LOGIN` environment variable which, if set to anything
other than true, will let users post anonymously on the forums.
2018-04-12 01:28:37 +02:00
migrations feat(migrations): Add author columns to tables 2018-04-08 20:27:22 +02:00
src feat(handlers/main): Add 'anonymous' mode for forum 2018-04-12 01:28:37 +02:00
templates feat(handler): Perform basic input validation on new thread view 2018-04-12 01:07:25 +02:00
.gitignore chore: Add bootstrapped Cargo project 2018-04-08 15:48:49 +02:00
Cargo.lock chore(cargo): Remove unused dependency 2018-04-12 00:32:06 +02:00
Cargo.toml chore(cargo): Remove unused dependency 2018-04-12 00:32:06 +02:00
todo.org refactor(handlers): Use rendering actor for page renders 2018-04-11 12:18:33 +02:00