Age | Commit message (Expand) | Author | Files | Lines |
2021-04-05 | chore: Relicense under GPL-3.0 | Vincent Ambo | 9 | -123/+136 |
2018-05-27 | feat(db): Prevent responses to closed threads | Vincent Ambo | 2 | -1/+14 |
2018-05-27 | feat(errors): Introduce error variant for thread closing | Vincent Ambo | 2 | -6/+20 |
2018-05-27 | fix(build): Add Askama build script | Vincent Ambo | 1 | -0/+5 |
2018-05-27 | feat(templates): Add indicators for closed threads | Vincent Ambo | 2 | -1/+15 |
2018-05-27 | feat(db): Update views with thread-closed field | Vincent Ambo | 5 | -0/+73 |
2018-05-27 | feat(db): Add migration & fields to indicate a thread is closed | Vincent Ambo | 4 | -0/+4 |
2018-05-22 | chore(cargo): Remove dependency on Tera | Vincent Ambo | 3 | -507/+653 |
2018-05-22 | chore: Remove Tera usage in all modules | Vincent Ambo | 3 | -28/+2 |
2018-05-22 | refactor(templates): Move search result template to Askama | Vincent Ambo | 2 | -3/+4 |
2018-05-22 | refactor(templates): Move post editing template to Askama | Vincent Ambo | 3 | -42/+50 |
2018-05-22 | refactor(templates): Move thread page template to Askama | Vincent Ambo | 4 | -21/+17 |
2018-05-22 | chore(cargo): Add dependency on Askama | Vincent Ambo | 2 | -0/+85 |
2018-05-22 | refactor(templates): Use Askama for index template | Vincent Ambo | 4 | -21/+45 |
2018-05-22 | fix(templates): Fix layout of user info on desktop view | Vincent Ambo | 2 | -5/+10 |
2018-05-22 | feat(templates): Add new MDL-themed search result view | Vincent Ambo | 2 | -43/+69 |
2018-05-22 | chore(build): Don't run Travis build in containers | Vincent Ambo | 1 | -0/+1 |
2018-05-22 | feat(templates): Add new thread view with MDL design | Vincent Ambo | 3 | -62/+137 |
2018-05-22 | fix(static): Attach thread index divider to correct element | Vincent Ambo | 1 | -1/+1 |
2018-05-22 | fix(static): Set monospaced fonts appropriately | Vincent Ambo | 1 | -2/+6 |
2018-05-22 | fix(static): Fix non-display of material icons | Vincent Ambo | 1 | -1/+1 |
2018-05-22 | feat(templates): Add new MDL-based post editing page | Vincent Ambo | 1 | -72/+85 |
2018-05-22 | fix(static): Let monospaced fonts be monospaced. | Vincent Ambo | 1 | -1/+1 |
2018-05-22 | feat(templates): Add new MDL based index page | Vincent Ambo | 3 | -36/+157 |
2018-05-19 | fix(gitattributes): Fix generated derivation file name | Vincent Ambo | 1 | -1/+1 |
2018-05-19 | chore(build): Bump dependencies requires for mime-packages | Vincent Ambo | 3 | -88/+92 |
2018-05-19 | refactor(handlers): Embed static files into binary | Vincent Ambo | 2 | -13/+26 |
2018-05-19 | feat(templates): Add syntax highlighting for code via highlight.js | Vincent Ambo | 4 | -0/+115 |
2018-05-18 | chore(cargo): Bump actix-web to >0.6 | Vincent Ambo | 2 | -5/+6 |
2018-05-18 | fix(build): Split Cargo.nix into separate file | Vincent Ambo | 1 | -0/+5189 |
2018-05-18 | chore(build): Bump dependencies & pin pq-sys | Vincent Ambo | 4 | -5371/+221 |
2018-05-15 | docs: Add contribution guidelines document | Vincent Ambo | 1 | -0/+114 |
2018-05-02 | docs(build): Document manual changes to Carnix expression | Vincent Ambo | 1 | -1/+20 |
2018-05-02 | fix(build): Apply a workaround for building Comrak in Nix | Vincent Ambo | 1 | -2/+2 |
2018-05-02 | refactor(handlers/render): Use users from database for all functions | Vincent Ambo | 2 | -57/+54 |
2018-05-02 | refactor(main): Use actix-web's identity middleware for auth | Vincent Ambo | 1 | -5/+9 |
2018-05-02 | feat(db): Add LookupOrCreateUser message | Vincent Ambo | 2 | -0/+50 |
2018-05-02 | chore(cargo): Update dependency minor versions | Vincent Ambo | 2 | -534/+542 |
2018-05-02 | refactor(db/render/schema): Use SimplePost type for thread views | Vincent Ambo | 4 | -30/+67 |
2018-05-02 | feat(migrations): Add a view for simplified post querying | Vincent Ambo | 2 | -0/+12 |
2018-05-02 | fix(schema): Update for author->user_id column rename | Vincent Ambo | 1 | -4/+4 |
2018-05-02 | refactor(migrations): Rename 'author' column to 'user_id' | Vincent Ambo | 2 | -16/+16 |
2018-05-02 | chore(schema): Update generated Diesel schema | Vincent Ambo | 1 | -4/+14 |
2018-05-02 | fix(migrations): Explicitly insert anonymous user | Vincent Ambo | 1 | -5/+11 |
2018-05-02 | fix(migrations): Fix search index creation in user migration | Vincent Ambo | 2 | -0/+4 |
2018-05-02 | feat(migrations): Adds a migration to create a users table | Vincent Ambo | 2 | -0/+136 |
2018-04-24 | chore(gitattributes): Tell Github Linguist to ignore default.nix | Vincent Ambo | 1 | -0/+1 |
2018-04-23 | fix(build): Add explicit pulldown-cmark dependency | Vincent Ambo | 3 | -7/+34 |
2018-04-23 | refactor(build): Use Carnix-based expression for building | Vincent Ambo | 1 | -27/+5155 |
2018-04-23 | chore(cargo): Bump dependency minor versions | Vincent Ambo | 2 | -97/+95 |