Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-04-08 | feat(oidc): Implement initial OIDC actor | Vincent Ambo | 1 | -2/+8 |
2018-04-08 | feat(handlers): Add reply_thread handler for posts | Vincent Ambo | 1 | -1/+2 |
2018-04-08 | feat(handlers): Add thread submission handler | Vincent Ambo | 1 | -0/+1 |
2018-04-08 | feat(errors): Introduce error module with custom error type | Vincent Ambo | 1 | -2/+6 |
2018-04-08 | refactor(main): Move handlers into separate handler module | Vincent Ambo | 1 | -61/+3 |
2018-04-08 | feat(main): Support CONVERSE_BIND_HOST environment variable | Vincent Ambo | 1 | -2/+5 |
2018-04-08 | refactor(main): Use actix-web extractor pattern | Vincent Ambo | 1 | -10/+12 |
2018-04-08 | feat(main/templates): Add barebones single-thread view | Vincent Ambo | 1 | -1/+27 |
2018-04-08 | feat(main): Add support for Tera templates | Vincent Ambo | 1 | -14/+23 |
2018-04-08 | feat(main): Add barebares thread listing | Vincent Ambo | 1 | -16/+66 |
2018-04-08 | feat(main): Add minimal thread listing example | Vincent Ambo | 1 | -2/+9 |
2018-04-08 | feat(main): Bootstrap project entrypoint | Vincent Ambo | 1 | -0/+26 |