snix/src
Vincent Ambo f10bd20276 feat(db): Add view for ordering thread index by most recent post
This implements the classic thread ordering expected by most forum
users (i.e. the thread with the most recent post is at the top).
2018-04-14 17:15:27 +02:00
..
db.rs feat(db): Add view for ordering thread index by most recent post 2018-04-14 17:15:27 +02:00
errors.rs feat: License project under GPLv3 2018-04-14 16:40:56 +02:00
handlers.rs feat: License project under GPLv3 2018-04-14 16:40:56 +02:00
main.rs feat: License project under GPLv3 2018-04-14 16:40:56 +02:00
models.rs feat(db): Add view for ordering thread index by most recent post 2018-04-14 17:15:27 +02:00
oidc.rs feat: License project under GPLv3 2018-04-14 16:40:56 +02:00
render.rs feat(db): Add view for ordering thread index by most recent post 2018-04-14 17:15:27 +02:00
schema.rs feat(db): Add view for ordering thread index by most recent post 2018-04-14 17:15:27 +02:00