about summary refs log tree commit diff
AgeCommit message (Expand)AuthorFilesLines
2018-05-27 feat(templates): Add indicators for closed threadsVincent Ambo2-1/+15
2018-05-27 feat(db): Update views with thread-closed fieldVincent Ambo5-0/+73
2018-05-27 feat(db): Add migration & fields to indicate a thread is closedVincent Ambo4-0/+4
2018-05-22 chore(cargo): Remove dependency on TeraVincent Ambo3-507/+653
2018-05-22 chore: Remove Tera usage in all modulesVincent Ambo3-28/+2
2018-05-22 refactor(templates): Move search result template to AskamaVincent Ambo2-3/+4
2018-05-22 refactor(templates): Move post editing template to AskamaVincent Ambo3-42/+50
2018-05-22 refactor(templates): Move thread page template to AskamaVincent Ambo4-21/+17
2018-05-22 chore(cargo): Add dependency on AskamaVincent Ambo2-0/+85
2018-05-22 refactor(templates): Use Askama for index templateVincent Ambo4-21/+45
2018-05-22 fix(templates): Fix layout of user info on desktop viewVincent Ambo2-5/+10
2018-05-22 feat(templates): Add new MDL-themed search result viewVincent Ambo2-43/+69
2018-05-22 chore(build): Don't run Travis build in containersVincent Ambo1-0/+1
2018-05-22 feat(templates): Add new thread view with MDL designVincent Ambo3-62/+137
2018-05-22 fix(static): Attach thread index divider to correct elementVincent Ambo1-1/+1
2018-05-22 fix(static): Set monospaced fonts appropriatelyVincent Ambo1-2/+6
2018-05-22 fix(static): Fix non-display of material iconsVincent Ambo1-1/+1
2018-05-22 feat(templates): Add new MDL-based post editing pageVincent Ambo1-72/+85
2018-05-22 fix(static): Let monospaced fonts be monospaced.Vincent Ambo1-1/+1
2018-05-22 feat(templates): Add new MDL based index pageVincent Ambo3-36/+157
2018-05-19 fix(gitattributes): Fix generated derivation file nameVincent Ambo1-1/+1
2018-05-19 chore(build): Bump dependencies requires for mime-packagesVincent Ambo3-88/+92
2018-05-19 refactor(handlers): Embed static files into binaryVincent Ambo2-13/+26
2018-05-19 feat(templates): Add syntax highlighting for code via highlight.jsVincent Ambo4-0/+115
2018-05-18 chore(cargo): Bump actix-web to >0.6Vincent Ambo2-5/+6
2018-05-18 fix(build): Split Cargo.nix into separate fileVincent Ambo1-0/+5189
2018-05-18 chore(build): Bump dependencies & pin pq-sysVincent Ambo4-5371/+221
2018-05-15 docs: Add contribution guidelines documentVincent Ambo1-0/+114
2018-05-02 docs(build): Document manual changes to Carnix expressionVincent Ambo1-1/+20
2018-05-02 fix(build): Apply a workaround for building Comrak in NixVincent Ambo1-2/+2
2018-05-02 refactor(handlers/render): Use users from database for all functionsVincent Ambo2-57/+54
2018-05-02 refactor(main): Use actix-web's identity middleware for authVincent Ambo1-5/+9
2018-05-02 feat(db): Add LookupOrCreateUser messageVincent Ambo2-0/+50
2018-05-02 chore(cargo): Update dependency minor versionsVincent Ambo2-534/+542
2018-05-02 refactor(db/render/schema): Use SimplePost type for thread viewsVincent Ambo4-30/+67
2018-05-02 feat(migrations): Add a view for simplified post queryingVincent Ambo2-0/+12
2018-05-02 fix(schema): Update for author->user_id column renameVincent Ambo1-4/+4
2018-05-02 refactor(migrations): Rename 'author' column to 'user_id'Vincent Ambo2-16/+16
2018-05-02 chore(schema): Update generated Diesel schemaVincent Ambo1-4/+14
2018-05-02 fix(migrations): Explicitly insert anonymous userVincent Ambo1-5/+11
2018-05-02 fix(migrations): Fix search index creation in user migrationVincent Ambo2-0/+4
2018-05-02 feat(migrations): Adds a migration to create a users tableVincent Ambo2-0/+136
2018-04-24 chore(gitattributes): Tell Github Linguist to ignore default.nixVincent Ambo1-0/+1
2018-04-23 fix(build): Add explicit pulldown-cmark dependencyVincent Ambo3-7/+34
2018-04-23 refactor(build): Use Carnix-based expression for buildingVincent Ambo1-27/+5155
2018-04-23 chore(cargo): Bump dependency minor versionsVincent Ambo2-97/+95
2018-04-17 chore(license): Relicense under AGPL-3.0-or-laterVincent Ambo11-140/+160
2018-04-16 style(thread): Fix padding on thread viewVincent Ambo1-1/+1
2018-04-16 fix(thread): Load Gravatar images at larger sizeVincent Ambo1-1/+1
2018-04-16 feat(templates): Add 'Last post by' to the list of threadsTatriX2-1/+6