about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2018-04-15 fix(handlers): Trim leading/trailing whitespace from new threadsVincent Ambo1-6/+12
2018-04-15 refactor(templates): Restyle thread view using flex layoutVincent Ambo1-48/+35
2018-04-15 feat(handlers): Determine whether current user can edit a postVincent Ambo3-3/+19
2018-04-15 style(templates): Minor fixes to search & index layoutsVincent Ambo2-6/+5
2018-04-14 refactor(handlers): Receive search terms via query parametersVincent Ambo4-6/+6
2018-04-14 fix(render): Escape post bodiesVincent Ambo1-1/+2
2018-04-14 feat(templates): Add 'sticky' badge to sticky threadsVincent Ambo1-1/+1
2018-04-14 fix(migrations): Change weighting of title vs. bodyVincent Ambo1-2/+2
2018-04-14 feat: Implement search result view & enable searchVincent Ambo6-4/+90
2018-04-14 chore(db): Arbitrarily limit search result sizeVincent Ambo1-0/+1
2018-04-14 feat(main/db): Schedule regular search view refreshVincent Ambo5-0/+54
2018-04-14 refactor(schema): Unify integer type usage across tablesVincent Ambo1-2/+2
2018-04-14 refactor(handlers): Improve error handling in post creationVincent Ambo1-2/+2
2018-04-14 feat(db): Implement handling of 'SearchPosts' messageVincent Ambo2-1/+61
2018-04-14 feat(migrations): Add materialized view & index for full text searchVincent Ambo2-0/+23
2018-04-14 fix(templates): Fluidly scale all imagesVincent Ambo1-0/+2
2018-04-14 fix(templates): Set CSPs on templatesVincent Ambo3-0/+3
2018-04-14 docs(todo): Stickies are done!Vincent Ambo1-1/+1
2018-04-14 feat(templates): Highlight stickied threads in indexVincent Ambo2-2/+4
2018-04-14 feat(db): Add support for stickies in databaseVincent Ambo7-21/+36
2018-04-14 docs(todo): Add note about stickiesVincent Ambo1-1/+2
2018-04-14 feat(db): Add view for ordering thread index by most recent postVincent Ambo6-7/+45
2018-04-14 feat(build): Configure Travis builds for RustVincent Ambo1-0/+1
2018-04-14 feat: License project under GPLv3Vincent Ambo8-0/+786
2018-04-14 docs(CODE_OF_CONDUCT): Add a reasonable code of conductVincent Ambo1-0/+29
2018-04-14 docs(README): Add a very simple README fileVincent Ambo2-1/+18
2018-04-14 refactor(db): Store thread body in the posts tableVincent Ambo5-23/+36
2018-04-14 feat(migrations): Drop 'body' column from threadsVincent Ambo2-0/+7
2018-04-12 feat(handlers/main): Add 'anonymous' mode for forumVincent Ambo2-9/+27
2018-04-12 feat(handler): Perform basic input validation on new thread viewVincent Ambo4-11/+39
2018-04-12 chore(cargo): Remove unused dependencyVincent Ambo2-15/+0
2018-04-12 fix(handlers): Fix chained error handling in actorsVincent Ambo1-14/+15
2018-04-11 chore(handlers): Remove unused codeVincent Ambo1-8/+0
2018-04-11 chore(cargo): Use stable release of actix-webVincent Ambo2-20/+20
2018-04-11 fix(templates/handlers): Fix post anchorsVincent Ambo2-3/+5
2018-04-11 chore: Clean up unused importsVincent Ambo2-3/+1
2018-04-11 feat(render): Use a more human-readable format for datesVincent Ambo1-5/+15
2018-04-11 fix(render): Escape thread titles in indexVincent Ambo1-1/+19
2018-04-11 feat(render): Implement Markdown thread rendering & GravatarVincent Ambo3-35/+85
2018-04-11 chore(cargo): Add md5 crate dependencyVincent Ambo3-0/+10
2018-04-11 fix(main): Correctly set up rendering actorVincent Ambo1-3/+7
2018-04-11 refactor(handlers): Use rendering actor for page rendersVincent Ambo2-46/+31
2018-04-11 feat(render): Add rendering actorVincent Ambo2-1/+72
2018-04-10 fix(main): Update cookie session setup for new actix-webVincent Ambo1-4/+3
2018-04-10 chore(cargo): Dependency bump & pin versionsVincent Ambo2-8/+105
2018-04-09 fix(templates): Fix author name & avatar displayVincent Ambo1-4/+12
2018-04-09 fix(db): Order index threads in descending post timeVincent Ambo1-1/+3
2018-04-09 feat(handlers/templates): Add "New Thread" handler and templateVincent Ambo3-1/+62
2018-04-09 feat(templates): Slightly less barebones index & thread templatesVincent Ambo2-39/+115
2018-04-09 feat(handlers): Extract & add author to thread and post informationVincent Ambo3-6/+46