Age | Commit message (Expand) | Author | Files | Lines |
2018-05-02 | feat(db): Add LookupOrCreateUser message | Vincent Ambo | 1 | -0/+43 |
2018-05-02 | refactor(db/render/schema): Use SimplePost type for thread views | Vincent Ambo | 1 | -9/+8 |
2018-04-17 | chore(license): Relicense under AGPL-3.0-or-later | Vincent Ambo | 1 | -8/+10 |
2018-04-16 | style(db): Fix whitespace error | Vincent Ambo | 1 | -1/+1 |
2018-04-16 | fix(db): Explicitly order posts in a thread | Vincent Ambo | 1 | -2/+5 |
2018-04-15 | feat(handlers): Implement post editing handler | Vincent Ambo | 1 | -2/+2 |
2018-04-15 | feat(db): Support UpdatePost message | Vincent Ambo | 1 | -0/+23 |
2018-04-15 | feat(db): Support GetPost message | Vincent Ambo | 1 | -0/+16 |
2018-04-15 | refactor: Add a message!-macro to reduce message boilerplate | Vincent Ambo | 1 | -24/+6 |
2018-04-15 | refactor(templates/render): Add generic post editing template | Vincent Ambo | 1 | -2/+2 |
2018-04-14 | chore(db): Arbitrarily limit search result size | Vincent Ambo | 1 | -0/+1 |
2018-04-14 | feat(main/db): Schedule regular search view refresh | Vincent Ambo | 1 | -0/+21 |
2018-04-14 | feat(db): Implement handling of 'SearchPosts' message | Vincent Ambo | 1 | -1/+40 |
2018-04-14 | feat(db): Add view for ordering thread index by most recent post | Vincent Ambo | 1 | -5/+4 |
2018-04-14 | feat: License project under GPLv3 | Vincent Ambo | 1 | -0/+16 |
2018-04-14 | refactor(db): Store thread body in the posts table | Vincent Ambo | 1 | -5/+26 |
2018-04-09 | fix(db): Order index threads in descending post time | Vincent Ambo | 1 | -1/+3 |
2018-04-08 | feat(db/models): Add handling of CreatePost message | Vincent Ambo | 1 | -2/+23 |
2018-04-08 | feat(db): Support CreateThread message | Vincent Ambo | 1 | -0/+22 |
2018-04-08 | refactor(db): Use ConverseError instead of unwrapping/expecting | Vincent Ambo | 1 | -10/+8 |
2018-04-08 | refactor(db): Establish Post->Thread association | Vincent Ambo | 1 | -2/+6 |
2018-04-08 | feat(db): Add initial GetThread message | Vincent Ambo | 1 | -0/+22 |
2018-04-08 | feat(db): Implement ListThreads message | Vincent Ambo | 1 | -1/+23 |
2018-04-08 | feat(db): Bootstrap DbExecutor actor | Vincent Ambo | 1 | -0/+13 |