Age | Commit message (Expand) | Author |
---|---|---|
2023-07-08 | Update `tests.py` | Michael McVady |
2023-07-08 | Check sha256 hash | Michael McVady |
2023-07-08 | Fix `tests.py` | Michael McVady |
2023-07-08 | Squash db connection bug | Michael McVady |
2023-07-08 | Update data dump | Michael McVady |
2023-07-08 | Use latest kore RC to fix `http_populate_post`/`textarea` issue | Michael McVady |
2023-07-07 | Hack in markdown form | Michael McVady |
2023-04-28 | Update `.gitignore` | Michael McVady |
2023-04-20 | Hack in Mermaid JS rendering | Michael McVady |
2023-04-12 | Hack in Mermaid JS rendering | Michael McVady |
2023-02-25 | Hack in PATCH `/posts` endpoint | Michael McVady |
2023-02-22 | Make post UUID optional | Michael McVady |
2023-02-22 | HTML Linting | Michael McVady |
2023-02-22 | HTML Linting | Michael McVady |
2023-02-22 | Temporary redirect instead of permanent | Michael McVady |
2023-02-22 | Fix validation links | Michael McVady |
2023-02-21 | Dockerfile update to upgrade Debian packages | Michael McVady |
2023-02-21 | Add title link to posts | Michael McVady |
2023-02-19 | Bind to `127.0.0.1` | Michael McVady |
2023-02-19 | Clean up | Michael McVady |
2023-02-19 | Update `Dockerfile` | Michael McVady |
2023-02-18 | Refactor tests | Michael McVady |
2023-02-18 | Update `README.md` | Michael McVady |
2023-02-17 | Typo | Michael McVady |
2023-02-16 | Fix DELETE and tests | Michael McVady |
2023-01-15 | Hack in DELETE method without testing | Michael McVady |
2023-01-08 | Clean up | Michael McVady |
2023-01-07 | Start refactor | Michael McVady |
2023-01-06 | Hack in POST handling; needs refactoring | Michael McVady |
2023-01-05 | toy handles GET and POST requests | Michael McVady |
2023-01-05 | Update README.md | Michael McVady |
2023-01-05 | Flesh out toy endpoint more | Michael McVady |
2023-01-05 | Flesh out toy endpoint more | Michael McVady |
2023-01-05 | Update .gitignore | Michael McVady |
2023-01-05 | Update Makefile; fetch-dependencies | Michael McVady |
2023-01-05 | Don't return 404 on requests with empty DB | Michael McVady |
2023-01-05 | Clean up | Michael McVady |
2023-01-05 | Add test | Michael McVady |
2023-01-05 | Add tests and test data | Michael McVady |
2023-01-05 | Add toy endpoint to insert data into sql | Michael McVady |
2023-01-05 | Update .gitignore | Michael McVady |
2023-01-04 | Fix DNS in chroot env | Michael McVady |
2023-01-03 | First pass at UUID validation | Michael McVady |
2023-01-03 | Update README.md | Michael McVady |
2023-01-03 | Formatting | Michael McVady |
2023-01-03 | Clean up query logic | Michael McVady |
2023-01-03 | Combine JSON & HTML query functions | Michael McVady |
2023-01-03 | Use enum for response content type | Michael McVady |
2023-01-02 | Fix JSON HTTP 200 :) | Michael McVady |
2023-01-02 | Fix JSON HTTP 404 | Michael McVady |