snix/src
Vincent Ambo 1cce37446b refactor(handlers): Use rendering actor for page renders
This currently breaks error handling in page render flows. To fix it
properly, the database actor should return failable futures instead of
`Result<T>` wrapped in a future.
2018-04-11 12:18:33 +02:00
..
db.rs fix(db): Order index threads in descending post time 2018-04-09 23:41:21 +02:00
errors.rs feat(handlers): Use cookie session backend to store author info 2018-04-08 22:56:29 +02:00
handlers.rs refactor(handlers): Use rendering actor for page renders 2018-04-11 12:18:33 +02:00
main.rs feat(render): Add rendering actor 2018-04-11 12:17:33 +02:00
models.rs feat(handlers): Extract & add author to thread and post information 2018-04-09 09:20:27 +02:00
oidc.rs feat(handlers): Add RequireLogin middleware 2018-04-09 09:11:23 +02:00
render.rs feat(render): Add rendering actor 2018-04-11 12:17:33 +02:00
schema.rs chore(models/schema): Update with author fields 2018-04-08 22:37:21 +02:00